tillrohrmann commented on a change in pull request #15553:
URL: https://github.com/apache/flink/pull/15553#discussion_r611469067
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/ExecutionGraphHandler.java
##########
@@ -204,7 +204,7 @@ public SerializedInputSplit requestNextInputSplit(
final InputSplit nextInputSplit = execution.getNextInputSplit();
- if (log.isDebugEnabled()) {
+ if (nextInputSplit != null) {
log.debug("Send next input split {}.", nextInputSplit);
}
Review comment:
Sounds like a good idea.
--
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]