Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-2429] [streaming] Deprecate the "enableCheckpointing()" method with no interval argument. #1382

Closed

Conversation

StephanEwen
Copy link
Contributor

The default checkpoint interval is a bit intransparent. Dropping that method makes the user think about what interval they want to chose.

We could (and should) later add a way that auto-tunes the checkpoint interval, based on the time checkpoints take to complete.

@rmetzger
Copy link
Contributor

+1 to merge

@StephanEwen
Copy link
Contributor Author

During some other refactoring, I found that at 3 places, different default values for the default interval are defined ;-)

The effective one (5000ms) happens to overwrite the others...

StephanEwen added a commit to StephanEwen/flink that referenced this pull request Nov 20, 2015
@asfgit asfgit closed this in 68a69c7 Nov 23, 2015
@StephanEwen StephanEwen deleted the deprecate_checkpoint_no_arg branch August 1, 2016 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants