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

Add new configuration allowing to keep processing when there are fatal exceptions or timeout #1708

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yehaolan
Copy link
Contributor

@yehaolan yehaolan commented Sep 27, 2024

Changes

  1. Create configuration “task.commit.skip.commit.during.failures.enabled” with default to false. When the config is set to true, decouple the fatal checkpoint errors and commit timeouts from data processing
  2. Create new metric “commit-exceptions-ignored” denoting the counter of the ignored exceptions
  3. Create new metric “last-async-commit-ns” denoting the finish timestamp last successfully async
  4. Update error / timeout handling mechanism with the config setting to true.

Tests

  • executed ./gradlew build
  • unit test in TestTaskInstance.scala

@yehaolan yehaolan force-pushed the keep-processing-with-failures branch from 2bcaac6 to b6fa072 Compare October 1, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant