VStream: Try new tablet on purged binlog error#18710
Merged
arthurschreiber merged 2 commits intovitessio:mainfrom Sep 30, 2025
Merged
VStream: Try new tablet on purged binlog error#18710arthurschreiber merged 2 commits intovitessio:mainfrom
arthurschreiber merged 2 commits intovitessio:mainfrom
Conversation
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Member
|
@twthorn please see my comment here: #18696 (comment) Let me know what you think. I'm happy to discuss it further here or in the Vitess Slack. Thank you for working on this! ❤️ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18710 +/- ##
==========================================
- Coverage 67.51% 67.50% -0.02%
==========================================
Files 1606 1606
Lines 263606 263612 +6
==========================================
- Hits 177981 177948 -33
- Misses 85625 85664 +39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: twthorn <thomaswilliamthornton@gmail.com>
Signed-off-by: twthorn <thomaswilliamthornton@gmail.com>
e854d32 to
5160d13
Compare
Contributor
Author
|
Force pushed to add sign off. |
arthurschreiber
approved these changes
Sep 30, 2025
twthorn
added a commit
to slackhq/vitess
that referenced
this pull request
Oct 17, 2025
Signed-off-by: twthorn <thomaswilliamthornton@gmail.com>
5 tasks
tanjinx
pushed a commit
to slackhq/vitess
that referenced
this pull request
Oct 17, 2025
Signed-off-by: twthorn <thomaswilliamthornton@gmail.com>
twthorn
added a commit
to slackhq/vitess
that referenced
this pull request
Oct 21, 2025
Signed-off-by: twthorn <thomaswilliamthornton@gmail.com>
5 tasks
tanjinx
pushed a commit
to slackhq/vitess
that referenced
this pull request
Oct 23, 2025
Signed-off-by: twthorn <thomaswilliamthornton@gmail.com> Signed-off-by: Tanjin Xu <tanjin.xu@slack-corp.com>
tanjinx
added a commit
to slackhq/vitess
that referenced
this pull request
Oct 24, 2025
* VStream: Add flag to support copying only specific tables (vitessio#18184) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Add a flag to vstream to exclude keyspace from table name (vitessio#18274) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Fix flakey vstream metrics test (vitessio#18287) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Add support for sending grpc server backend metrics via ORCA (vitessio#18282) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * VStream: Try new tablet on purged binlog error (vitessio#18710) Signed-off-by: twthorn <thomaswilliamthornton@gmail.com> * Run go mod tidy Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Run go fmt Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Regenerate proto files Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Fix sorting of --grpc-enable-orca-metrics flag Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Fix ordering of -grpc-enable-orca-metrics in vtcombo.txt Signed-off-by: Thomas Thornton <tthornton@salesforce.com> --------- Signed-off-by: Thomas Thornton <tthornton@salesforce.com> Signed-off-by: twthorn <thomaswilliamthornton@gmail.com> Co-authored-by: Noble Mittal <62551163+beingnoble03@users.noreply.github.com> Co-authored-by: Tanjin Xu <109303790+tanjinx@users.noreply.github.com>
tanjinx
added a commit
to slackhq/vitess
that referenced
this pull request
Nov 10, 2025
* VStream: Add flag to support copying only specific tables (vitessio#18184) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Add a flag to vstream to exclude keyspace from table name (vitessio#18274) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Fix flakey vstream metrics test (vitessio#18287) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Add support for sending grpc server backend metrics via ORCA (vitessio#18282) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * VStream: Try new tablet on purged binlog error (vitessio#18710) Signed-off-by: twthorn <thomaswilliamthornton@gmail.com> * Run go mod tidy Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Run go fmt Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Regenerate proto files Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Fix sorting of --grpc-enable-orca-metrics flag Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Fix ordering of -grpc-enable-orca-metrics in vtcombo.txt Signed-off-by: Thomas Thornton <tthornton@salesforce.com> --------- Signed-off-by: Thomas Thornton <tthornton@salesforce.com> Signed-off-by: twthorn <thomaswilliamthornton@gmail.com> Co-authored-by: Noble Mittal <62551163+beingnoble03@users.noreply.github.com> Co-authored-by: Tanjin Xu <109303790+tanjinx@users.noreply.github.com>
sbaker617
pushed a commit
to slackhq/vitess
that referenced
this pull request
Feb 5, 2026
* VStream: Add flag to support copying only specific tables (vitessio#18184) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Add a flag to vstream to exclude keyspace from table name (vitessio#18274) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Fix flakey vstream metrics test (vitessio#18287) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Add support for sending grpc server backend metrics via ORCA (vitessio#18282) Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * VStream: Try new tablet on purged binlog error (vitessio#18710) Signed-off-by: twthorn <thomaswilliamthornton@gmail.com> * Run go mod tidy Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Run go fmt Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Regenerate proto files Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Fix sorting of --grpc-enable-orca-metrics flag Signed-off-by: Thomas Thornton <tthornton@salesforce.com> * Fix ordering of -grpc-enable-orca-metrics in vtcombo.txt Signed-off-by: Thomas Thornton <tthornton@salesforce.com> --------- Signed-off-by: Thomas Thornton <tthornton@salesforce.com> Signed-off-by: twthorn <thomaswilliamthornton@gmail.com> Co-authored-by: Noble Mittal <62551163+beingnoble03@users.noreply.github.com> Co-authored-by: Tanjin Xu <109303790+tanjinx@users.noreply.github.com>
corbantek
pushed a commit
to HubSpot/vitess
that referenced
this pull request
Mar 4, 2026
…log error (vitessio#18710) Signed-off-by: twthorn <thomaswilliamthornton@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Before these changes, if we get a "purged binlogs" error we do not add the tablet to the ignore list. There could be other tablets with the binlog history, so we should add this tablet to the ignore list (similar to what we do for the GTID set mismatch error).
Related Issue(s)
Checklist
Deployment Notes
AI Disclosure