boglesby commented on a change in pull request #7262:
URL: https://github.com/apache/geode/pull/7262#discussion_r829398717



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/RegionAdvisor.java
##########
@@ -291,7 +291,7 @@ public Semaphore getVolunteeringSemaphore() {
       }
     }
     if (logger.isDebugEnabled()) {
-      logger.debug("This maps is sksk {} and size is {}", map, 
map.keySet().size());
+      logger.debug("This maps is sksk {} and size is {}", map, map.size());

Review comment:
       What is sksk? And `maps` should be `map`.




-- 
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: notifications-unsubscr...@geode.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to