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

Congxian Qiu(klion26) commented on FLINK-15507:
-----------------------------------------------

First, enable local recovery for incremental checkpoint has no overhead. and I 
agree with [~Zakelly] that we should enable incremental checkpoint by 
default(which has better performance).

For not incremental checkpoint with local recovery enabled, we'll consume more 
disk(only the files in latest successfully checkpoint will be kept after 
FLINK-8871 merged) but will give recovery when failover.

So from my side, enable local recovery for RocksDB StateBackend(incremental & 
full snapshot) by default is fine to me.

> Activate local recovery for RocksDB backends by default
> -------------------------------------------------------
>
>                 Key: FLINK-15507
>                 URL: https://issues.apache.org/jira/browse/FLINK-15507
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / State Backends
>            Reporter: Stephan Ewen
>            Assignee: Zakelly Lan
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> For the RocksDB state backend, local recovery has no overhead when 
> incremental checkpoints are used. 
> It should be activated by default, because it greatly helps with recovery.



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

Reply via email to