[jira] [Created] (IGNITE-11790) Optimize rebalance history calculation.

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

[jira] [Created] (IGNITE-11790) Optimize rebalance history calculation.

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