keith-turner commented on issue #4877:
URL: https://github.com/apache/accumulo/issues/4877#issuecomment-2347088800

   > I'm having trouble understanding how waiting on the future would have 
anything to do with the number of threads. The future represents the executable 
task, not the thread, right? 
   
   AFAICT each call to sendAsync in the http client will create a task on an 
executor that is created using Executors.newCachedThreadPool.  So the append 
method always returns instantly and always creates a thread.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to