ctubbsii commented on issue #204:
URL: 
https://github.com/apache/accumulo-testing/issues/204#issuecomment-1116062484

   > @ctubbsii I think this is similar to the problem you fixed in Accumulo 
main in [apache/accumulo#2442](https://github.com/apache/accumulo/pull/2442)
   
   I don't think so. In that situation, we were making incorrect assumptions 
about the actual sub-class of Runnable inside the executor service's queues.
   
   It looks like this is executing the Runnable (in this case, it's a 
TraceWrappedRunnable) inside an executor service that has terminated. The 
runnable seems to be the RW module, Module.java's FutureTask created on line 
297.


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to