WencongLiu commented on code in PR #22341:
URL: https://github.com/apache/flink/pull/22341#discussion_r1283010789
##########
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java:
##########
@@ -580,17 +581,13 @@ private boolean isDuplicateJob(JobID jobId) throws
FlinkException {
* Checks whether the given job has already been executed.
*
* @param jobId identifying the submitted job
- * @return true if the job has already finished, either successfully or as
a failure
+ * @return a successfully completed future with {@code true} if the job
has already finished,
+ * either successfully or as a failure
* @throws FlinkException if the job scheduling status cannot be retrieved
Review Comment:
Fixed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]