[ 
https://issues.apache.org/jira/browse/IGNITE-15364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17411224#comment-17411224
 ] 

Alexey Scherbakov commented on IGNITE-15364:
--------------------------------------------

[~slava.koptilin]

I've left a comment.

> The rebalancing can be broken if historical rebalancing is reassigned after 
> the client node joined the cluster.
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-15364
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15364
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vyacheslav Koptilin
>            Assignee: Vyacheslav Koptilin
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Looks like the following scenario can break data consistency after 
> rebalancing:
>  - start and activate the cluster of three server nodes
>  - create a cache with two backups and fill initial data into it
>  - stop one server node and upload additional data to the cache in order to 
> trigger historical rebalance after the node returns to the cluster
>  - restart the node. make sure that historical rebalancing is started from 
> two other nodes.
>  - before rebalancing is completed a new client node should be started and 
> joined the cluster. this leads to clean up partition update counters on 
> server nodes, i.e. _GridDhtPartitionTopologyImpl#cntrMap_. ( * )
>  - historical rebalancing from one node fails.
>  - in that case, rebalancing is reassigned and starting node tries to 
> rebalance missed partitions from another node.
> unfortunately, update counters for historical rebalance cannot be properly 
> calculated due to ( * )



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to