MarkGaox opened a new issue, #2594: URL: https://github.com/apache/helix/issues/2594
**Is your feature request related to a problem? Please describe.** Helix currently incorporates a delayed rebalance feature to maintain partition assignment without alterations when a node experiences temporary downtime. This approach minimizes the partition movement until the node reconnects. However, Helix doesn't provide users with the flexibility of interrupting the delay and bootstrapping the third replica quickly. Therefore, a new Helix on-demand cluster rebalance API to force delayed offline/disabled nodes to be rebalanced shall be implemented. **Describe the solution you'd like** We will introduce a new cluster level config to record the time when the last on-demand rebalance API is called. It will help helix understand when to force the offline/disabled node to be rebalanced without respecting the delay window. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
