Ignite JDBC and "Runnable tasks outlived thread pool executor service"

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Ignite JDBC and "Runnable tasks outlived thread pool executor service"

irudyak
Hi,

I am using Ignite 2.0.0 JDBC driver and when my queries exceed 12sec
timeout I am reciving such an error:

*Runnable tasks outlived thread pool executor service*


Any ideas on this?

Igor
Reply | Threaded
Open this post in threaded view
|

Re: Ignite JDBC and "Runnable tasks outlived thread pool executor service"

irudyak
After number of experiments also found that problem only makes sense for
off-heap caches.

Igor

On Fri, Jun 23, 2017 at 12:00 AM, Igor Rudyak <[hidden email]> wrote:

> Hi,
>
> I am using Ignite 2.0.0 JDBC driver and when my queries exceed 12sec
> timeout I am reciving such an error:
>
> *Runnable tasks outlived thread pool executor service*
>
>
> Any ideas on this?
>
> Igor
>
Reply | Threaded
Open this post in threaded view
|

Re: Ignite JDBC and "Runnable tasks outlived thread pool executor service"

yzhdanov
Igor, can you please share the reproducer? This message is printed only
when Ignite node or internal client stops with active tasks in internal
pools. Stop may occur due to GC pause. Please give more details.

--Yakov