rkhachatryan commented on code in PR #20103:
URL: https://github.com/apache/flink/pull/20103#discussion_r921014688
##########
flink-runtime-web/web-dashboard/src/app/pages/job/checkpoints/job-checkpoints.component.html:
##########
@@ -551,15 +551,15 @@
</td>
</tr>
<tr>
- <td>Changelog state-backend</td>
- <td *ngIf="checkPointConfig['state_backend'] ===
'ChangelogStateBackend'">Enabled</td>
- <td *ngIf="checkPointConfig['state_backend'] !==
'ChangelogStateBackend'">Disabled</td>
+ <td>State Changelog</td>
Review Comment:
I think it should actually be `State Changelog` - i.e. "Changelog of Flink
State";
`Changelog State` reads as "state of changelog of something".
--
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]