rkhachatryan commented on a change in pull request #18324:
URL: https://github.com/apache/flink/pull/18324#discussion_r791624395
##########
File path:
flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/job-checkpoints.component.html
##########
@@ -217,14 +227,26 @@
>
<thead>
<tr>
- <th nzWidth="60px"></th>
+ <th nzWidth="70px"></th>
<th><strong>ID</strong></th>
<th><strong>Status</strong></th>
<th><strong>Acknowledged</strong></th>
<th><strong>Trigger Time</strong></th>
<th><strong>Latest Acknowledgement</strong></th>
<th><strong>End to End Duration</strong></th>
- <th><strong>Checkpointed Data Size</strong></th>
+ <th>
+ <strong>
+ Checkpointed Data Size
+ <i
+ class="header-icon"
+ nz-icon
+ nz-tooltip
+ nzTooltipTitle="This column shows the persisted data size
during the sync and async phases of that checkpoint, the value could be
different from full checkpoint data size if incremental checkpoint or changelog
is enabled."
Review comment:
```suggestion
nzTooltipTitle="The size of data persisted during the sync
and async phases of a checkpoint. It's usually smaller than Full checkpoint
data size if incremental checkpoints or changelog is enabled"
```
##########
File path:
flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/job-checkpoints.component.html
##########
@@ -288,7 +311,19 @@
<tr>
<th></th>
<th><strong>End to End Duration</strong></th>
- <th><strong>Checkpointed Data Size</strong></th>
+ <th>
+ <strong>
+ Checkpointed Data Size
+ <i
+ class="header-icon"
+ nz-icon
+ nz-tooltip
+ nzTooltipTitle="This column shows the persisted data size
during the sync and async phases of that checkpoint, the value could be
different from full checkpoint data size if incremental checkpoint or changelog
is enabled."
Review comment:
```suggestion
nzTooltipTitle="The size of data persisted during the sync
and async phases of a checkpoint. It's usually smaller than Full checkpoint
data size if incremental checkpoints or changelog is enabled"
```
--
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]