----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37777/ -----------------------------------------------------------
Review request for geode and Darrel Schneider. Repository: geode Description ------- The ParallelBucketOperator was logging a RegionDestroyedException during shutdown on region destruction. This is unnecessary noise from the background thread. The actual user thread will get this exception because PartitionedRegionRebalanceOperation checks for a destroyed region after each rebalancing step. Diffs ----- gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/rebalance/ParallelBucketOperator.java acea21ac032306689db85fc248f239917c6beb6d Diff: https://reviews.apache.org/r/37777/diff/ Testing ------- Thanks, Dan Smith
