You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/03 12:51:20 UTC

[GitHub] [accumulo-testing] ctubbsii commented on issue #204: RejectedExecutionException: Task org.apache.accumulo.core.trace.TraceWrappedRunnable

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-unsubscribe@accumulo.apache.org

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