AHeise commented on a change in pull request #9772: Flink 14199: Only use 
dedicated/named classes for mailbox letters. 
URL: https://github.com/apache/flink/pull/9772#discussion_r329003281
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/tasks/AbstractInvokable.java
 ##########
 @@ -265,7 +265,7 @@ public void abortCheckpointOnBarrier(long checkpointId, 
Throwable cause) throws
         *
         * @return future that completes when the notification has been 
processed by the task.
         */
-       public Future<Void> notifyCheckpointCompleteAsync(long checkpointId) {
+       public Future<?> notifyCheckpointCompleteAsync(long checkpointId) {
 
 Review comment:
   removed it

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