Title: Least request load balancer policy is not working as expected
Description:
What issue is being seen?
After upgrading the envoy proxy version to 1.30 and above , the least request's behaviour has changed while using in large scale.
Repro steps:
Upgrade envoy proxy to v1.30 or above versions.
Create 50 application pods and 18 load testing tool pods with vegeta serving 60k RPS
Each application pod can handle upto 20-25k RPS and load testing tool will generate 60k RPS per pod.
Now, when we scale up the application pods from 50 to 60 pods , we will notice that the requests for few pods are not actually least request load balanced.
Title: Least request load balancer policy is not working as expected
Description:
Repro steps: