[GitHub] geode pull request #577: Feature/geode 3049

2017-07-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/577 --- 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 enabl

[GitHub] geode pull request #577: Feature/geode 3049

2017-06-26 Thread nreich
Github user nreich commented on a diff in the pull request: https://github.com/apache/geode/pull/577#discussion_r124145519 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRedundancyTracker.java --- @@ -0,0 +1,110 @@ +/* + * Licensed to the Apache S

[GitHub] geode pull request #577: Feature/geode 3049

2017-06-26 Thread dschneider-pivotal
Github user dschneider-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/577#discussion_r124134874 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRedundancyTracker.java --- @@ -0,0 +1,110 @@ +/* + * Licensed to

[GitHub] geode pull request #577: Feature/geode 3049

2017-06-13 Thread nreich
Github user nreich commented on a diff in the pull request: https://github.com/apache/geode/pull/577#discussion_r121828113 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRedundancyTracker.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache S

[GitHub] geode pull request #577: Feature/geode 3049

2017-06-13 Thread dschneider-pivotal
Github user dschneider-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/577#discussion_r121776319 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionRedundancyTracker.java --- @@ -0,0 +1,133 @@ +/* + * L

[GitHub] geode pull request #577: Feature/geode 3049

2017-06-13 Thread dschneider-pivotal
Github user dschneider-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/577#discussion_r121751707 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRedundancyTracker.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to

[GitHub] geode pull request #577: Feature/geode 3049

2017-06-13 Thread dschneider-pivotal
Github user dschneider-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/577#discussion_r121742105 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRedundancyTracker.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to

[GitHub] geode pull request #577: Feature/geode 3049

2017-06-12 Thread nreich
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,