wolfboys commented on code in PR #3989:
URL: 
https://github.com/apache/incubator-streampark/pull/3989#discussion_r1728225433


##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/task/FlinkAppHttpWatcher.java:
##########
@@ -575,6 +578,7 @@ and the status is not obtained this time (flink rest server 
is closed),
           if (trackingUrl != null && 
!trackingUrl.equals(application.getJobManagerUrl())) {
             application.setJobManagerUrl(trackingUrl);
             applicationService.updateJobManagerUrl(application.getId(), 
trackingUrl);
+            applicationLogService.updateJobManagerUrl(application.getId(), 
trackingUrl);

Review Comment:
   oh, It is modified according to the yarn appid. Then there is no problem



-- 
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]

Reply via email to