]
Pedro Zapata Fernandez updated ISPN-9084:
-----------------------------------------
Fix Version/s: 12.0.0.Final
Conflict resolution should be distributed amongst primary replicas
------------------------------------------------------------------
Key: ISPN-9084
URL:
https://issues.redhat.com/browse/ISPN-9084
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.2.1.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 12.0.0.Final
Currently conflict resolution is executed entirely on the cluster coordinator on a per
segment basis. However, as conflict resolution requires the retrieval of all copies of a
given segment to be returned, it's only possible to process entries one segment at a
time in an attempt to avoid the coordinator running out of memory. Distributing CR to each
segment's primary owner will allow for greater parallelism and scalability as the size
of the cluster increases.