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 2021/06/28 07:56:09 UTC

[GitHub] [ignite] NSAmelchev commented on a change in pull request #9195: IGNITE-14990 Incorrect values of cache, cache group, data region metrics after cluster re-activation

NSAmelchev commented on a change in pull request #9195:
URL: https://github.com/apache/ignite/pull/9195#discussion_r659560806



##########
File path: modules/core/src/test/java/org/apache/ignite/internal/metric/CacheMetricsAddRemoveTest.java
##########
@@ -161,6 +200,9 @@ private void createCache(@Nullable String dataRegionName, @Nullable String cache
         if (cacheName != null)
             ccfg.setName(cacheName);
 
+        if (groupName != null)
+            ccfg.setGroupName(groupName);
+

Review comment:
       I think this class should be refactored. This is not related to the issue and should be done in a separate issue.




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

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

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