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

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

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

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