You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a tidb-cluster with 3 ticdc replicas, then scale in 1 replicas
What did you expect to see?
Only 1 ticdc data pvc left.
In our k8s environment, the storageclass we use is extremely valuable. Each node has only 2-3 PVs created, yet we run hundreds of TiDB clusters for testing purposes. Therefore, it is imperative that scaled-in PVs are reclaimed as soon as possible.
Bug Report
tidb-operator/pkg/manager/member/pvc_cleaner.go
Lines 71 to 103 in b004b9a
What did you do?
Create a tidb-cluster with 3 ticdc replicas, then scale in 1 replicas
What did you expect to see?
Only 1 ticdc data pvc left.
In our k8s environment, the storageclass we use is extremely valuable. Each node has only 2-3 PVs created, yet we run hundreds of TiDB clusters for testing purposes. Therefore, it is imperative that scaled-in PVs are reclaimed as soon as possible.
What did you see instead?
The text was updated successfully, but these errors were encountered: