pingcap / tidb-operator

TiDB operator creates and manages TiDB clusters running in Kubernetes.
https://docs.pingcap.com/tidb-in-kubernetes/
Apache License 2.0
1.23k stars 498 forks source link

Need to add the restore name to the warmup job name, otherwise it will affect the next restore task [restore for 5160] #5790

Open ti-chi-bot opened 2 hours ago

ti-chi-bot commented 2 hours ago

Bug Report

What version of Kubernetes are you using?

What version of TiDB Operator are you using?

What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?

What's the status of the TiDB cluster pods?

What did you do?

  1. create volumerestore task t1
  2. after t1 is completed, create another volumerestore task t2

What did you expect to see?

  1. task t2 will also successed

What did you see instead?

  1. the warmup job is not start up
ti-chi-bot commented 2 hours ago

This issue is restored for #5160, it originally created at 2023-07-10 07:16:17.