pnowojski commented on code in PR #19499:
URL: https://github.com/apache/flink/pull/19499#discussion_r901811510


##########
docs/content.zh/docs/ops/metrics.md:
##########
@@ -840,7 +840,7 @@ Deprecated: use [Default shuffle service 
metrics](#default-shuffle-service)
     </tr>
     <tr>
       <td>outPoolUsage</td>
-      <td>An estimate of the output buffers usage.</td>
+      <td>An estimate of the output buffers usage, the pool usage was > 100% 
if overdraft buffers are being used.</td>
       <td>Gauge</td>
     </tr>
     <tr>

Review Comment:
   I think in both English and Chinese versions there is also a second 
occurrence of the same metric for the `Default shuffle service metrics` that 
you also should modify. Here you have only modified the docs for the deprecated 
component that is preserved for the backward compatibility reasons. 



##########
docs/content.zh/docs/ops/metrics.md:
##########
@@ -840,7 +840,7 @@ Deprecated: use [Default shuffle service 
metrics](#default-shuffle-service)
     </tr>
     <tr>
       <td>outPoolUsage</td>
-      <td>An estimate of the output buffers usage.</td>
+      <td>An estimate of the output buffers usage, the pool usage was > 100% 
if overdraft buffers are being used.</td>

Review Comment:
   nit:
   ```
   An estimate of the output buffers usage. The pool usage can be > 100% if 
overdraft buffers are being used.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to