Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Bug Where Weight Is Set to 0 in Ramping-Up Strategy
Motivation: When the original weight is less than 10, the initial weight is incorrectly set to 0, potentially leading to `EndpointSelectionTimeoutException`. Modifications: - Ensured a minimum weight of 1 is set when the original weight is greater than 1 in the ramping-up strategy. - Added debugging logs for selector and selection strategy to facilitate troubleshooting. Result: - Fix a bug where weights could unintentionally be set to 0 in ramping-up strategies.
- Loading branch information