You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/10/19 15:55:00 UTC

[jira] [Closed] (FLINK-24484) Support manual cleanup of async operation results

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

Chesnay Schepler closed FLINK-24484.
------------------------------------
    Fix Version/s:     (was: 1.15.0)
       Resolution: Later

> Support manual cleanup of async operation results
> -------------------------------------------------
>
>                 Key: FLINK-24484
>                 URL: https://issues.apache.org/jira/browse/FLINK-24484
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / REST
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>
> The REST API state for asynchronous operations results is currently kept for 5 minutes.
> This behavior is fine for human interactions.
> For automated interactions it is not ideal because if the external system fails to persist the result then it may not be able to retrieve the result again.
> To solve this issue I propose:
> a) make the caching timeout configurable (currently hard-coded to 5 minutes)
> b) add a DELETE endpoint for operation results.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)