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 Workflow Show: allow getting a subset of information #17737

Open
rohit-nayak-ps opened this issue Feb 11, 2025 · 0 comments · May be fixed by #17799
Open

VReplication Workflow Show: allow getting a subset of information #17737

rohit-nayak-ps opened this issue Feb 11, 2025 · 0 comments · May be fixed by #17799
Assignees
Labels
Component: VReplication Type: Enhancement Logical improvement (somewhere between a bug and feature)

Comments

@rohit-nayak-ps
Copy link
Contributor

Workflow Show is used to monitor running workflows either using the vtctld CLI/GRPC or the vtadmin UI. These are often continuously refreshed to get recent information. The amount of data sent can be very large. For example, a MoveTables to 128 shards with a very small number of tables is >300KB. For larger resharding workflows we have seen responses greater than the set GRPC max message size and needed to increase it!

Other than the core metadata (keyspaces, workflow type), most of the time users just want to see

  • the status of the streams (consolidated)
  • overall workflow status (reads/writes switched or not)
  • current max lag
  • error message(s) if any
  • if throttled

It will be useful to add a verbosity level to calibrate the amount of information that is sent.

@rohit-nayak-ps rohit-nayak-ps added Component: VReplication Type: Enhancement Logical improvement (somewhere between a bug and feature) labels Feb 11, 2025
@github-project-automation github-project-automation bot moved this to Backlog in VReplication Feb 14, 2025
@mattlord mattlord moved this from Backlog to In progress in VReplication Feb 14, 2025
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)
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

2 participants