Skip to content

Commit

Permalink
Fix the issue where the HA files are not cleaned up when the Flink jo…
Browse files Browse the repository at this point in the history
…b stops, causing two identical jobs to start the next time a new job is launched. (#4029)
  • Loading branch information
lintingbin authored Sep 4, 2024
1 parent 5ff2098 commit e886549
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ object KubernetesNativeApplicationClient extends KubernetesNativeClientTrait {
flinkConf,
(jobId, client) => {
val resp = super.cancelJob(cancelRequest, jobId, client)
client.shutDownCluster()
CancelResponse(resp)
}
)
Expand Down

0 comments on commit e886549

Please sign in to comment.