dengxaing created FLINK-35361: --------------------------------- Summary: Delete Flinkhistory files that failed to write to the local directory Key: FLINK-35361 URL: https://issues.apache.org/jira/browse/FLINK-35361 Project: Flink Issue Type: Bug Reporter: dengxaing Attachments: image-2024-05-15-21-15-54-973.png
I found a bug in org.apache.flink.runtime.webmonitor.history.HistoryServerStaticFileServerHandler !image-2024-05-15-21-15-54-973.png! When the local directory is full, the above code will create an empty or incomplete file in local. At this point, the Flink History webui page cannot be open or display abnormally. However, when the local directory is expanded, the Flink History webui page will not return to normal because new files will not be regenerated. -- This message was sent by Atlassian Jira (v8.20.10#820010)