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

Fix bug that retry policy is not work when failed to pause realtime task while task is publishing #17600

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

soullkk
Copy link
Contributor

@soullkk soullkk commented Jan 1, 2025

Fixes bug that should retry when failed to pause realtime task while task is publishing #11515.

Description

Fixed the bug that should retry when failed to pause realtime task while task is publishing #11515

This bug was fixed by this PR #11515 in a lower version,such as 24.0.1. But in higher version, such as 28.0.1, this bug was introduced by other modification.


Key changed/added classes in this PR
  • StandardRetryPolicy.java

This PR has:

  • been self-reviewed.
  • added documentation for new or modified features or behaviors.
  • a release note entry in the PR description.
  • added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
  • added or updated version, license, or notice information in licenses.yaml
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
  • added integration tests.
  • been tested in a test Druid cluster.

soullkk added 3 commits April 16, 2024 22:50
# Conflicts:
#	indexing-service/src/main/java/org/apache/druid/indexing/overlord/ForkingTaskRunner.java
@soullkk
Copy link
Contributor Author

soullkk commented Jan 1, 2025

@abhishekagarwal87 Please review this modification, thank you.

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