caicancai commented on code in PR #3493:
URL: 
https://github.com/apache/incubator-streampark/pull/3493#discussion_r1458189991


##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/impl/SavePointServiceImpl.java:
##########
@@ -333,6 +333,16 @@ private void handleSavepointResponseFuture(
               if (savepointResponse != null && 
savepointResponse.savePointDir() != null) {
                 applicationLog.setSuccess(true);
                 String savePointDir = savepointResponse.savePointDir();
+
+                SavePoint savePoint = new SavePoint();

Review Comment:
   It seems that it can no longer be optimized, thank you



-- 
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: issues-unsubscr...@streampark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to