]
Tristan Tarrant updated ISPN-8729:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.CR3
Resolution: Done
Use async operations in Hot Rod server
--------------------------------------
Key: ISPN-8729
URL:
https://issues.jboss.org/browse/ISPN-8729
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 9.2.0.CR1
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.2.0.CR3
The server should avoid context switches by starting commands directly from event loop
instead of handing them off to another executor. This requires ISPN-8336 to make the async
chain completely non-blocking.
Along with the overhaul we should structure cache/counter/multimap operations nicely.