tiup
tiup copied to clipboard
A component manager for TiDB
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? Upgrade cluster 2. What did you expect to see? Successfully 3. What did...
We need to add server monitoring to dm-worker and dm master to check whether there are server resource bottlenecks in each component of dm in high concurrency scenarios
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? ``` tiup playground --host 0.0.0.0 --monitor ``` 2. What did you expect to...
## Feature Request **Is your feature request related to a problem? Please describe:** At current, tiup mirror support merge two version packages to one offline packages. But, it will increase...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? `tiup client` does not accept input on STDIN. This makes it hard to...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? A TiKV node fails for bugs, I build a new one and try...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? Deploy with the following yaml file: ``` global: user: "tidb" ssh_port: 22 deploy_dir:...
## Feature Request **Is your feature request related to a problem? Please describe:** tiup --T tidb playground In the command, the parameter of --T was wrong (it should be -T...
## Feature Request In some cases `tiup playground` prints this message many times while it waits for tidb to be ready: "Waiting for tidb instances ready" Would be nice to...
## Feature Request Command `tiup playground nightly` will start with the latest version while I hope to use a previous version. the latest version: v5.0.0-nightly-20210624 target version: v5.0.0-nightly-20210617 try the...