-
**Describe the bug**
```
Kubernetes: v1.30.4-eks-a737599
KubeBlocks: 1.0.0-beta.1
kbcli: 1.0.0-alpha.1
```
**To Reproduce**
Steps to reproduce the behavior:
1. some addons are installed succ…
-
I'm opening this ticket to start debugging all the issues related to tidb, to give them a proper support.
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
Drop table if exists t1;
CREATE TABLE t1 (
id INT …
-
### What did you do?
1. create changefeed;
2. create table t(a int);
3. truncate table t;
### What did you expect to see?
changefeed can proceed normally;
### What did you see instead?
changefe…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
As per cx_active the…
-
File: [/release-7.5/tidb-cloud/vector-search-get-started-using-python.md](https://docs.pingcap.com/tidbcloud/vector-search-get-started-using-python)
> TiDB Vector Search is currently in beta and on…
-
I think it would be add support for [TiDB](https://github.com/pingcap/tidb) to Everest.
There is a operator for TiDB available [here]) https://github.com/pingcap/tidb-operator).
From what I unde…
-
## Enhancement Task
After a PD instance is restarted, it may take some time to load region information. If a PD leader doesn't have all up-to-date region information, it may cause some problems.
…
-
```yaml
version: '3'
services:
pd0:
image: pingcap/pd:nightly
ports:
- "2379"
volumes:
- ./tidb/config/pd-nightly-tiflash.toml:/pd.toml:ro
- ./tidb/data:/dat…
-
### Describe what you want
Hey, in TIDB AUTO_RANDOM primary keys are the backbone and recommended primary key, without this feature using TIDB is meaningless on ORM.
Please consider adding support…