Code Monkey home page Code Monkey logo

Comments (3)

milleruntime avatar milleruntime commented on June 11, 2024

@ctubbsii I think this is similar to the problem you fixed in Accumulo main in apache/accumulo#2442

from accumulo-testing.

dlmarion avatar dlmarion commented on June 11, 2024

Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.accumulo.core.trace.TraceWrappedRunnable@3c12d28d rejected from org.apache.accumulo.core.util.threads.ThreadPools$2@14bca5e3[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2446]

This looks to me like the task was added after the ExecutorService was shut down. I haven't looked at the code to see if that's actually possible.

from accumulo-testing.

ctubbsii avatar ctubbsii commented on June 11, 2024

@ctubbsii I think this is similar to the problem you fixed in Accumulo main in apache/accumulo#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.

from accumulo-testing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.