You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yu Chen (Jira)" <ji...@apache.org> on 2022/07/27 03:15:00 UTC

[jira] [Commented] (FLINK-28577) 1.15.1 web ui console report error about checkpoint size

    [ https://issues.apache.org/jira/browse/FLINK-28577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571713#comment-17571713 ] 

Yu Chen commented on FLINK-28577:
---------------------------------

Well, I think I've found the root cause of this issue: it is mainly introduced by the mistake modification of the flink-runtime-web by [JIRA-25557|https://issues.apache.org/jira/browse/FLINK-25557].

And I can propose a PR to resolve the problem.

cc: [~yunta] 

> 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
>            Priority: Major
>
> 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)