Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Failure Join Node IN_PROGESS Does Not Change #3833

Closed
wants to merge 2 commits into from
Closed

Failure Join Node IN_PROGESS Does Not Change #3833

wants to merge 2 commits into from

Conversation

ghkdwlgns612
Copy link

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes (Please run ./gradlew generateLock saveLock to refresh dependencies)
  • WHOSUSING.md
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

  • Change to IN_PROGRESS state when the join node is in a failed state rather than a cancelled state.

Describe the new behavior from this PR, and why it's needed
Issue #3630
Issue #3609

Two situations occurred when a Fork-Join node internal fail node occurred. If a fail node existed immediately before the join node, the join node was changed to fail. However, if the Fail node is not immediately before the Join node, it has changed to the Cancel state. Both situations must be considered. I attached the reference picture below.

image
image

Alternatives considered

None

@ghkdwlgns612 ghkdwlgns612 deleted the bugfix/retry-from-fork-join branch November 15, 2023 09:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant