nizhikov commented on a change in pull request #8909:
URL: https://github.com/apache/ignite/pull/8909#discussion_r642930381
##########
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:
> FALSE or NULL both will give us cfg.isClientMode() != TRUE
null gives NPE because of unboxing try.
--
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]