Alexei Scherbakov created IGNITE-11790:
------------------------------------------
Summary: Optimize rebalance history calculation.
Key: IGNITE-11790
URL:
https://issues.apache.org/jira/browse/IGNITE-11790 Project: Ignite
Issue Type: Improvement
Reporter: Alexei Scherbakov
Currently we pass initial update counters to coordinator during PME.
But this is not needed for calculation rebalance history.
It can be calculated like: maxCntr - updateCounter(last counter for sequential history)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)