Piotr Nowojski created FLINK-10096:
--------------------------------------
Summary: Metrics report incorrect subtask ids
Key: FLINK-10096
URL:
https://issues.apache.org/jira/browse/FLINK-10096 Project: Flink
Issue Type: Bug
Components: Metrics
Affects Versions: 1.6.0
Reporter: Piotr Nowojski
Subtask id is of by one when it's being reported by metrics compared to what is printed by {{StreamTask.toString()}}. For example metrics line:
Initial sorter.137.buffers.inputQueueLength: 392
vs actual name of this subtask:
Initial sorter (138/192)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)