-
Enhancement
-
Resolution: Done
-
Major
-
5.2.0.Final
-
None
-
None
ATM the HR client picks randomly a node owner when it writes data.
With ISPN-2552 in place, this is suboptimal, as during writes the secondary owner delegates the write to the main owner for lock acquisition, which means an additional RPC. We should make the HR client always write to the main data owner directly.