]
Will Burns updated ISPN-11759:
------------------------------
Status: Open (was: New)
ProtocolServer should use BlockingManager instead of Executor
-------------------------------------------------------------
Key: ISPN-11759
URL:
https://issues.redhat.com/browse/ISPN-11759
Project: Infinispan
Issue Type: Enhancement
Components: Server
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Dev05
Protocol Servers use an Executor to submit tasks that may block. We should instead use
the new BlockingManager as it properly handles the blocking threads.