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-19.2: jobs: pending jobs should be adoptable #43421

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

spaskob
Copy link
Contributor

@spaskob spaskob commented Dec 20, 2019

Backport 1/1 commits from #42880.

/cc @cockroachdb/release


It's possible that a job is created (so in state pending) but
due to a failure before the job is marked as started it can
be left in pending state. These jobs should be adoptable by
other nodes.

Touches #40563, #42427.

Release note (bug fix): this bug may cause jobs to be left indefinitely in pending state and never run.

It's possible that a job is created (so in state pending) but
due to a failure before the job is marked as started it can
be left in pending state. These jobs should be adoptable by
other nodes.

Touches cockroachdb#40563, cockroachdb#42427.

Release note (bug fix): this bug may cause jobs to be left indefinitely in pending state and never run.
@spaskob spaskob requested review from rytaft and a team December 20, 2019 20:20
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@rytaft rytaft left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@spaskob spaskob merged commit 8da55b5 into cockroachdb:release-19.2 Dec 20, 2019
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.

3 participants