You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey N. Gura (Jira)" <ji...@apache.org> on 2020/02/04 17:52:00 UTC

[jira] [Comment Edited] (IGNITE-12598) Metrics configuration will be deleted on cache stop

    [ https://issues.apache.org/jira/browse/IGNITE-12598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17030019#comment-17030019 ] 

Andrey N. Gura edited comment on IGNITE-12598 at 2/4/20 5:51 PM:
-----------------------------------------------------------------

[~nizhikov] I've took a look at your change and leave some comments. It seems that change could be simplified. Also could you please add tests for several caches in the one cache group where we create and destroy one cache from group or destroy whole cache group.


was (Author: agura):
[~nizhikov] I've took a look at your change and leave some comments. It seems that change could be simplified. Also could you please add tests for several caches in the one group where we create and destroy one cache from group, or destroy whole cache group.

> Metrics configuration will be deleted on cache stop
> ---------------------------------------------------
>
>                 Key: IGNITE-12598
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12598
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Andrey N. Gura
>            Assignee: Nikolay Izhikov
>            Priority: Major
>              Labels: IEP-35
>             Fix For: 2.8
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> This issue is related with IGNITE-12580 where NPE occures on attempt to remove cache configuration.
> While NPE is fixed the root cause doesn't.
> Root cause is attempt to remove metric configuration on cache stop while it should be done only on cache destroy.
> Cache stop will be performed for example on node stop. After node start cache will be started too but metric configuration is already removed and will not applied to the cache metrics. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)