Closed xujiangfeng001 closed 1 year ago
Hello everyone, after discussion, our solution for this issue is as follows: Requirement:
Detailed logic:
Flink Cluster ID
of the job:If the flink cluster status is STOP
or LOST
, block the job alarm and wait for the flink cluster alarm.If the status of flink cluster is RUNNING
, actively trigger a flink cluster status update request to update the relevant status of flink cluster. If flink cluster is updated to STOP
or LOST
status in the latest update, the job alarm will be blocked; If the flink cluster status is still RUNNING
, send an alarm notification for the job.
Search before asking
Description
a. If cluster shutdown or lost is detected, an alarm will be sent. b. If the job is running on the cluster, the job will alarm in batches. At this time, it is necessary to prevent the job from alarming.
Usage Scenario
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct