XComp commented on a change in pull request #18189:
URL: https://github.com/apache/flink/pull/18189#discussion_r789729158



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/JobResultEntry.java
##########
@@ -22,41 +22,18 @@
 import org.apache.flink.util.Preconditions;
 
 /**
- * An entry in a {@link JobResultStore} that couples a completed {@link 
JobResult} to a state that
- * represents whether the resources of that JobResult have been finalized 
({@link
- * JobResultState#CLEAN}) or have yet to be finalized ({@link 
JobResultState#DIRTY}).
+ * {@code JobResultEntry} is the entity managed by the {@link JobResultStore}. 
It collects
+ * information about a globally terminated job (e.g. {@link JobResult}).
  */
-public class JobResultEntry {
+public class JobResultEntry implements WithJobResult {

Review comment:
       I reverted the corresponding commit...




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


Reply via email to