Skip to content

Commit

Permalink
[Feature] Add id to ShutDownRequest (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Sep 26, 2023
1 parent 49a16e7 commit 3b9abd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ private ShutDownResponse shutdownInternal(FlinkCluster flinkCluster, String clus
flinkCluster.getFlinkExecutionModeEnum(),
flinkCluster.getProperties(),
clusterId,
flinkCluster.getId(),
getKubernetesDeployDesc(flinkCluster, "shutdown"));
Future<ShutDownResponse> future =
executorService.submit(() -> FlinkClient.shutdown(stopRequest));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ case class ShutDownRequest(
executionMode: FlinkExecutionMode,
@Nullable properties: JavaMap[String, Any],
clusterId: String,
id: Long,
@Nullable kubernetesDeployParam: KubernetesDeployParam)

0 comments on commit 3b9abd3

Please sign in to comment.