Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.3, 1.12.2, 1.13.0
Description
In Flink WebUI,there is no numRecordsOut metric,and the class AsyncWaitOperator did't have this metric in fact.Other operators have this metric, which makes it difficult to monitor Async IO operator and can cause confusion for users.
I think we can directly use the wrapping output class CountingOutput to update numRecordsOut metric.CountingOutput is used in super class of AsyncWaitOperator(AbstractStreamOperator).
Here is my commit,And I have run a test, it work.
Attachments
Attachments
Issue Links
- is caused by
-
FLINK-14044 Reducing synchronization in AsyncWaitOperator
- Closed
- links to