Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Round Robin - unequal load balancing

Preet_pk
Altostratus
Altostratus

Hi,

We observed one issue were pool members are not getting load balanced equally on Round Robin load balancing method.

Please let me know what can be the casue of this unequal load balancing.

3 REPLIES 3

Hi @Preet_pk ,

If you are having any profiles like Persistence and/or OneConnect which directly affects the load distrubution, it may result into uneven traffic distrubution across pool members. This could be one of the reason.

Stefan_Klotz
Cumulonimbus
Cumulonimbus

Another reason is, that Round Robin is a static method and doesn't care about any unequal load over time. It might be the case that requests to server A require more time (either to more complexity or because server A has less performance than server B) and sessions will be closed later.

That's why I would recommend to use a dynamic method like Least Connections to handle such scenarios much better.

Regards Stefan 🙂

T-Trust
Cirrus
Cirrus

Hi Preet_pk,

So i think it relate about function CMP on F5, I try to summary and infromation with diagram below

TTrust_0-1650182118937.png

Please find more information in linke below,

https://cloud-ttrust.com/f5-overview-of-cluster-multiprocessing/

 

Thanks you