tiup icon indicating copy to clipboard operation
tiup copied to clipboard

A component manager for TiDB

Results 267 tiup issues
Sort by recently updated
recently updated
newest added

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....

size/L

## 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:**...

type/bug
type/feature-request

## 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...

type/bug

## 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...

type/feature-request

### What problem does this PR solve? - close #1969 ### What is changed and how it works? ### Check List Tests - Unit test - Integration test - Manual...

size/S

### What problem does this PR solve? close #2040 ### What is changed and how it works? ### Check List Tests - Unit test - Integration test - Manual test...

size/M

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...

size/XS

## 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...

type/bug

## 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...

type/bug

## 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...

type/bug