]
Adrian Nistor updated ISPN-5083:
--------------------------------
Fix Version/s: 8.2.0.Alpha1
(was: 8.1.0.Final)
Hot Rod decoder should use async Cache operations
-------------------------------------------------
Key: ISPN-5083
URL:
https://issues.jboss.org/browse/ISPN-5083
Project: Infinispan
Issue Type: Enhancement
Components: Remote Protocols
Reporter: Galder ZamarreƱo
Assignee: Gustavo Fernandes
Fix For: 8.2.0.Alpha1
Hot Rod decoder is currently tying up Netty threads as a result of calling up to
Infinispan sync operations. Instead, Hot Rod decoder should call up async operations,
convert the Notifying Futures to Scala Futures, and write up the reply when it's
received. This should increase performance specially under heavy load.