GitHub user nreich opened a pull request: https://github.com/apache/geode/pull/577
Feature/geode 3049 This request attempts to add logging for when the last copy of a bucket in a PartitionedRegion is lost (we already log on loss of consistency and on every drop in number of copies, except zero). To better be able to test this code, the surrounding logic was refactored into new classes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nreich/geode feature/GEODE-3049 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/577.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #577 ---- commit 8683108dd1ec21bb83001618f493c4eca6438f00 Author: Nick Reich <nre...@pivotal.io> Date: 2017-06-13T00:29:16Z GEODE-3049: Add warning on loss of all buckets in region * Add statistics for count of buckets that have no copies remaining * Refactor logic for keeping track of redundancy statistics into separate classes * Remove dependency of tracking on the PartitionRegionStatistics (since this can be turned off), but continue recording statistics to that location commit f116c545b78e0b92601988af93f1ed900c4ea844 Author: Nick Reich <nre...@pivotal.io> Date: 2017-06-13T00:48:06Z GEODE-3049: fix formatting ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---