You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/01/14 15:32:00 UTC

[jira] [Created] (HBASE-26672) The threadGroup.destroy in ProcedureExecutor.join fails in some tests

Duo Zhang created HBASE-26672:
---------------------------------

             Summary: The threadGroup.destroy in ProcedureExecutor.join fails in some tests
                 Key: HBASE-26672
                 URL: https://issues.apache.org/jira/browse/HBASE-26672
             Project: HBase
          Issue Type: Bug
          Components: proc-v2
            Reporter: Duo Zhang


Always see it dumps the threads in the group to stdout.

This is an example
{noformat}
java.lang.ThreadGroup[name=PEWorkerGroup,maxpri=10]
    Thread[HFileArchiver-1,5,PEWorkerGroup]
{noformat}

I guess the problem is that we create a thread pool when executing a procedure so the thread pool will inherit the thread group.

Not a big problem but still a bit nasty...



--
This message was sent by Atlassian Jira
(v8.20.1#820001)