tiup cluster start 启动 tiflash 失败 && tiup v1.0.9 不支持 edit-config 修改 port

cat ~/.tiup/storage/cluster/clusters/tidb-cluster/meta.yaml 并上传下。

user: tidb
tidb_version: v4.0.4
topology:
  global:
    user: tidb
    ssh_port: 22
    deploy_dir: /home/tidb/tidb-deploy
    data_dir: /home/tidb/tidb-data
    os: linux
    arch: amd64
  monitored:
    node_exporter_port: 9100
    blackbox_exporter_port: 9115
    deploy_dir: /home/tidb/tidb-deploy/monitor-9100
    data_dir: /home/tidb/tidb-data/monitor-9100
    log_dir: /home/tidb/tidb-deploy/monitor-9100/log
  server_configs:
    tidb:
      log.slow-threshold: 300
    tikv:
      readpool.coprocessor.use-unified-pool: true
      readpool.storage.use-unified-pool: false
    pd:
      replication.enable-placement-rules: true
      schedule.leader-schedule-limit: 4
      schedule.region-schedule-limit: 2048
      schedule.replica-schedule-limit: 64
    tiflash:
      profiles.default.max_memory_usage: 10000000000
      profiles.default.max_memory_usage_for_all_queries: 0
    tiflash-learner: {}
    pump: {}
    drainer: {}
    cdc: {}
  tidb_servers:
  - host: 192.168.0.122
    ssh_port: 22
    port: 4000
    status_port: 10080
    deploy_dir: /home/tidb/tidb-deploy/tidb-4000
    arch: amd64
    os: linux
  tikv_servers:
  - host: 192.168.0.125
    ssh_port: 22
    port: 20160
    status_port: 20180
    deploy_dir: /home/tidb/tidb-deploy/tikv-20160
    data_dir: /home/tidb/tidb-data/tikv-20160
    config:
      server.labels:
        host: node04
    arch: amd64
    os: linux
  - host: 192.168.0.123
    ssh_port: 22
    port: 20160
    status_port: 20180
    deploy_dir: /home/tidb/tidb-deploy/tikv-20160
    data_dir: /home/tidb/tidb-data/tikv-20160
    config:
      server.labels:
        host: node02
    arch: amd64
    os: linux
  - host: 192.168.0.122
    ssh_port: 22
    port: 20160
    status_port: 20180
    deploy_dir: /home/tidb/tidb-deploy/tikv-20160
    data_dir: /home/tidb/tidb-data/tikv-20160
    config:
      server.labels:
        host: node01
    arch: amd64
    os: linux
  tiflash_servers:
  - host: 192.168.0.126
    ssh_port: 22
    tcp_port: 9000
    http_port: 8123
    flash_service_port: 3930
    flash_proxy_port: 20170
    flash_proxy_status_port: 20292
    metrics_port: 8234
    deploy_dir: /home/tidb/tidb-deploy/tiflash-9000
    data_dir: /home/tidb/tidb-data/tiflash-9000
    arch: amd64
    os: linux
  pd_servers:
  - host: 192.168.0.123
    ssh_port: 22
    name: pd-192.168.0.123-2379
    client_port: 2379
    peer_port: 2380
    deploy_dir: /home/tidb/tidb-deploy/pd-2379
    data_dir: /home/tidb/tidb-data/pd-2379
    arch: amd64
    os: linux
  monitoring_servers:
  - host: 192.168.0.126
    ssh_port: 22
    port: 9090
    deploy_dir: /home/tidb/tidb-deploy/prometheus-9090
    data_dir: /home/tidb/tidb-data/prometheus-9090
    arch: amd64
    os: linux
  grafana_servers:
  - host: 192.168.0.126
    ssh_port: 22
    port: 3000
    deploy_dir: /home/tidb/tidb-deploy/grafana-3000
    arch: amd64
    os: linux
  alertmanager_servers:
  - host: 192.168.0.126
    ssh_port: 22
    web_port: 9093
    cluster_port: 9094
    deploy_dir: /home/tidb/tidb-deploy/alertmanager-9093
    data_dir: /home/tidb/tidb-data/alertmanager-9093
    arch: amd64
    os: linux

感谢反馈,看下 tiup 版本,tiup --version & tiup cluster --version

这边反馈下,再次感谢反馈

你好,
已经部署的集群新版本不支持修改修改端口,如有需要可以通过扩缩容的方式修改,

好的谢谢

·ok

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。