-
### Feature Description
The `--topo_read_concurrency` flag is intended (based on it's help message and usage in the code) to limit how many reads a Vitess component does concurrently to the topo
…
-
When running the following SQL command, which is commonly issued by some ORMs and works as expected on vanilla MySQL, an error occurs in Vitess:
```sql
# vanilla mysql
mysql> SET timestamp=169089…
-
I am running a test Vitess Cluster in EKS and have run into an issue when adding static authentication to the vtgate moving from `--mysql_auth_server_impl=none` to `--mysql_auth_server_impl=static` (+…
-
### Overview of the Issue
This is reproduce-able on k8s deployments, where runs vitess-operator with vitess v16.
When consolidator been enabled, run **select** query concurrently at large scale th…
-
Is there a plan to support vtdirect features?
# Background
https://github.com/vitessio/vitess/issues/5791
VTDirect:
The excessive use of CPU due to gRPC continues to be a concern among some adopter…
zn9f updated
20 hours ago
-
Moving https://github.com/vitessio/vitess/issues/14766 here as it is related to the vitess-operator.
cc @GenLN as the original author.
-----
### Overview of the Issue
This is not working for 2 v…
-
## VStream: the hidden superpower
We all use VStream primitives via their targeted implementations with VReplication and friends, but there is limited usage of VStream natively. At the other end of…
-
#### Overview of the Issue
Unable to see backup restored when recreating a deleted kube cluster
#### Reproduction Steps
Steps to reproduce this issue, example:
1. Deploy the following `clu…
-
### Overview of the Issue
When I perform operations on tables that are in the `denied_tables` (because of `MoveTables`) on the shard tablet control, I get a panic, and the local client reports "Lost …
-
### Overview of the Issue
Using `vtctldclient OnlineDDL` without the `--caller-id` flag results in:
```
> vtctldclient --server :15999 OnlineDDL cancel
E1029 17:24:39.288500 65 main.go:56…