You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/06/02 06:37:21 UTC

[GitHub] [ignite] agoncharuk commented on a change in pull request #7875: IGNITE-13100 Fix exceptions raised when cache group metrics are read on client node

agoncharuk commented on a change in pull request #7875:
URL: https://github.com/apache/ignite/pull/7875#discussion_r433650760



##########
File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheGroupMetricsImpl.java
##########
@@ -92,7 +92,7 @@ public CacheGroupMetricsImpl(CacheGroupContext ctx) {
 
         DataStorageConfiguration dsCfg = ctx.shared().kernalContext().config().getDataStorageConfiguration();
 
-        boolean persistentEnabled = CU.isPersistentCache(cacheCfg, dsCfg);
+        boolean persistentEnabled = CU.isPersistentCache(cacheCfg, dsCfg) && !ctx.shared().kernalContext().clientNode();

Review comment:
       Fixed!




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