Semen Boikov created IGNITE-3967: ------------------------------------ Summary: Discovery events can be lost after client reconnect Key: IGNITE-3967 URL: https://issues.apache.org/jira/browse/IGNITE-3967 Project: Ignite Issue Type: Bug Components: general Affects Versions: 1.5.0.final Reporter: Semen Boikov Assignee: Semen Boikov Priority: Critical Fix For: 1.8
GridDiscoveryManager uses GridBoundedConcurrentOrderedMap to store discovery events history. When client reconnects this collection is cleared using 'clear' method, but for GridBoundedConcurrentOrderedMap this method is not correctly implemented, and after this elements put in this map can be lost. -- This message was sent by Atlassian JIRA (v6.3.4#6332)