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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)