Single-node deployment of TiDB reports Error: fetch /4018.prometheus.json from mirror(https://tiup-mirrors.pingcap.com) failed:

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 单机部署tidb 报Error: fetch /4018.prometheus.json from mirror(https://tiup-mirrors.pingcap.com) failed:

| username: marzone

[TiDB Usage Environment] Production Environment / Test / Poc
[TiDB Version]
[Reproduction Path] What operations were performed to cause the issue
tiup cluster deploy tidb v7.2.0 tidb.yaml --user root -p

[Encountered Issue: Issue Phenomenon and Impact]

Attention:
1. If the topology is not what you expected, check your yaml file.
2. Please confirm there is no port/directory conflicts in the same host.
Do you want to continue? [y/N]: (default=N) y

  • Generate SSH keys … Done
  • Download TiDB components
    • Download pd:v7.2.0 (linux/amd64) … Done
    • Download tikv:v7.2.0 (linux/amd64) … Done
    • Download tidb:v7.2.0 (linux/amd64) … Done
    • Download tiflash:v7.2.0 (linux/amd64) … Done
    • Download prometheus:v7.2.0 (linux/amd64) … Error
    • Download grafana:v7.2.0 (linux/amd64) … Error
    • Download node_exporter: (linux/amd64) … Done
    • Download blackbox_exporter: (linux/amd64) … Done

Error: fetch /4018.prometheus.json from mirror(https://tiup-mirrors.pingcap.com) failed: url https://tiup-mirrors.pingcap.com/4018.prometheus.json: not found
[Resource Configuration]

# Global variables are applied to all deployments and used as the default value of

# the deployments if a specific deployment value is missing.

global:
user: “tidb”
ssh_port: 22
deploy_dir: “/tidb-deploy”
data_dir: “/tidb-data”

# Monitored variables are applied to all the machines.

monitored:
node_exporter_port: 9100
blackbox_exporter_port: 9115

server_configs:
tidb:
instance.tidb_slow_log_threshold: 300
tikv:
readpool.storage.use-unified-pool: false
readpool.coprocessor.use-unified-pool: true
pd:
replication.enable-placement-rules: true
replication.location-labels: [“host”]
tiflash:
logger.level: “info”

pd_servers:

  • host: 10.180.178.143

tidb_servers:

  • host: 10.180.178.143

tikv_servers:

  • host: 10.180.178.143
    port: 20160
    status_port: 20180
    config:
    server.labels: { host: “logic-host-1” }

  • host: 10.180.178.143
    port: 20161
    status_port: 20181
    config:
    server.labels: { host: “logic-host-2” }

  • host: 10.180.178.143
    port: 20162
    status_port: 20182
    config:
    server.labels: { host: “logic-host-3” }

tiflash_servers:

  • host: 10.180.178.143

monitoring_servers:

  • host: 10.180.178.143

grafana_servers:

  • host: 10.180.178.143

[Attachments: Screenshots/Logs/Monitoring]

| username: TiDBer_yyy | Original post link

Encountered the same problem


| username: zhanggame1 | Original post link

Indeed, it can’t be downloaded. Let’s just go for offline deployment; it’s simpler.

| username: TiDBer_yyy | Original post link

It looks like it has already recovered.
image

| username: redgame | Original post link

It looks like it’s fixed…

| username: Billmay表妹 | Original post link

The issue with the image has been fixed.

A request has been submitted to see how to prevent such issues from occurring. There will be some changes coming up!

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.