nizhikov commented on a change in pull request #8909:
URL: https://github.com/apache/ignite/pull/8909#discussion_r640790391



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/filename/PdsFolderResolver.java
##########
@@ -153,7 +154,7 @@ public PdsFolderResolver(
         if (!CU.isPersistenceEnabled(cfg))
             return compatibleResolve(pstStoreBasePath, consistentId);
 
-        if (cfg.isClientMode() || cfg.isDaemon())
+        if (cfg.isClientMode() == TRUE || cfg.isDaemon())

Review comment:
       `isClientMode` returns `Boolean` not primitive.




-- 
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:
[email protected]


Reply via email to