ILB: Optimize shared resource lock with fixed hashed pool and OCC#1022
ILB: Optimize shared resource lock with fixed hashed pool and OCC#102208volt wants to merge 1 commit intokubernetes:release-1.35from
Conversation
|
This issue is currently awaiting triage. If the repository mantainers determine this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 08volt The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
…rce-specific mutex pool for GCE load balancer operations
Replaced the heavy global mutex
sharedResourceLockin the ILB controller with a hybrid locking strategy to eliminate serialization bottlenecks:This unblocks independent service reconciliations and prevents
nodesyncstalls during service update storms.