@@ -31,12 +31,12 @@ use informers and react to failures of API requests with exponential
31
31
back-off, and other clients that also work this way.
32
32
33
33
{{< caution >}}
34
- Some requests classified as "long-running" — such as remote command
35
- execution or log tailing — are 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
36
36
Fairness filter. This is also true for the ` --max-requests-inflight `
37
37
flag without the API Priority and Fairness feature enabled. WATCH
38
38
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.
40
40
{{< /caution >}}
41
41
42
42
<!-- body -->
@@ -111,7 +111,7 @@ that is proportional to that estimated number.
111
111
112
112
### Execution Time Tweaks for WATCH
113
113
114
- API Priority and Fairness manages WATCH requests but this involves a
114
+ API Priority and Fairness manages WATCH requests, but this involves a
115
115
couple more excursions from the baseline behavior. The first concerns
116
116
how long a WATCH request is considered to occupy its seat. Depending
117
117
on request parameters, the response to a WATCH request may or may not
@@ -123,7 +123,7 @@ is over.
123
123
The normal notifications are sent in a concurrent burst to all
124
124
relevant WATCH response streams whenever the server is notified of an
125
125
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
127
127
time occupying seats after the actual writing is done. The server
128
128
estimates the number of notifications to be sent and adjusts the write
129
129
request's number of seats and seat occupancy time to include this
0 commit comments