You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "sunjincheng (JIRA)" <ji...@apache.org> on 2018/10/12 00:22:00 UTC

[jira] [Commented] (FLINK-10265) Configure checkpointing behavior for SQL Client

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

sunjincheng commented on FLINK-10265:
-------------------------------------

Hi,[~twalthr] [~yanghua] I agree that we should unify the batch and streaming.  BTW we should add the checkpoint timeout attribute configuration as well. something like :
{code:java}
...
checkpointing:
   timeout: 600000
   ...{code}

> Configure checkpointing behavior for SQL Client
> -----------------------------------------------
>
>                 Key: FLINK-10265
>                 URL: https://issues.apache.org/jira/browse/FLINK-10265
>             Project: Flink
>          Issue Type: New Feature
>          Components: SQL Client
>            Reporter: Timo Walther
>            Assignee: vinoyang
>            Priority: Major
>
> The SQL Client environment file should expose checkpointing related properties:
> - enable checkpointing
> - checkpointing interval
> - mode
> - timeout
> - etc. see {{org.apache.flink.streaming.api.environment.CheckpointConfig}}
> Per-job selection of state backends and their configuration.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)