You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Rodion (Jira)" <ji...@apache.org> on 2021/04/19 07:36:00 UTC

[jira] [Created] (IGNITE-14587) ServerImpl.resolveCoordinator returns daemon node as coordinator when daemon node is older then real coordinator

Rodion created IGNITE-14587:
-------------------------------

             Summary: ServerImpl.resolveCoordinator returns daemon node as coordinator when daemon node is older then real coordinator
                 Key: IGNITE-14587
                 URL: https://issues.apache.org/jira/browse/IGNITE-14587
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.9.1
            Reporter: Rodion
            Assignee: Rodion
             Fix For: 2.9.2
         Attachments: ServerImpl_resolveCoordinator_does_not_work_correctly_with_daemon_nodes.patch

Scenario:
 * Start first server node.
 * Start daemon node
 * Start second server node
 * Stop first server node
 * Check coordinator (ServerImpl#resolveCoordinator and ExchangeLatchManager#getLatchCoordinator)

ServerImpl#resolveCoordinator returns daemon node, ExchangeLatchManager#getLatchCoordinator - second server node.

Patch with this scenario:

[^ServerImpl_resolveCoordinator_does_not_work_correctly_with_daemon_nodes.patch]



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