]
Adrian Nistor updated ISPN-4629:
--------------------------------
Fix Version/s: 7.0.0.CR1
(was: 7.0.0.Beta2)
Clarify what happens when an available partition and a degraded mode
partition merge
------------------------------------------------------------------------------------
Key: ISPN-4629
URL:
https://issues.jboss.org/browse/ISPN-4629
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 7.0.0.Beta1
Reporter: Dan Berindei
Assignee: Dan Berindei
Labels: partition_handling
Fix For: 7.0.0.CR1
I believe the implementation in
https://github.com/infinispan/infinispan/pull/2785 clears
the data in the degraded mode partition (since it could be stale) and then rebalances the
data from the available partition on all nodes.
We should add a test to confirm and document it.