DomGarguilo commented on issue #169:
URL: 
https://github.com/apache/accumulo-testing/issues/169#issuecomment-977019629


   It looks like its using the wrong method call for some reason.
   ```
   Candidates for method call ThreadPools.createFixedThreadPool(1, "RandomWalk 
Runner", false) are:    
   ThreadPoolExecutor createFixedThreadPool(int, String, boolean)  
   ThreadPoolExecutor createFixedThreadPool(int, String, 
BlockingQueue<Runnable>, boolean)   
   ThreadPoolExecutor createFixedThreadPool(int, long, TimeUnit, String, 
boolean)
   ```
   Its trying to use the second one where the first should be used.


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