Diego Lovison created ISPN-11099:
------------------------------------
Summary: Improve rebalance phase time spent during the conflict resolution
Key: ISPN-11099
URL:
https://issues.redhat.com/browse/ISPN-11099
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 10.1.0.CR1
Reporter: Diego Lovison
Give a sync replica cache with 3 nodes
Introduce a network partition
Change the cache value
Fix the network partition
Check the new cache value
https://github.com/diegolovison/jgroups-chaos
mvn test -Dtest=InfinispanPartitionHandlingTest
-Dlog4j.configurationFile=log4j2-ispn-conflict-manager.xml
config:
{code:java}
cacheConfigurationBuilder.clustering().cacheMode(CacheMode.REPL_SYNC)
.partitionHandling().mergePolicy(MergePolicy.REMOVE_ALL);
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)