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

Unable to delete thread that had bucket in it #454

Open
deefactorial opened this issue Oct 23, 2020 · 2 comments
Open

Unable to delete thread that had bucket in it #454

deefactorial opened this issue Oct 23, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@deefactorial
Copy link

deefactorial commented Oct 23, 2020

If you create a bucket in a thread and you delete the bucket collection you are unable to delete the original thread.
The deleted thread command succeeds but the thread remains in the thread list.

Steps to reproduce the issue:
Create Thread > Create Bucket In Thread > Delete Collection Named Buckets in Thread > Delete Thread > List Threads

Expected Behavior:
The thread should no longer be on the thread list.

@carsonfarmer
Copy link
Member

Can you provide a bit more detail here? When listing threads, is this via the cli? js libs?

@carsonfarmer carsonfarmer self-assigned this Jan 12, 2021
@carsonfarmer carsonfarmer added the bug Something isn't working label Jan 12, 2021
@deefactorial
Copy link
Author

This is via the js libs.
Essentially when you create a Bucket in a thread, the operation creates a collection in that thread called Buckets that contains meta-information about the buckets. If you perform a delete collection operation on the Buckets collection it prevents the Thread from being deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants