wolfboys commented on issue #3079:
URL: 
https://github.com/apache/incubator-streampark/issues/3079#issuecomment-1722384718

   > @wolfboys Can you give me some suggestions?
   
   thanks for you driving it.
   
   The background of the job backup feature is as follows:
   
   When a job is releasing, the last job will be backup for subsequent rollback 
operations. However, flink job has different deployment modes, The rollback 
implementations of various deployment modes are also different. The rollback 
feature has not been implemented yet, so currently it is simply a backup 
function. When a job is modified and released many times, a large number of 
backup files will be generated, which indeed need to be dealt with. Currently, 
there are three ways to solve this issue:
   
   1) There is a backup list on the job details page, which shows all the 
backup records of the job. Each record has a delete button for users to 
manually delete.
   2) We can use scheduled tasks, Regularly check the backup records of all 
jobs and delete them (We can default to keeping 3 or 5 job backups).
   3) Since the job backup feature currently has no practical use (rollback 
operation not implemented), we can also disable the job backup feature.
   


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