]
Dan Berindei updated ISPN-10898:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 11.0.0.Alpha2
Resolution: Done
Add Blockound to test suite to make sure cpu threads are never
blocked
----------------------------------------------------------------------
Key: ISPN-10898
URL:
https://issues.redhat.com/browse/ISPN-10898
Project: Infinispan
Issue Type: Sub-task
Components: Test Suite
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Alpha2
The project
https://github.com/reactor/BlockHound seems very promising for helping to
find blocking code in threads that shouldn't be blocking. We should add this and add
our cpu thread pool to ensure it isn't being abused which should allow us to safely
move to a single cpu thread pool.