Artem Danilov
Artem Danilov
## Bug Report **What version of TiDB Operator are you using?** v1.3.5 TidbCluster kind v6.1.0 **What did you do?** I try to perform local reads using Stale Reads described in...
## Feature Request **Is your feature request related to a problem? Please describe:** We use tidb-operator to run TiKV cluster w/o TiDB layer. Our clients are deployed to a separate...
## Feature Request **Is your feature request related to a problem?** We try to use tidb-operator to deploy TiKV cluster w/o TiDB layer, so TiKV client is usually deployed to...
## Feature Request **Is your feature request related to a problem? Please describe:** We try to setup TiDB in the environment, which has a strict range of ports allowed to...
## Bug Report **What version of Kubernetes are you using?** v1.21.10-gke.2000 **What version of TiDB Operator are you using?** v1.3.2 **What did you do?** I've applied the following config. ```...
**Is your feature request related to a problem? Please describe:** tidb-operator talks directly to EBS to [resize volume](https://github.com/pingcap/tidb-operator/blob/master/pkg/manager/volumes/pod_vol_modifier.go#L111) when requested. This requires tidb-operator to have a very broad access, which...
## Bug Report I want to use different CN for clients and TiKV nodes, but pd-server fails to startup if I specify more than one. I don't use TiDB layer...
Current backoff policy does not help much to limit TiDB reties to retrieve Region from PD when there are issues with Region Metadata in PD:  This PR adds an...
## Feature Request ### Describe your feature request related problem In large TiDB clusters with hundreds of tidb and tikv nodes, the PD leader can become overwhelmed during certain failure...
## Feature Request ### Describe your feature request related problem TiKV availability is based on the quorum. Thanks to excellent region balancing across all nodes in the cluster, if any...