[GitHub] geode pull request #570: GEODE-3055: waitUntilFlush should use data region's...

2017-08-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/570 --- 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

[GitHub] geode pull request #570: GEODE-3055: waitUntilFlush should use data region's...

2017-08-02 Thread boglesby
Github user boglesby commented on a diff in the pull request: https://github.com/apache/geode/pull/570#discussion_r130941287 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java --- @@ -494,6 +494,18 @@ CreateBucketResult

[GitHub] geode pull request #570: GEODE-3055: waitUntilFlush should use data region's...

2017-08-02 Thread boglesby
Github user boglesby commented on a diff in the pull request: https://github.com/apache/geode/pull/570#discussion_r130937683 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java --- @@ -494,6 +494,18 @@ CreateBucketResult

[GitHub] geode pull request #570: GEODE-3055: waitUntilFlush should use data region's...

2017-08-01 Thread gesterzhou
Github user gesterzhou commented on a diff in the pull request: https://github.com/apache/geode/pull/570#discussion_r130729615 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java --- @@ -1472,6 +1472,19 @@ public boolean

[GitHub] geode pull request #570: GEODE-3055: waitUntilFlush should use data region's...

2017-06-14 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/570#discussion_r122085382 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java --- @@ -1472,6 +1472,19 @@ public boolean

[GitHub] geode pull request #570: GEODE-3055: waitUntilFlush should use data region's...

2017-06-08 Thread gesterzhou
GitHub user gesterzhou opened a pull request: https://github.com/apache/geode/pull/570 GEODE-3055: waitUntilFlush should use data region's bucketid list. So… @upthewaterspout @boglesby …me of the buckets maybe not initialized, then wait for tempQueue to be empty.