incubator-pegasus icon indicating copy to clipboard operation
incubator-pegasus copied to clipboard

feat enhance : Ignore specified unhealthy tables during load balancing.

Open ruojieranyishen opened this issue 2 years ago • 0 comments

background

The current blacklist feature allows ignoring some apps during the load balancing process. However, a drawback is that load balancing is triggered only when all partitions are healthy.

Goals

If all unhealthy apps are in the blacklist, load balancing can still start.

Solution

  1. Modifiy load balancing start condition.
  2. Refactor the existing blacklist, and only transfer the required apps to the load balancer.
  3. Add unit tests.

ruojieranyishen avatar Jul 26 '23 08:07 ruojieranyishen