We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What version of Kubernetes are you using? N/A
What version of TiDB Operator are you using? N/A
What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods? N/A
What's the status of the TiDB cluster pods? N/A
What did you do? Run EBS Restore, with hybrid warmup method, delete the warmup pod.
What did you expect to see? The new warmup pod should be able to continue from the last checkpoint.
What did you see instead? It runs from the time.Now(). (i.e. will warmup all files.)
time.Now()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
What version of Kubernetes are you using?
N/A
What version of TiDB Operator are you using?
N/A
What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?
N/A
What's the status of the TiDB cluster pods?
N/A
What did you do?
Run EBS Restore, with hybrid warmup method, delete the warmup pod.
What did you expect to see?
The new warmup pod should be able to continue from the last checkpoint.
What did you see instead?
It runs from the
time.Now()
. (i.e. will warmup all files.)The text was updated successfully, but these errors were encountered: