zhijiangW commented on a change in pull request #7785: [FLINK-11707][network] 
Make InputGate extend AutoCloseable
URL: https://github.com/apache/flink/pull/7785#discussion_r268927408
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/UnionInputGate.java
 ##########
 @@ -264,6 +265,23 @@ public int getPageSize() {
                return pageSize;
        }
 
+       @Override
+       public void close() throws IOException {
 
 Review comment:
   Yes, I totally agree with you above points. Thanks for kindly reminder!

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