You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a previous CreateLookupVindex workflow still exists when creating a new one then you get an error that a frozen workflow exists.
I am able to issue multiple CreateLookupVindex one after another without issue. After creating them and running Workflow <workflow_id> Show, they all show as running without error. I can then "complete" them via ExternalizeVindex one after the other, and that produces the desired effect (delete VReplication streams, remove write_only param) as well.
Also, not sure what causes a CreateLookupVindex workflow to go into frozen state. I only know about creating them, letting them run, and then deleting them via ExternalizeVindex.
Thanks, @maxenglander ! That list may be outdated, I'm not sure. I was starting with an aggregated list of things that I've seen reported. There may be more to at least some of them.
mattlord
changed the title
Feature Request: Improve usability of CreateLookupVindex command
Feature Request: Improve usability of LookupVindex command
May 20, 2024
Feature Description
The following is a list of desirable improvements to the
LookupVindex
vtctldclient command along with known bugs.LookupVindex create
should use an existing VIndex and Table when possible #15983LookupVindex create
does not properly cleanup / undo state changes made when it fails to create the workflow #15984LookupVindex
has nointernalize
command (equivalent toReverseTraffic
) #15985Use Case(s)
Managing many lookup vindexes in Vitess.
The text was updated successfully, but these errors were encountered: