[infinispan-issues] [JBoss JIRA] (ISPN-11543) Add BlockingHandler to simplify running blocking operations
Will Burns (Jira)
issues at jboss.org
Thu Mar 26 15:22:59 EDT 2020
Will Burns created ISPN-11543:
---------------------------------
Summary: Add BlockingHandler to simplify running blocking operations
Key: ISPN-11543
URL: https://issues.redhat.com/browse/ISPN-11543
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
Fix For: 11.0.0.Dev04
We have quite a few places that must run blocking operations that cannot be changed. These places must run the operation in a blocking thread and return on a non blocking thread. All of these places must register both a blocking and non blocking thread pool and properly handle them. This is both error prone and a lot of extra code. We should isolate this to a shared component which will in turn provide for an easier way to find such operations.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list