You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2018/06/29 08:18:00 UTC

[jira] [Created] (IGNITE-8897) Node with longer BaselineHistory joining the cluster causes cluster stopping

Sergey Chugunov created IGNITE-8897:
---------------------------------------

             Summary: Node with longer BaselineHistory joining the cluster causes cluster stopping
                 Key: IGNITE-8897
                 URL: https://issues.apache.org/jira/browse/IGNITE-8897
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.5
            Reporter: Sergey Chugunov
            Assignee: Sergey Chugunov
             Fix For: 2.7


There is no array index boundary check in code verifying BaselineHistory on new node join so it may end up with ArrayIndexOutOfBoundsException.

We need to check bltHistory size and if node joins with incorrect bltHistory we should refuse the join.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)