J-HowHuang opened a new pull request, #15984: URL: https://github.com/apache/pinot/pull/15984
## Description For the newly added rebalance config `batchSizePerServer` (https://github.com/apache/pinot/pull/15617), this PR adds a new logic in rebalance config pre-check in table rebalance pre-checker to warn user when this parameter is recommended to be set. When the number of segments to add to a single server is too large, `batchSizePerServer` is expected to be set to protect the server from stranded by helix messages. Currently this pre-check warns when any server will have more than `200` segments to add to, showing message to recommend user to set `batchSizePerServer` to `200` or lower. ## Examples Rebalance a table with `batchSizePerServer=-1` <img width="907" alt="image" src="https://github.com/user-attachments/assets/275eb386-3c22-4d9d-89d9-665bd48665ea" /> Rebalance a table with `batchSizePerServer=500` <img width="907" alt="image" src="https://github.com/user-attachments/assets/275eb386-3c22-4d9d-89d9-665bd48665ea" /> The same table with `batchSizePerServer=200` <img width="336" alt="image" src="https://github.com/user-attachments/assets/f85fa18c-674b-4cd3-819a-3fcb2199a7a1" /> -- 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]
