xiaojian zhou created GEODE-4434:
------------------------------------
Summary: Need an API to confirm recovery is finished
Key: GEODE-4434
URL: https://issues.apache.org/jira/browse/GEODE-4434
Project: Geode
Issue Type: New Feature
Components: persistence
Reporter: xiaojian zhou
This feature is expected especially when we need to decide if it's safe to
shutdown one member. So far we were using following workarrounds instead:
1) wait until cacheserver is listening on the port (to make sure all replicated
regions have finished recovery)
2) call rebalance() to make sure the defined redundancy are satisfied (for PR)
we need to introduce a boolean parameter into rebalance() to only check
redundancy, not to do real rebalance.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)