nobleyd created FLINK-28577:
-------------------------------
Summary: 1.15.1 web ui console report error about checkpoint size
Key: FLINK-28577
URL: https://issues.apache.org/jira/browse/FLINK-28577
Project: Flink
Issue Type: Bug
Components: Runtime / Web Frontend
Affects Versions: 1.15.1
Reporter: nobleyd
1.15.1
1 start-cluster
2 submit job: ./bin/flink run -d ./examples/streaming/TopSpeedWindowing.jar
3 trigger savepoint: ./bin/flink savepoint {{{jobId} ./sp0}}
{{4 open web ui for job and change to checkpoint tab, nothing showed.}}
{{Chrome console log shows some error:}}
{{main.a7e97c2f60a2616e.js:1 ERROR TypeError: Cannot read properties of null
(reading 'checkpointed_size')
at q (253.e9e8f2b56b4981f5.js:1:607974)
at Sl (main.a7e97c2f60a2616e.js:1:186068)
at Br (main.a7e97c2f60a2616e.js:1:184696)
at N8 (main.a7e97c2f60a2616e.js:1:185128)
at Br (main.a7e97c2f60a2616e.js:1:185153)
at N8 (main.a7e97c2f60a2616e.js:1:185128)
at Br (main.a7e97c2f60a2616e.js:1:185153)
at N8 (main.a7e97c2f60a2616e.js:1:185128)
at Br (main.a7e97c2f60a2616e.js:1:185153)
at B8 (main.a7e97c2f60a2616e.js:1:191872)}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)