-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
VSCopy: Copy from all shards in all keyspaces by specifying only an empty gtid #11886
Labels
Component: VReplication
Type: Enhancement
Logical improvement (somewhere between a bug and feature)
Type: Feature
Comments
yoheimuta
added
Needs Triage
This issue needs to be correctly labelled and triaged
Type: Feature
labels
Dec 6, 2022
rohit-nayak-ps
added
Type: Enhancement
Logical improvement (somewhere between a bug and feature)
and removed
Needs Triage
This issue needs to be correctly labelled and triaged
labels
Dec 6, 2022
Merged
3 tasks
yoheimuta
added a commit
to vitessio/website
that referenced
this issue
Mar 15, 2023
yoheimuta
added a commit
to vitessio/website
that referenced
this issue
Mar 15, 2023
yoheimuta
added a commit
to vitessio/website
that referenced
this issue
Mar 15, 2023
yoheimuta
added a commit
to vitessio/website
that referenced
this issue
Mar 15, 2023
yoheimuta
added a commit
to vitessio/website
that referenced
this issue
Mar 16, 2023
yoheimuta
added a commit
to vitessio/website
that referenced
this issue
Mar 16, 2023
Signed-off-by: yoheimuta <[email protected]>
mattlord
added a commit
to vitessio/website
that referenced
this issue
Mar 16, 2023
* Update the vstream doc in v17.0 to reflect vitessio/vitess#11886 Signed-off-by: yoheimuta <[email protected]> * Update content/en/docs/17.0/reference/vreplication/vstream.md Co-authored-by: Matt Lord <[email protected]> Signed-off-by: yohei yoshimuta <[email protected]> * Update content/en/docs/17.0/reference/vreplication/vstream.md Co-authored-by: Matt Lord <[email protected]> Signed-off-by: yohei yoshimuta <[email protected]> * Update content/en/docs/17.0/reference/vreplication/vstream.md Co-authored-by: Matt Lord <[email protected]> Signed-off-by: yohei yoshimuta <[email protected]> * Update content/en/docs/17.0/reference/vreplication/vstream.md Co-authored-by: Matt Lord <[email protected]> Signed-off-by: yohei yoshimuta <[email protected]> * Update content/en/docs/17.0/reference/vreplication/vstream.md Co-authored-by: Matt Lord <[email protected]> Signed-off-by: yohei yoshimuta <[email protected]> * Remove the unused forward slash at the end of Match value Signed-off-by: yoheimuta <[email protected]> * Add an empty line between the sections Signed-off-by: yoheimuta <[email protected]> --------- Signed-off-by: yoheimuta <[email protected]> Signed-off-by: yohei yoshimuta <[email protected]> Co-authored-by: Matt Lord <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: VReplication
Type: Enhancement
Logical improvement (somewhere between a bug and feature)
Type: Feature
Feature Description
If either keyspace or shard is unspecified, the request with an empty gtid like the following should copy tables from all shards in all keyspaces.
Currently, this request fails due to
INVALID_ARGUMENT
at the below two checks:vitess/go/vt/vtgate/vstream_manager.go
Lines 186 to 188 in a36de2c
vitess/go/vt/vtgate/vstream_manager.go
Lines 205 to 207 in a36de2c
Discussion
https://vitess.slack.com/archives/C0PQY0PTK/p1670315632556969
Use Case(s)
The text was updated successfully, but these errors were encountered: