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

release-20.2: bulkio: Propagate errors when executing schedule. #54581

Merged
merged 1 commit into from
Sep 21, 2020

Conversation

miretskiy
Copy link
Contributor

Backport 1/1 commits from #54539.

/cc @cockroachdb/release

Fixes #54484

Informs #54484

Use correct error object when checking for retryable errors.
In addition, add a FOR UPDATE clause when picking up
schedules to execute to reduce contention.

Release Notes: None

Release Justification: Bug fix; Incorrect handling of transaction
errors resulted in scheduled jobs showing incorrect and confusing
status message.

Use correct error object when checking for retryable errors.
In addition, add a `FOR UPDATE` clause when picking up
schedules to execute to reduce contention.

Release Notes: None

Release Justification: Bug fix; Incorrect handling of transaction
errors resulted in scheduled jobs showing incorrect and confusing
status message.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@adityamaru
Copy link
Contributor

LGTM but I think @dt is needed for sign off

@adityamaru adityamaru requested a review from dt September 18, 2020 20:00
@miretskiy miretskiy merged commit 1d6ce78 into cockroachdb:release-20.2 Sep 21, 2020
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.

4 participants