tiup
tiup copied to clipboard
A component manager for TiDB
Signed-off-by: cosven ### What problem does this PR solve? Before, there is a problem: > Assume there are 3 tikv instances (1,2,3), and the total number of leaders is 300....
## Feature Request **Is your feature request related to a problem? Please describe:** when lightning importer failure,need use lightning ctl to swtich mode bin/tidb-lightning-ctl --switch-mode=normal **Describe the feature you'd like:**...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? ``` tiup cluster check ./topology.yaml -i /home/pengdaqian.0/.ssh/id_rsa --ssh system ``` 2. What did...
## Feature Request **Is your feature request related to a problem? Please describe:** Customer needs to change this config but tiup cluster does not support yet. **Describe the feature you'd...
### What problem does this PR solve? - close #1969 ### What is changed and how it works? ### Check List Tests - Unit test - Integration test - Manual...
### What problem does this PR solve? close #2040 ### What is changed and how it works? ### Check List Tests - Unit test - Integration test - Manual test...
Signed-off-by: pingyu ### What problem does this PR solve? Integrated tests occasionally failed due to external reasons (such as errors of component download, see [here](https://github.com/pingcap/tiup/actions/runs/3051118129/jobs/4919667358#step:7:93)). At the same time, failed...
## Bug Report https://github.com/pingcap/tiup/blob/master/pkg/utils/retry.go#L80-L92 ```Go for attemptCount = 0; attemptCount < cfg.Attempts; attemptCount++ { if err := doFunc(); err == nil { return nil } // check for timeout select...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? Topo of tidb-m cluster: [tidb@container ~]$ tiup cluster display tidb-m tiup is checking...
## Bug Report 1. What did you do? A cluster named **test** and there is a grafana instance in the cluster. Then run `tiup cluster display test` and `tiup cluster...