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 20:04:00 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-27977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jing Ge updated FLINK-27977:
----------------------------
    Component/s: Command Line Client
                 Runtime / REST
                 Table SQL / Client

> 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
>          Components: Command Line Client, Runtime / REST, Table SQL / Client
>            Reporter: Jing Ge
>            Priority: Major
>
> 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)