anton-vinogradov commented on a change in pull request #8909:
URL: https://github.com/apache/ignite/pull/8909#discussion_r642328372



##########
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:
       And it always TRUE or FALSE or NULL.
   FALSE or NULL both will give us `cfg.isClientMode() != TRUE`
   Still see no reason for the change




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