zhijiangW commented on a change in pull request #8559: [FLINK-12576][Network,
Metrics]Take localInputChannel into account when compute inputQueueLength
URL: https://github.com/apache/flink/pull/8559#discussion_r304757301
##########
File path: docs/monitoring/metrics.md
##########
@@ -1031,7 +1031,7 @@ Thus, in order to infer the metric identifier:
<th rowspan="8">Task</th>
<td rowspan="4">buffers</td>
<td>inputQueueLength</td>
- <td>The number of queued input buffers.</td>
+ <td>The number of queued input buffers. (ignores LocalInputChannels
which are using blocking subpartitions)</td>
Review comment:
`using the queue of subpartitions`? `blocking` is not very accurate here
because local channel might correspond to both pipelined and blocking
subpartitions.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services