diff --git a/flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts b/flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts index 5fc6d7edd89f0..6fbbe476ce477 100644 --- a/flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts +++ b/flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts @@ -115,6 +115,8 @@ export interface CheckPointConfigInterface { enabled: boolean; delete_on_cancellation: boolean; }; + state_backend: string; + checkpoint_storage: string; unaligned_checkpoints: boolean; tolerable_failed_checkpoints: number; } 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 e40eab81ba791..275b53c5b80a3 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 @@ -223,6 +223,14 @@ Exactly Once At Least Once + + Checkpoint Storage + {{ checkPointConfig['checkpoint_storage'] }} + + + State Backend + {{ checkPointConfig['state_backend'] }} + Interval Periodic checkpoints disabled