azagrebin commented on a change in pull request #9272: [FLINK-13435] Remove 
ShuffleDescriptor.ReleaseType and make release semantics fixed per partition 
type
URL: https://github.com/apache/flink/pull/9272#discussion_r309170044
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/shuffle/ShuffleDescriptor.java
 ##########
 @@ -41,14 +41,14 @@
         * that the producer of the partition (consumer input channel) has not 
been scheduled
         * and its location and other relevant data is yet to be defined.
         * To proceed with the consumer deployment, currently unknown input 
channels have to be
-        * marked with placeholders which are special implementation of {@link 
ShuffleDescriptor}:
+        * marked with placeholders which are special implementation of shuffle 
descriptor:
         * {@link UnknownShuffleDescriptor}.
         *
         * <p>Note: this method is not supposed to be overridden in concrete 
shuffle implementation.
         * The only class where it returns {@code true} is {@link 
UnknownShuffleDescriptor}.
         *
         * @return whether the partition producer has been ever deployed and
-        * the corresponding {@link ShuffleDescriptor} is obtained from the 
{@link ShuffleMaster} implementation.
+        * the corresponding shuffle descriptor is obtained from the {@link 
ShuffleMaster} implementation.
 
 Review comment:
   there are some check style warnings in Idea IDE to not use self links

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