dangshazi commented on code in PR #21185:
URL: https://github.com/apache/flink/pull/21185#discussion_r1099948579
##########
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/history/HistoryServerArchiveFetcher.java:
##########
@@ -75,16 +86,26 @@ class HistoryServerArchiveFetcher {
/** Possible job archive operations in history-server. */
public enum ArchiveEventType {
- /** Job archive was found in one refresh location and created in
history server. */
+ /** Archived job file was found in one refresh location and downloaded
in history server. */
+ DOWNLOADED,
+ /** Unzipped Job archive was reloaded. */
+ RELOADED,
Review Comment:
I have updated related comments.
- DOWNLOADED: Archived job file was found in one refresh location() and
downloaded into {@link HistoryServerArchiveProcessor#webArchivedDir} on history
server.
- RELOADED: HistoryServer reloads Unzipped Job files left by last
HistoryServer when it starting
--
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]