Chapter 5 Load Balancing Algorithm - AvgShedder
In the previous chapters, we have conducted an in-depth analysis of shedding algorithms and placement algorithms, explaining their mechanisms, exploring their combinations, and identifying the two most suitable combinations.
However, these two combinations still have significant defects. These flaws spurred me to design and develop a novel algorithm. In this chapter, we shall explore in depth the design of the new load-balancing algorithm AvgShedder
.
The design document is included in the following PR:
[improve] [pip] PIP-364: Introduce a new load balance algorithm AvgShedder
The implementation source code can be seen in the following PR: [improve][broker] PIP-364: Introduce a new load balance algorithm AvgShedder
Last updated
Was this helpful?