Skip to content

Commit

Permalink
Merge pull request kubernetes#49159 from FouoF/fix
Browse files Browse the repository at this point in the history
Fix incorrect fragment identifier
  • Loading branch information
k8s-ci-robot authored Dec 19, 2024
2 parents 8a1bb4c + 8263159 commit 7e97a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ both the original request and some subsidiary ones(s), no matter how
deep in the recursion, there is a danger of priority inversions and/or
deadlocks.
-->
## 递归服务器场景 {#Recursive server scenarios}
## 递归服务器场景 {#recursive-server-scenarios}

在递归服务器场景中,必须谨慎使用 API 优先级和公平性。这些场景指的是服务器 A 在处理一个请求时,
会向服务器 B 发出一个辅助请求。服务器 B 可能会进一步向服务器 A 发出辅助请求。
Expand Down

0 comments on commit 7e97a36

Please sign in to comment.