zhijiangW commented on a change in pull request #11687:
URL: https://github.com/apache/flink/pull/11687#discussion_r411456038



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
##########
@@ -204,6 +205,9 @@
 
        protected final MailboxProcessor mailboxProcessor;
 
+       @Nullable
+       private final ExecutorService channelStateUnspillingExecutor;

Review comment:
       Maybe, not quite sure whether the existing `ioExecutor` in 
`TaskManagerService` can be used for unspill  state purpose. Anyway, we can 
always introduce a dedicated executor on `TaskManager` level future.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to