You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2017/07/04 15:44:00 UTC

[jira] [Updated] (IGNITE-4679) Consistency checks and error tracking during node joining process

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

Sergey Chugunov updated IGNITE-4679:
------------------------------------
    Fix Version/s:     (was: 2.1)
                   2.2

> Consistency checks and error tracking during node joining process
> -----------------------------------------------------------------
>
>                 Key: IGNITE-4679
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4679
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general
>            Reporter: Sergey Chugunov
>             Fix For: 2.2
>
>
> h2. Notes
> Right now new node requesting to join cluster may receive reject because of failed security checks.
> But it is possible that any *GridComponent* may have wrong configuration or internal state that could lead to cluster instability.
> It is better to identify these situations as early as possible and fail joining process prohibiting poison nodes to join.
> h2. Acceptance Criteria
> # API for consistency checks is proposed and approved by community.
> # BinaryMetadata cache validation is performed by coordinator. In case of any conflicts new node joining request is rejected.
> # [Optionally] Security checks are migrated to common mechanism.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)