You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/04/29 22:02:48 UTC

[GitHub] [geode] sabbey37 commented on a change in pull request #6390: GEODE-9070: Fix flaky behavior in ClientServerSessionCacheDUnit tests

sabbey37 commented on a change in pull request #6390:
URL: https://github.com/apache/geode/pull/6390#discussion_r623431905



##########
File path: extensions/geode-modules/src/main/java/org/apache/geode/modules/util/BootstrappingFunction.java
##########
@@ -97,6 +100,9 @@ protected Cache verifyCacheExists() {
     }
 
     if (cache == null) {
+      if (logger.isDebugEnabled()) {
+        logger.debug("Creating a new cache in BootstrappingFunction");

Review comment:
       Is this the proper log level?




-- 
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.

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