We need to create internal pool with at least double of http server threads, in order to avoid thread starvation. The issue occurs when all threads from internal pool are processing add-chain request, as during processing additional thread from internal pool is needed for each request for adding pending entry to etcd server.
We need to create internal pool with at least double of http server threads, in order to avoid thread starvation. The issue occurs when all threads from internal pool are processing add-chain request, as during processing additional thread from internal pool is needed for each request for adding pending entry to etcd server.