Jing Ge created FLINK-27977:
-------------------------------

             Summary: SavePoints housekeeping API in Flink Cli, Rest API, SQL 
client
                 Key: FLINK-27977
                 URL: https://issues.apache.org/jira/browse/FLINK-27977
             Project: Flink
          Issue Type: Improvement
            Reporter: Jing Ge


We ran into this issue that a lot of savepoints have been created by customers 
(via their apps). It will take extra (hacking) effort to clean it. 

We should support Savepoints housekeeping to delete all savepoints:
 # REST API - /savepoints-disposal{*}{*}
 # Flink CLI - {{$ ./bin/flink savepoint --disposeAll}}
 # SQL client - DROP SAVEPOINTS (alternative option could be DROP SAVEPOINT 
ALL, but ALL is a SQL keyword) 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to