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: throw correct error instead of InternalError #24680

Merged

Conversation

entangled90
Copy link
Contributor

Description

InternalError was thrown by mistake (which extends VirtualMachineError and could case the VM to terminate.
Correct error is now thrown

@entangled90 entangled90 self-assigned this Nov 13, 2024
@github-actions github-actions bot added the component/zeebe Related to the Zeebe component/team label Nov 13, 2024
Copy link
Member

@lenaschoenburg lenaschoenburg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I'd suggest to backport it too, just to be safe.

@entangled90 entangled90 added backport stable/8.3 Backport a pull request to 8.3.x backport stable/8.4 Backport a pull request to 8.4.x backport stable/8.5 Backport a pull request to stable/8.5 backport stable/8.6 Backport a pull request to stable/8.6 labels Nov 13, 2024
@entangled90 entangled90 added this pull request to the merge queue Nov 13, 2024
Merged via the queue into main with commit ffd7acf Nov 13, 2024
71 checks passed
@entangled90 entangled90 deleted the cs-raise-correct-error-ConfigurationChangeCoordinatorImpl branch November 13, 2024 16:13
@backport-action
Copy link
Collaborator

Created backport PR for stable/8.3:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-24680-to-stable/8.3
git worktree add --checkout .worktree/backport-24680-to-stable/8.3 backport-24680-to-stable/8.3
cd .worktree/backport-24680-to-stable/8.3
git reset --hard HEAD^
git cherry-pick -x b5d6ffdca4107fc3bd273dbe0ac067b42c547aa7
git push --force-with-lease

@backport-action
Copy link
Collaborator

Created backport PR for stable/8.4:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-24680-to-stable/8.4
git worktree add --checkout .worktree/backport-24680-to-stable/8.4 backport-24680-to-stable/8.4
cd .worktree/backport-24680-to-stable/8.4
git reset --hard HEAD^
git cherry-pick -x b5d6ffdca4107fc3bd273dbe0ac067b42c547aa7
git push --force-with-lease

@backport-action
Copy link
Collaborator

Successfully created backport PR for stable/8.5:

@backport-action
Copy link
Collaborator

Successfully created backport PR for stable/8.6:

github-merge-queue bot pushed a commit that referenced this pull request Nov 13, 2024
…or (#24689)

# Description
Backport of #24680 to `stable/8.6`.

relates to
original author: @entangled90
github-merge-queue bot pushed a commit that referenced this pull request Nov 14, 2024
…or (#24688)

# Description
Backport of #24680 to `stable/8.5`.

relates to
original author: @entangled90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport stable/8.3 Backport a pull request to 8.3.x backport stable/8.4 Backport a pull request to 8.4.x backport stable/8.5 Backport a pull request to stable/8.5 backport stable/8.6 Backport a pull request to stable/8.6 component/zeebe Related to the Zeebe component/team version:8.5.10 version:8.6.6
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants