]
Galder Zamarreño updated ISPN-3739:
-----------------------------------
Fix Version/s: (was: 7.0.0.Final)
HotRod: Add a statistic with the hit ratio of HotRod requests
-------------------------------------------------------------
Key: ISPN-3739
URL:
https://issues.jboss.org/browse/ISPN-3739
Project: Infinispan
Issue Type: Feature Request
Components: Remote Protocols
Affects Versions: 6.0.0.Final
Reporter: Dan Berindei
Assignee: Galder Zamarreño
The HotRod protocol is supposed to always direct requests to the primary owner of a key.
It would be useful to expose a statistic with the number of requests that actually reach
the primary owner as opposed to a backup owner (causing one extra RPC for non-tx write
operations) or a non-owner (causing one extra RPC for both write and read operations).