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

清除数据后name数据残留 #2002

Open
1076881851 opened this issue Oct 17, 2024 · 3 comments
Open

清除数据后name数据残留 #2002

1076881851 opened this issue Oct 17, 2024 · 3 comments
Labels

Comments

@1076881851
Copy link

通过client.clear()命令清除所有数据后,client.list_objects('')对象都没了,但是client.list_names('')时name数据都还在
image

It might be a bug that need support from the vineyard team.

@dashanji
Copy link
Member

@1076881851 Thanks for raising this issue, we'll check it later.

@github-actions github-actions bot added the stale label Nov 12, 2024
Copy link
Contributor

/cc @sighingnow, this issus/pr has had no activity for a long time, please help to review the status and assign people to work on it.

@dashanji
Copy link
Member

Hi @1076881851 , the name is stored in the metadata service (etcd). When you call client.clear(), the data associated with the connected Vineyardd instance is cleared, but the name remains.
You can use client.list_names('') to get all names and call client.drop_name to delete the name manually at present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants