Deepthi Sigireddi
Deepthi Sigireddi
There are multiple ways of solving this without adding another flag to PRS - external automation checks for the desired condition before issuing a PRS - use AvoidPrimaryAlias as Manan...
[Slack discussion](https://vitess.slack.com/archives/C0PQY0PTK/p1722630085874889)
@makinje16 given the comment from Matt, I would also like to understand your specific use case. It can be dangerous to skip pre-checks because you can get into a bad...
If we decide to do this, we should add a dimension to vtgate_queries_processed to represent tablet_type. We would not want to duplicate the metric for every serving tablet type of...
I'm not sure if VTAdmin has a sql connection to vtgates. That would be required in order to use the `vexplain` syntax, which is Vitess-specific syntax that vtgate understands.
Any PR that makes this change will need to include changes to - git pre-commit hooks - CI static checks workflow - include instructions on how to install the new...
Can you tell whether the panic is causing the tablet to go into NOT_SERVING? What all type of workflows and/or vstreams do you have running?
Seems reasonable :+1:
Reskinning the whole website is probably non-trivial and I understand it might not happen right away. It will be nice to do the first two items though.
@frouioui looks like you might have run into a similar issue and fixed it in #16806? EDIT: Taking another look, they look like different race conditions.