You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jing Ge (Jira)" <ji...@apache.org> on 2022/06/09 18:26:00 UTC

[jira] [Created] (FLINK-27977) SavePoints housekeeping API in Flink Cli, Rest API, SQL client

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)