Chesnay Schepler created FLINK-22210:
----------------------------------------
Summary: Log conversion of input channels on debug
Key: FLINK-22210
URL:
https://issues.apache.org/jira/browse/FLINK-22210 Project: Flink
Issue Type: Sub-task
Components: Runtime / Task
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.13.0
These lines show up on every job start, even if there is no recovery but just a plain job start. They are not particularly problematic, but also not helping.
{code}
2021-03-30 17:57:27,839 INFO org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate [] - Converting recovered input channels (8 channels)
2021-03-30 17:57:27,839 INFO org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate [] - Converting recovered input channels (8 channels)
2021-03-30 17:57:27,839 INFO org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate [] - Converting recovered input channels (8 channels)
2021-03-30 17:57:27,839 INFO org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate [] - Converting recovered input channels (8 channels)
2021-03-30 17:57:27,839 INFO org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate [] - Converting recovered input channels (8 channels)
2021-03-30 17:57:27,839 INFO org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate [] - Converting recovered input channels (8 channels)
2021-03-30 17:57:27,839 INFO org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate [] - Converting recovered input channels (8 channels)
2021-03-30 17:57:27,855 INFO org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate [] - Converting recovered input channels (8 channels)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)