Tigris Object Storage - Destroyed bucket names not available

We have destroyed a bucket hours ago and it is still saying the name is not available.

Also, side note, if you manually create a bucket in the tigris dashboard, it appears it can not be deleted.

Added storage, tigris

Hi @danwetherald ,

Happy to look into it for you. Can you please share the bucket name to help@tigrisdata.com

The bucket delete feature on the dashboard is in the works and we shall have it shortly. Thanks for reporting it.

Adil

Thanks, I ended up manually creating a bucket with the same name as fly thought existing thinking it would possibly remedy the issue.

Bucket name: invitesai

Hi Dan,

I could only find one bucket creation attempt at 2024-08-12 14:29:25 UTC that was denied for name not being unavailable. And bucket creation via web console succeeded around 2024-08-12 20:24:30 UTC via dashboard that succeeded. I couldn’t find any other attempts.

Can you give me more information on this was being attempted (I assume through fly storage create), in that case did the error message say will become available for creation in '15m0s' or something else? It could be that bucket creation was not attempted via CLI.

I will continue to investigate more but if you have any other logs, that would be helpful.

I can assure you that I have tried to create a bucket with that name (the same name as the app name) about 20 times with the same error message:

? Choose a name, use the default, or leave blank to generate one: invitesai
Error: input:3: createAddOn Validation failed: Name has already been takeni

I just tried again a few minutes ago.

╰─ fly storage list
NAME    ORG


But I can not remove this bucket… It’s literally stuck there forever but fly has no idea it exists… pretty bad bug and state that things can get into.

Thanks for triggering and reporting this. We might have a gist of what’s going on and currently working on a resolution. Will update you once its fixed.

The issue should be resolved now. Please let us know if you still run into out of sync issues.

Thanks @adil - I will report back if we have any issues.

1 Like

Looks like there still might be issues:

fly storage destroy invitesai
Destroying a Tigris storage bucket is not reversible.
? Do you want to destroy the bucket named invitesai? Yes
Your Tigris object storage bucket invitesai was destroyed
fly storage create
? Choose a name, use the default, or leave blank to generate one: invitesai
Error: input:3: createAddOn Validation failed: Name has already been taken

I just went and checked and what is odd is that the bucket was still listed under my fly dashboard for tigris buckets, so I ran the destroy command again and now it has been removed. I am still not able to re-create it, but at least getting a more appropriate error message:

fly storage create
? Choose a name, use the default, or leave blank to generate one: invitesai
Error: input:3: createAddOn The requested bucket maybe recently deleted and unavailable for creation yet. Please try after some time or select a different name.

@adil - how long does it take to completely delete the bucket?

Upon delete the bucket is leased for approximate 15 minutes, the name should be available after that. Let me know once you try it out.

1 Like

Yes, I was finally able to create the new bucket. Thank you.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.