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

Don't set RestorePosition in local_metadata. #5379

Merged
merged 1 commit into from
Oct 30, 2019

Conversation

enisoc
Copy link
Member

@enisoc enisoc commented Oct 30, 2019

This temporarily stops setting the RestorePosition in local_metadata
because the table's value column is not big enough to fit typical
replication positions, and therefore tablets are blocked from restoring.

We plan to re-enable RestorePosition after altering the local_metadata
table to make the value column big enough.

This is a temporary mitigation for #5377.

Signed-off-by: Anthony Yeh enisoc@planetscale.com

This temporarily stops setting the RestorePosition in local_metadata
because the table's value column is not big enough to fit typical
replication positions, and therefore tablets are blocked from restoring.

We plan to re-enable RestorePosition after altering the local_metadata
table to make the value column big enough.

Signed-off-by: Anthony Yeh <enisoc@planetscale.com>
@derekperkins
Copy link
Member

This is currently breaking us, so I'd like to get this merged ASAP

@enisoc enisoc merged commit 6aeb071 into vitessio:master Oct 30, 2019
@enisoc enisoc deleted the disable-restore-position branch October 30, 2019 18:02
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