dlmarion opened a new pull request, #5472:
URL: https://github.com/apache/accumulo/pull/5472

   Noticed several places in the code where different thread pools were being 
created based on the GENERAL_THREADPOOL_SIZE property instead of re-using the 
one available via the ServerContext.
   
   TabletServerBatchWriter was doing the same thing. I added a method on 
ClientContext similar to the ServerContext method for getting the shared 
ScheduledExecutorThreadPool and used this in TabletServerBatchWriter instead of 
creating a new one and shutting it down.


-- 
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