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

2019-12-08 Thread Chesnay Schepler (Jira)


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

Chesnay Schepler updated FLINK-14264:
-
Issue Type: New Feature  (was: Improvement)

> Expose CheckpointBackend in checkpoint config RestAPI
> -
>
> Key: FLINK-14264
> URL: https://issues.apache.org/jira/browse/FLINK-14264
> Project: Flink
>  Issue Type: New Feature
>  Components: Runtime / REST, Runtime / State Backends
>Reporter: Congxian Qiu(klion26)
>Assignee: Congxian Qiu(klion26)
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.10.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)


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

2019-11-27 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated FLINK-14264:
---
Labels: pull-request-available  (was: )

> 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, Runtime / State Backends
>Reporter: Congxian Qiu(klion26)
>Priority: Major
>  Labels: pull-request-available
> 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)


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

2019-11-20 Thread Andrey Zagrebin (Jira)


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

Andrey Zagrebin updated FLINK-14264:

Component/s: Runtime / State Backends

> 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, Runtime / State Backends
>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)


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

2019-09-27 Thread Congxian Qiu(klion26) (Jira)


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

Congxian Qiu(klion26) updated FLINK-14264:
--
Fix Version/s: 1.10.0
Affects Version/s: (was: 1.9.0)

> 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)