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

Dan Berindei (Jira) issues at jboss.org
Wed Apr 8 05:17:00 EDT 2020


     [ https://issues.redhat.com/browse/ISPN-11510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei updated ISPN-11510:
--------------------------------
        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


> 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