Myasuka commented on a change in pull request #18324:
URL: https://github.com/apache/flink/pull/18324#discussion_r790659327



##########
File path: 
flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/detail/job-checkpoints-detail.component.html
##########
@@ -81,6 +82,9 @@
             {{ checkPointDetail['tasks'][vertex.id]['end_to_end_duration'] | 
humanizeDuration }}
           </td>
           <td 
*ngIf="checkPointDetail['tasks'][vertex.id]['end_to_end_duration'] < 0">n/a</td>
+          <td>
+            {{ checkPointDetail['tasks'][vertex.id]['checkpointed_size'] | 
humanizeBytes }}
+          </td>
           <td>{{ checkPointDetail['tasks'][vertex.id]['state_size'] | 
humanizeBytes }}</td>

Review comment:
       I think adding a new column could make user aware of this new feature. 
Moreover, changing this would make me update all pictures again, which is 
really annoying and I have already done this twice...




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to