Allen Zhong
Allen Zhong
cj1k06ato0046bo5nqy9m81o9 & cj1k06al60045bo5n4t3b9jub, 台词标记反了,已重新上传正确对应的
Deleting package from repository is no possible by [design](https://github.com/pingcap/tiup/blob/master/doc/design/manifest.md), however, you can "yank" one with `tiup mirror modify` command. A yanked version is not able to download and you can...
Maybe we can add some new sub command(s) to show disk usage stats of `tiup` itself and purge cached files.
We use `ss` when checking if a port is up or down after `start` / `stop` an instance as well, they should be changed together.
Currently the path of slow log file is under `LogDir` of the instance, and is set in the startup script. However, TiDB also supports setting location of slow log file...
Sorry I might missed the updates. ``` global: user: "tidb" ssh_port: 22 deploy_dir: "/var/lib/tidb/deploy" data_dir: "/var/lib/tidb/data" [...] server_configs: tidb: log.slow-query-file: /var/lib/tidb/log/tidb/tidb_slow_query.log tidb_servers: - host: my-tidb-node-1.dev-platform.cds log_dir: "/var/lib/tidb/log/tidb" ``` In this...
Actually, we do have a `--mode` argument does exactly what you described. See the `populateOpt()` function in `components/playground/main.go`.
I think we could ignore startup error if the instance is marked as offline.
It's possible to deploy monitoring agents with `tiup-dm`, they are disabled and will not be deployed by default. However, setting an `monitored` section in the topology on deploy time with...