prabhatbhattarai / project-voldemort

Automatically exported from code.google.com/p/project-voldemort
Apache License 2.0
0 stars 0 forks source link

Failure detector does not handle adding/deleting node after Rebalance #369

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a new node using rebalance.
2. Failure detector is won't have the new node in the list keep to keep 
references to nodes.
3.

What is the expected output? 
I'm expecting that after a Rebalance (add/delete) nodes, the list of nodes that 
Failure Detector knows about is updated to reflect the changes to the cluster.

What do you see instead?
List of nodes not updated after rebalance.

What version of the product are you using? On what operating system?
latest 0.90.1

Please provide any additional information below.

Original issue reported on code.google.com by john.jav...@gmail.com on 11 Nov 2011 at 7:54