You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2017/12/13 19:47:00 UTC

[jira] [Created] (GEODE-4091) LRUListWithAsyncSorting.createExecutor needs to configure ThreadFactory and ThreadGroup

Darrel Schneider created GEODE-4091:
---------------------------------------

             Summary: LRUListWithAsyncSorting.createExecutor needs to configure ThreadFactory and ThreadGroup
                 Key: GEODE-4091
                 URL: https://issues.apache.org/jira/browse/GEODE-4091
             Project: Geode
          Issue Type: Bug
          Components: eviction
            Reporter: Darrel Schneider


The new LRUListWithAsyncSorting.createExecutor does not configure thread names nor a thread group. The ThreadGroup is important so that unhandled exceptions in these threads will be logged.
The thread names help in debugging stack dumps.
Also, these threads are currently non-daemon so they could cause the shutdown of the JVM to hang.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)