wolfboys commented on code in PR #4076:
URL:
https://github.com/apache/incubator-streampark/pull/4076#discussion_r1768631073
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/application/impl/ApplicationManageServiceImpl.java:
##########
@@ -527,7 +527,6 @@ public boolean update(Application appParam) {
application.setDynamicProperties(appParam.getDynamicProperties());
application.setResolveOrder(appParam.getResolveOrder());
application.setExecutionMode(appParam.getExecutionMode());
- application.setClusterId(appParam.getClusterId());
Review Comment:
good job.
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/application/impl/ApplicationManageServiceImpl.java:
##########
@@ -559,6 +558,7 @@ public boolean update(Application appParam) {
break;
case REMOTE:
case YARN_SESSION:
+ application.setFlinkClusterId(appParam.getFlinkClusterId());
Review Comment:
Oh no, there's no need to make changes here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]