pnowojski commented on a change in pull request #11687: 
[FLINK-16536][network][checkpointing] Implement InputChannel state recovery for 
unaligned checkpoint
URL: https://github.com/apache/flink/pull/11687#discussion_r409402195
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
 ##########
 @@ -289,6 +292,8 @@ protected StreamTask(
                } else {
                        this.timerService = timerService;
                }
+
+               this.ioExecutor = Executors.newSingleThreadExecutor(new 
ExecutorThreadFactory("state-io"));
 
 Review comment:
   rename `channelStateUnspillingExecutor`?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to