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


   @dlmarion there is still some work do to for this, so reopening it.  The 
code does the following after it creates the thread pool, it executes a number 
of transactionrunner task equal to the pool size.  Need to make this dynamic 
somehow also.
   
   ```java
      for (int i = 0; i < numThreads; i++) { 
        executor.execute(new TransactionRunner()); 
      } 
   ```


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