jvimr commented on a change in pull request #12704:
URL: https://github.com/apache/flink/pull/12704#discussion_r442147944
##########
File path:
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/history/HistoryServerArchiveFetcher.java
##########
@@ -285,9 +285,7 @@ public void run() {
if (!jobsToRemove.isEmpty() &&
processArchiveDeletion) {
events.addAll(cleanupExpiredJobs(jobsToRemove));
}
- if (!events.isEmpty()) {
- updateJobOverview(webOverviewDir,
webDir);
- }
+ updateJobOverview(webOverviewDir, webDir);
Review comment:
I'm not really sure. That would yield in empty jobs/overview.json file
created on startup, thus the UI would show "no data" icon during startup/job
parsing, and then suddenly it would change into list of jobs once the startup
parsing is done.
Up until now the UI showed those "blurred" lines that we understood as
"startup in progress" instead.
----------------------------------------------------------------
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]