This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new c3b326c28 [bug] Fix the problem that cannot be cancel after mapping
(#2064)
c3b326c28 is described below
commit c3b326c283d44b52af684de234d032445dc5354b
Author: monster <[email protected]>
AuthorDate: Sat Nov 19 13:14:00 2022 +0800
[bug] Fix the problem that cannot be cancel after mapping (#2064)
---
.../streampark/console/core/service/impl/ApplicationServiceImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/impl/ApplicationServiceImpl.java
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/impl/ApplicationServiceImpl.java
index 6eccd405c..1c58a46f0 100644
---
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/impl/ApplicationServiceImpl.java
+++
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/impl/ApplicationServiceImpl.java
@@ -1090,7 +1090,7 @@ public class ApplicationServiceImpl extends
ServiceImpl<ApplicationMapper, Appli
CancelRequest cancelRequest = new CancelRequest(
flinkEnv.getFlinkVersion(),
ExecutionMode.of(application.getExecutionMode()),
- application.getAppId(),
+ application.getClusterId(),
application.getJobId(),
appParam.getSavePointed(),
appParam.getDrain(),