You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by kishoreg <gi...@git.apache.org> on 2016/11/03 17:06:48 UTC

[GitHub] helix issue #59: helix-core: AutoRebalanceStrategy should sort by partition ...

Github user kishoreg commented on the issue:

    https://github.com/apache/helix/pull/59
  
    Maybe we should keep the partition count map in place.I am thinking about the case where new nodes get added, will the new change stop redistributing partitions.
    
    A simple test case to try is 
    
    2 nodes (n1,n2) with 6 partitions 
    add a node(n3) 
    
     we should see one partition from n1,n2 move to n3. We already have that test case.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---