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



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/InputGate.java
##########
@@ -131,7 +135,12 @@
        /**
         * Setup gate, potentially heavy-weight, blocking operation comparing 
to just creation.
         */
-       public abstract void setup() throws IOException, InterruptedException;
+       public abstract void setup() throws IOException;
+
+       public abstract void initializeStateAndRequestPartitions(

Review comment:
       Agree, I already renamed it on input side, and I can also refactor the 
partition side in a separate hotfix commit.




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