You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Congxian Qiu(klion26) (Jira)" <ji...@apache.org> on 2019/11/13 13:58:00 UTC

[jira] [Comment Edited] (FLINK-14264) Expose CheckpointBackend in checkpoint config RestAPI

    [ https://issues.apache.org/jira/browse/FLINK-14264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16973360#comment-16973360 ] 

Congxian Qiu(klion26) edited comment on FLINK-14264 at 11/13/19 1:57 PM:
-------------------------------------------------------------------------

[~aljoscha] thanks for your reply, first I wrote as {{checkpoint_backend.}} After your question, I think maybe {{state_backend}} is better because  we describle them as {{state_backend}} in the doc[1], what do you think, thanks

 [1] [https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/state/state_backends.html]


was (Author: klion26):
[~aljoscha] thanks for your reply, first I wrote as {{checkpoint_backend.}} After your question, I think maybe {{state_backend}} is better because  we describle them as {{state_backend}} in the doc[1]

 [1] [https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/state/state_backends.html]

> Expose CheckpointBackend in checkpoint config RestAPI
> -----------------------------------------------------
>
>                 Key: FLINK-14264
>                 URL: https://issues.apache.org/jira/browse/FLINK-14264
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / REST
>            Reporter: Congxian Qiu(klion26)
>            Priority: Major
>             Fix For: 1.10.0
>
>
> Currently, we can get checkpoint config from rest api[1], the response contains the information as below
>  * timeout
>  * min_pause
>  * max_concurrent
>  * externalization
> But did not contain the type of CheckpointBackend, but in some scenarios, we want to get the CheckpointBackend type from Rest, this issue wants to add the simple name of the CheckpointBackend in the {{checkpoints/config rest with key }}{{checkpoint_backend, so the response will contain the information such as below}}
>  * {{timeout}}
>  * {{min_pause}}
>  * {{max_concurrent}}
>  * checkpoint_backend 
>  * externalization
>  
>  [1] [https://ci.apache.org/projects/flink/flink-docs-release-1.9/monitoring/rest_api.html#jobs-jobid-checkpoints-config]



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