[HELIX-574] fix bucketize resource bug in current state carryover
Review Request #31970 - Created March 12, 2015 and updated
| Information | |
|---|---|
| Zhen Zhang | |
| helix-git | |
| Reviewers | |
| helix | |
| kanak, kishoreg | |
[HELIX-574] fix bucketize resource bug in current state carryover
One logic change is previous we don't allow drop a disabled resource. Now we change to drop a resource regardless it's disabled or not.
Issues
- 2
- 0
- 0
- 2
| Description | From | Last Updated |
|---|---|---|
| will we ever see a partition in DROPPED state in the current state or we remove the entry after OFFLINE ... |
|
|
| Add a comment why we are doing this |
|
Ship it! (assuming tests pass)
Review request changed
Ship It!
-
helix-core/src/main/java/org/apache/helix/manager/zk/ParticipantManagerHelper.java (Diff revisions 1 - 2) -
will we ever see a partition in DROPPED state in the current state or we remove the entry after OFFLINE -> DROPPED is processed
-
Add a comment why we are doing this