cloudserver icon indicating copy to clipboard operation
cloudserver copied to clipboard

problem in deleteBucket on mongodb v3.2

Open siamackSeifi opened this issue 7 years ago • 7 comments

Hello

for deleteBucket operation (using mongodb as metadata client and its version is 3.2), dropping mpuShadowBucket{bucketName} returns error and the operation fails but when i update my mongo version to 3.6 everything is okay.

siamackSeifi avatar May 20 '18 12:05 siamackSeifi

Thanks for reporting. I will investigate and post some details.

rahulreddy avatar May 21 '18 16:05 rahulreddy

Question on this. Why are you trying to drop mpuShadowBucket{bucketName}? It's internal and should be cleaned up when a bucket is deleted.

rahulreddy avatar May 29 '18 17:05 rahulreddy

i'm not trying to drop it. when i tried to delete bucket, server returned internal error. i traced the error and found out that dropping mpuShadowBucket{bucketName} fails. i couldn't find out why. then i updated my mongodb version to 3.6 and deleting bucket was successful.

siamackSeifi avatar Jun 02 '18 08:06 siamackSeifi

I think it was a remnant of a corner case. What are the series of steps you took before deleting the bucket?

rahulreddy avatar Jun 15 '18 22:06 rahulreddy

I used s3 browser trying to delete the bucket.

siamackSeifi avatar Jun 18 '18 12:06 siamackSeifi

Is it this one from Cloudberry Lab http://explorer.cloudberrylab.com/?provider=s3_browser or S3 Browser here http://s3browser.com/?

rahulreddy avatar Jun 20 '18 03:06 rahulreddy

Sorry for the delay I used http://s3browser.com/

siamackSeifi avatar Aug 13 '18 12:08 siamackSeifi