Skip to content

Commit f00cdb8

Browse files
MikeSpreitzerChris Negus
andauthored
Apply suggestions from code review
Co-authored-by: Chris Negus <[email protected]>
1 parent 053dc48 commit f00cdb8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/concepts/cluster-administration/flow-control.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ use informers and react to failures of API requests with exponential
3131
back-off, and other clients that also work this way.
3232

3333
{{< caution >}}
34-
Some requests classified as "long-running"such as remote command
35-
execution or log tailingare not subject to the API Priority and
34+
Some requests classified as "long-running"&mdash;such as remote command
35+
execution or log tailing&mdash;are not subject to the API Priority and
3636
Fairness filter. This is also true for the `--max-requests-inflight`
3737
flag without the API Priority and Fairness feature enabled. WATCH
3838
requests are considered long-running if API Priority and Fairness is
39-
disabled, NOT long-running if it enabled.
39+
disabled, NOT long-running if it is enabled.
4040
{{< /caution >}}
4141

4242
<!-- body -->
@@ -111,7 +111,7 @@ that is proportional to that estimated number.
111111

112112
### Execution Time Tweaks for WATCH
113113

114-
API Priority and Fairness manages WATCH requests but this involves a
114+
API Priority and Fairness manages WATCH requests, but this involves a
115115
couple more excursions from the baseline behavior. The first concerns
116116
how long a WATCH request is considered to occupy its seat. Depending
117117
on request parameters, the response to a WATCH request may or may not
@@ -123,7 +123,7 @@ is over.
123123
The normal notifications are sent in a concurrent burst to all
124124
relevant WATCH response streams whenever the server is notified of an
125125
object create/update/delete. To account for this work, API Priority
126-
and Fairness consiers every write request to spend some additional
126+
and Fairness considers every write request to spend some additional
127127
time occupying seats after the actual writing is done. The server
128128
estimates the number of notifications to be sent and adjusts the write
129129
request's number of seats and seat occupancy time to include this

0 commit comments

Comments
 (0)