You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Chudov (Jira)" <ji...@apache.org> on 2022/04/19 14:02:00 UTC

[jira] [Updated] (IGNITE-16875) KeyValueStorage for Meta storage is stopped twice on node stop

     [ https://issues.apache.org/jira/browse/IGNITE-16875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Chudov updated IGNITE-16875:
----------------------------------
    Description: 
KeyValueStorage that is created for MetaStorageManager is also stored as the field of MetaStorageListener. On the node stop, is is stopped twice:
- in MetaStorageManager#stop
- in MetaStorageListener#onShutdown which is called on the stop of RAFT manager.

The latest is excessive.

  was:
KeyValueStorage that is created for MetaStorageManager is also stored as the field of MetaStorageListener. On the node stop, is is stopped twice:
- in MetaStorageManager#stop
- in MetaStorageListener#onShutdown which is called on the stop of RAFT manager.
The latest is excessive.


> KeyValueStorage for Meta storage is stopped twice on node stop
> --------------------------------------------------------------
>
>                 Key: IGNITE-16875
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16875
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Denis Chudov
>            Priority: Minor
>              Labels: ignite-3
>
> KeyValueStorage that is created for MetaStorageManager is also stored as the field of MetaStorageListener. On the node stop, is is stopped twice:
> - in MetaStorageManager#stop
> - in MetaStorageListener#onShutdown which is called on the stop of RAFT manager.
> The latest is excessive.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)