mhansonp commented on a change in pull request #6895:
URL: https://github.com/apache/geode/pull/6895#discussion_r718979747
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/control/SerializableRegionRedundancyStatusImpl.java
##########
@@ -53,7 +53,7 @@ public
SerializableRegionRedundancyStatusImpl(PartitionedRegion region) {
* @param region The region for which the lowest redundancy should be
calculated.
* @return The redundancy of the least redundant bucket in the region.
*/
- private int calculateLowestRedundancy(PartitionedRegion region) {
+ int calculateLowestRedundancy(PartitionedRegion region) {
int numBuckets = region.getPartitionAttributes().getTotalNumBuckets();
int minRedundancy = Integer.MAX_VALUE;
Review comment:
@alb3rtobr I have approved your pull request.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]