10-Mar-2022 01:04
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.
10-Mar-2022 04:17 - edited 10-Mar-2022 04:18
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.
10-Mar-2022 06:15
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 🙂
17-Apr-2022 00:56
Hi Preet_pk,
So i think it relate about function CMP on F5, I try to summary and infromation with diagram below
Please find more information in linke below,
https://cloud-ttrust.com/f5-overview-of-cluster-multiprocessing/
Thanks you