ruojieranyishen opened a new pull request, #1571: URL: https://github.com/apache/incubator-pegasus/pull/1571
https://github.com/apache/incubator-pegasus/issues/1570 There are three modifications to implement the issue: 1. Modifiy load balancing start condition. ```diff - if (healthy_partitions != total_partitions) { + if (total_partitions - healthy_partitions != ignore_app_unhealthy_partitions) { ``` 3. Refactor the existing app blacklist, and only transfer the required apps to the load balancer. 4. Add unit tests. `app_blacklist_with_balancer_test` -- 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]
