Ivan Rakov created IGNITE-6016: ---------------------------------- Summary: Get rid of checking topology hash in ackTopology Key: IGNITE-6016 URL: https://issues.apache.org/jira/browse/IGNITE-6016 Project: Ignite Issue Type: Improvement Components: general Affects Versions: 2.1 Reporter: Ivan Rakov Assignee: Ivan Rakov Fix For: 2.2
We check topologyHash in ackTopology in order to avoid printing "Topology snapshot" message twice. It's redundant - we can just atomically increase topology version with GridAtomicLong#setIfGreater. -- This message was sent by Atlassian JIRA (v6.4.14#64029)