This is an automated email from the ASF dual-hosted git repository.

tangyun pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new 64038da8b2e [FLINK-28577][web] Fix the null error of reading 
checkpointed_size in checkpoint tab
64038da8b2e is described below

commit 64038da8b2e974db13052a7b5dbab4cc8fc4c43c
Author: Yu Chen <[email protected]>
AuthorDate: Wed Jul 27 13:01:39 2022 +0800

    [FLINK-28577][web] Fix the null error of reading checkpointed_size in 
checkpoint tab
---
 .../src/app/pages/job/checkpoints/job-checkpoints.component.html        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/job-checkpoints.component.html
 
b/flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/job-checkpoints.component.html
index 0951cfc66df..a4e7fbc246d 100644
--- 
a/flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/job-checkpoints.component.html
+++ 
b/flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/job-checkpoints.component.html
@@ -157,7 +157,7 @@
               <nz-divider nzType="vertical"></nz-divider>
               <span>
                 <strong>Checkpointed Data Size:</strong>
-                {{ checkPointStats['latest']['completed']['checkpointed_size'] 
| humanizeBytes }}
+                {{ checkPointStats['latest']['savepoint']['checkpointed_size'] 
| humanizeBytes }}
               </span>
               <nz-divider nzType="vertical"></nz-divider>
               <span>

Reply via email to