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

VReplication: Add VTGate VStreamFlag to include journal events in the… #631

Open
wants to merge 1 commit into
base: slack-19.0
Choose a base branch
from

Conversation

makinje16
Copy link
Member

Description

Backport of #16737

Related Issue(s)

Checklist

  • "Backport to:" labels have been added if this change should be back-ported to release branches
  • If this change is to be back-ported to previous releases, a justification is included in the PR description
  • Tests were added or are not required
  • Did the new or modified tests pass consistently locally and on CI?
  • Documentation was added or is not required

Deployment Notes

@makinje16 makinje16 requested a review from a team as a code owner March 20, 2025 18:31
Copy link

Thanks for the contribution! Before we can merge this, we need @mattlord to sign the Salesforce Inc. Contributor License Agreement.

@github-actions github-actions bot added this to the v19.0.7 milestone Mar 20, 2025
… stream (vitessio#16737)

Signed-off-by: Malcolm Akinje <malcolm.akinje@gmail.com>
Signed-off-by: Malcolm Akinje <makinje@slack-corp.com>
@makinje16 makinje16 force-pushed the slack-19.0-vtgate-vstream-flag branch from 9f74ac4 to ae0d6e9 Compare March 20, 2025 18:51
@makinje16 makinje16 requested a review from tanjinx March 21, 2025 16:28
@@ -733,13 +744,29 @@ func (vs *vstream) streamFromTablet(ctx context.Context, sgtid *binlogdatapb.Sha
sgtid, tabletAliasString)
}
if je != nil {
// Wait till all other participants converge and return EOF.
var endTimer *time.Timer
if vs.stopOnReshard {
Copy link

Choose a reason for hiding this comment

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

looks like this change is dup of #585

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.

2 participants