Pavel Kovalenko created IGNITE-9491:
---------------------------------------
Summary: Exchange latch coordinator shouldn't be oldest node in a cluster
Key: IGNITE-9491
URL:
https://issues.apache.org/jira/browse/IGNITE-9491 Project: Ignite
Issue Type: Improvement
Components: cache
Affects Versions: 2.5
Reporter: Pavel Kovalenko
Assignee: Pavel Kovalenko
Fix For: 2.7
Currently, we have a lot of components having coordinator election ability. Each of these components is electing the oldest node as coordinator. It leads to overloading the oldest node and may be a cause of delaying of some processes.
The oldest node can have large inbound/outbound messages queue in large topologies which leads to delaying of processing Exchange Latch Ack messages. We should choose secondary oldest node as coordinator to unload the oldest coordinator. This change will significantly accelerate exchange latch waiting process.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)