-
Notifications
You must be signed in to change notification settings - Fork 13.8k
FLINK-2523: Makes the task cancellation interval configurable. #1662
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
Conversation
Please review. |
66f27d7
to
52aa8e3
Compare
Just rebased. Please review this PR. |
Thanks for your contribution @kl0u. Changes for the task cancellation interval look good. Maybe it would be good to add a test case which makes sure that the |
…es it to the Task itself. FLINK-3327: Attaches the ExecutionConfig to the JobGraph and propagates it to the Task itself.
52aa8e3
to
45d64c5
Compare
@tillrohrmann @aljoscha @StephanEwen I just rebased on the current master. This PR is rebased on top of #1583. Please review. |
will merge this today. |
Thank you. The changes in b75fd3f look good! |
Thanks a lot! I will rebase in a bit! |
You don't need to rebase. Chesnay did that already. |
This PR is rebased on top of #1583 . Please review that first.