[infinispan-issues] [JBoss JIRA] (ISPN-11510) Convert detection of blocking or non blocking threads
Will Burns (Jira)
issues at jboss.org
Wed Mar 25 14:36:37 EDT 2020
[ https://issues.redhat.com/browse/ISPN-11510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Will Burns updated ISPN-11510:
------------------------------
Status: Open (was: New)
> 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
> Priority: Major
> Fix For: 11.0.0.Dev04
>
>
> 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