[infinispan-issues] [JBoss JIRA] (ISPN-11510) Convert detection of blocking or non blocking threads

Will Burns (Jira) issues at jboss.org
Mon Mar 23 14:34:52 EDT 2020


Will Burns created ISPN-11510:
---------------------------------

             Summary: Convert detection of blocking or non blocking threads
                 Key: ISPN-11510
                 URL: https://issues.redhat.com/browse/ISPN-11510
             Project: Infinispan
          Issue Type: Sub-task
            Reporter: Will Burns
            Assignee: Will Burns


Unfortunately detecting a blocking thread by name is very fragile as a user can change the name of the threads.

Also a non blocking thread is detected by checking the implementation of the thread. This will not work for Java 15 with loom as we may not have a thread but rather a fiber.

We should detect these instead by using a thread group which will work for both and be more explicit.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list