gwy1995 commented on code in PR #3493:
URL:
https://github.com/apache/incubator-streampark/pull/3493#discussion_r1456969180
##########
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:
What type of optimization do I need? I refer to the code from here:
https://github.com/apache/incubator-streampark/blob/99d536474f79d4fce61ea6290e87246edeba4804/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/application/impl/ApplicationActionServiceImpl.java#L364
--
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]