]
Dan Berindei updated ISPN-4941:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Re-enabling rebalancing should not start a rebalance for a cache in
degraded mode
---------------------------------------------------------------------------------
Key: ISPN-4941
URL:
https://issues.jboss.org/browse/ISPN-4941
Project: Infinispan
Issue Type: Bug
Components: Core, State Transfer
Affects Versions: 7.0.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 7.1.0.Alpha1
When rebalancing is re-enabled, we queue a new rebalance regardless of cache
availability. But the availability strategy queues rebalance requests even while
rebalancing is disabled, so we should just execute the rebalance with the queued member
list (if any).