Open edubonifs opened 1 year ago
@edubonifs what are you deploying this onto? I was unable to replicate on Kind
I am deploying on eks
Hello. I've also similar problems on EKS.
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.
Gloo Edge Version
1.13.x
Kubernetes Version
None
Describe the bug
I have installed GE 1.13.15, I have multiple replicas of gloo pods and gloo.gloo.disableLeaderElection: false.
I am seeing that the pod which wasn't chosen as the leader is consuming a lot of CPU:
´´´ gloo-5f6dd5959f-n4g7q 10m 53Mi
gloo-5f6dd5959f-sx2bb 1945m 46Mi ´´´
This pod doesn't report any repeated logs:
I would like to understand the difference of CPU consumption between these two pods.
Steps to reproduce the bug
Install GE enterprise 1.13.15 with the following values.yaml:
Scale up the gloo deployment for having more than one replica:
You will see that the CPU consumption of the one that is not the leader went high:
Expected Behavior
We expect the two pods to have similar CPU consumption
Additional Context
No response