Skip to content

Commit

Permalink
chang log
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai committed Sep 27, 2023
1 parent f270e60 commit 8d9cafb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ object KubernetesApplicationClientV2 extends KubernetesClientV2Trait with Logger

FlinkK8sOperator.k8sCrOpr.deleteDeployment(namespace, name).runIOAsTry match {
case Success(_) =>
logInfo(richMsg("Shutdown Flink Applicaition successfully."))
observer.trackedKeys
.find(_.id == shutDownRequest.id)
.someOrUnitZIO(key => observer.untrack(key))
logInfo(richMsg("Shutdown Flink Applicaition successfully."))
ShutDownResponse()
case Failure(err) =>
logError(richMsg(s"Fail to shutdown Flink Application"), err)
Expand Down

0 comments on commit 8d9cafb

Please sign in to comment.