]
Tristan Tarrant updated ISPN-11482:
-----------------------------------
Fix Version/s: 11.0.0.CR1
(was: 11.0.0.Dev05)
Provide way for ClusterExecutor to use non blocking thread
----------------------------------------------------------
Key: ISPN-11482
URL:
https://issues.redhat.com/browse/ISPN-11482
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.CR1
https://github.com/infinispan/infinispan/pull/7997#discussion_r394122227 changes cluster
executor to run tasks on the blocking executor. Unfortunately since a user can run any
arbitrary code we don't know if it will block or not. We should provide some way to
run non blocking code more easily. Maybe add a new API method that is non blocking?