zhijiangW commented on a change in pull request #8680: [FLINK-12706] Introduce 
ShuffleService interface and its configuration
URL: https://github.com/apache/flink/pull/8680#discussion_r292334371
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/shuffle/ShuffleEnvironment.java
 ##########
 @@ -163,4 +167,48 @@
        boolean updatePartitionInfo(
                ExecutionAttemptID consumerID,
                PartitionInfo partitionInfo) throws IOException, 
InterruptedException;
+
+       /**
+        * Task executor local context of shuffle service used to create {@link 
ShuffleEnvironment}.
+        */
+       class ShuffleLocalContext {
 
 Review comment:
   This class seems not be used atm. What is the motivation for bringing this?

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