[jira] [Created] (FLINK-22218) Skip logging of final null input split

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-22218) Skip logging of final null input split

Shang Yuanchun (Jira)
Chesnay Schepler created FLINK-22218:
----------------------------------------

             Summary: Skip logging of final null input split
                 Key: FLINK-22218
                 URL: https://issues.apache.org/jira/browse/FLINK-22218
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.13.0


Batch job; the last line looks weird:
{code}
2021-04-09 14:10:07,909 DEBUG org.apache.flink.runtime.jobmaster.JobMaster                 [] - Send next input split GenericSplit (0/1).
2021-04-09 14:10:07,919 DEBUG org.apache.flink.api.common.io.DefaultInputSplitAssigner     [] - No more input splits available
2021-04-09 14:10:07,919 DEBUG org.apache.flink.runtime.jobmaster.JobMaster                 [] - Send next input split null.
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)