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 Garus (Jira)" <ji...@apache.org> on 2021/03/25 14:11:00 UTC

[jira] [Commented] (IGNITE-14414) Cluster initialization flow

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

Denis Garus commented on IGNITE-14414:
--------------------------------------

Is this issue really a bug?

> Cluster initialization flow
> ---------------------------
>
>                 Key: IGNITE-14414
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14414
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vyacheslav Koptilin
>            Priority: Major
>              Labels: ignite-3
>
> For a cluster to become operational, the metastorage instance must be initialized first. The initialization command chooses a set of nodes (normally, 3 - 5 nodes) to host the distributed metastorage Raft group. When a node receives the initialization command, it either creates a bootstrapped Raft instance with the given members (if this is a metastorage group node), or writes the metastorage group member IDs to the vault as a private system-level property.
> After the metastorage is initialized, components start to receive and process watch events, updating the local state according to the changes received from the watch.



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