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

jobs: make new index backfill status tracking bwd compatible #40288

Merged
merged 1 commit into from
Aug 29, 2019

Conversation

spaskob
Copy link
Contributor

@spaskob spaskob commented Aug 28, 2019

Currently if a new node participates in a cluster with old version nodes the index backfill
will be busy waiting since the different versions use different ways of reporting status.
We detect this situation and revert to the old status reporting style if necessary.

Touches #36601.

Release note: None

@spaskob spaskob requested a review from dt August 28, 2019 15:25
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Currently if a new node participates in a cluster with old version nodes
the index backfill will be busy waiting since the different versions use
different ways of reporting status. We detect this situation and revert
to the old status reporting style if necessary.

Touches cockroachdb#36601.

Release note: None
@spaskob
Copy link
Contributor Author

spaskob commented Aug 29, 2019

bors r+

craig bot pushed a commit that referenced this pull request Aug 29, 2019
40288: jobs: make new index backfill status tracking bwd compatible r=spaskob a=spaskob

Currently if a new node participates in a cluster with old version nodes the index backfill
will be busy waiting since the different versions use different ways of reporting status.
We detect this situation and revert to the old status reporting style if necessary.

Touches #36601.

Release note: None

Co-authored-by: Spas Bojanov <spas@cockroachlabs.com>
@craig
Copy link
Contributor

craig bot commented Aug 29, 2019

Build succeeded

@craig craig bot merged commit da74375 into cockroachdb:master Aug 29, 2019
@spaskob spaskob deleted the index-bwd-compatible branch September 27, 2019 13:15
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