Skip to content
New issue

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

tables id cannot be reused when there are many databases not being created continously #51736

Closed
Tracked by #50701
Leavrth opened this issue Mar 13, 2024 · 0 comments · Fixed by #51737
Closed
Tracked by #50701
Labels
affects-6.5 affects-7.1 affects-7.5 component/br This issue is related to BR of TiDB. severity/major type/bug The issue is confirmed as a bug.

Comments

@Leavrth
Copy link
Contributor

Leavrth commented Mar 13, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. Create database test1
  2. Create table test1.t1 and insert some rows into the table.
  3. Create 100 databases.
  4. backup.
  5. restore.

2. What did you expect to see? (Required)

no rewrite step.

3. What did you see instead (Required)

rewrite the key in the download stage.

4. What is your TiDB version? (Required)

master, release-7.5, release-7.1, release-6.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 affects-7.1 affects-7.5 component/br This issue is related to BR of TiDB. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant