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:00:00 UTC

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

Denis Chudov created IGNITE-16875:
-------------------------------------

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


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)