-
Notifications
You must be signed in to change notification settings - Fork 324
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
[BUG]After deleting and rebuilding tenants with the same name, the old data still exists #1311
Comments
My advice: |
I has another idea: |
when drop tenant, drop database and role in this tenant, so close this issue |
(cherry picked from commit 023d539)
(cherry picked from commit 023d539)
Describe the bug
version: cnosdb 2.3.1, revision 74fdaa3
mode: singleton
The default cnosdb tenant and root user login:
Create tenants and users:
Log in with tenant a and user a:
Build database, build table and write data:
The default cnosdb tenant and root user login:
Remove tenants and users:
Create tenants and users with the same name again:
Log in with tenant a and user a:
You'll find that the old data is still there
To Reproduce
No response
Expected behavior
I believe that after deleting a tenant, even if a new tenant with the same name is created, the old data should not exist
Additional context
No response
The text was updated successfully, but these errors were encountered: