You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/08/12 04:58:09 UTC

[GitHub] [helix] jiajunwang opened a new issue #1255: WAGED Change Detector ignores IS list field key changes

jiajunwang opened a new issue #1255:
URL: https://github.com/apache/helix/issues/1255


   **Describe the bug**
   There is a regression in the WAGED Change Detector. The detector ignores IS list field key changes. In this case, the rebalancer won't trigger the required rebalance. As a result, the newly added resource or new partitions won't be assigned automatically. 
   
   **To Reproduce**
   Call HelixAdmin.addResource() to add a new resource.
   Wait for a while, until the first rebalance is done.
   Call HelixAdmin.rebalance() for the new resource. Ideally, the admin will update the IS with a fully extended partition list. And the rebalancer should assign the partitions. However, due to the regression, this 2nd change will not trigger the baseline rebalance. So the new partitions won't be assigned.
   
   **Expected behavior**
   After HelixAdmin.rebalance() called, all the partitions of this new resource should be assigned shortly, and automatically.
   
   **Additional context**
   Impacted Version: 1.0.1
   
   This bug only impacts WAGED managed resources.
   
   As a workaround, manually trigger rebalance (for example, touching the IdealState by changing the NUM_PARTITIONS and then changing it back), or reset the helix controller to trigger a refresh baseline rebalance.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] jiajunwang closed issue #1255: WAGED Change Detector ignores IS list field key changes

Posted by GitBox <gi...@apache.org>.
jiajunwang closed issue #1255:
URL: https://github.com/apache/helix/issues/1255


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org