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

[qob] cancel stage if any partitions fail. #14747

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

Conversation

grohli
Copy link
Contributor

@grohli grohli commented Oct 25, 2024

Change Description

Fixes #14597

cancel_after_n_failures = 1; cancels whole job group if one partition fails.

Security Assessment

  • This change has no security impact

Impact Description

Unit tests and no interaction on anything secure.

(Reviewers: please confirm the security impact before approving)

@grohli grohli marked this pull request as ready for review October 25, 2024 20:30
Copy link
Collaborator

@chrisvittal chrisvittal left a comment

Choose a reason for hiding this comment

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

Thanks for the enhancement!

Copy link
Collaborator

@patrick-schultz patrick-schultz left a comment

Choose a reason for hiding this comment

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

Thanks Greg, looks great! Just one question about the test.

@ehigham ehigham force-pushed the ehigham/cloud-credentials branch from 4b932f1 to 64042bc Compare December 12, 2024 22:02
Base automatically changed from ehigham/cloud-credentials to main December 16, 2024 17:19
Copy link
Contributor Author

grohli commented Jan 29, 2025

Thanks Greg, looks great! Just one question about the test.

Just revisiting this comment--does the question you had about the test still apply? Or is it several commits old now?

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.

[qob] Query on Batch worker stages should fail fast
4 participants