Anton Vinogradov created IGNITE-17949:
-----------------------------------------

             Summary: Full rebalance must be restricted when it causes any 
updates loss.
                 Key: IGNITE-17949
                 URL: https://issues.apache.org/jira/browse/IGNITE-17949
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Anton Vinogradov


For example, it's
 - ok to replace B with A when
A[lwm=100, gaps=[142], hwm=200] and B[lwm=50, gaps=[76,99,111], hwm=120],
because A contains whole B.
 - NOT ok to replace B with A when
A[lwm=100, gaps=[142], hwm=200] and B[lwm=50, gaps=[76,99,111], hwm={*}148{*}], 
when update *142* will be lost.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to