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)