Re: Empty bucket disappears

2013-09-05 Thread Daniel Iwan
Makes perfect sense. Now I understand why is highly discouraged do to that Thanks for quick reply. Daniel On 5 September 2013 18:11, Brian Sparrow wrote: > Daniel, > > When you do a bucket list you are actually listing all keys in 1/N > partitions and extracting the bucket names from the

Re: Empty bucket disappears

2013-09-05 Thread Brian Sparrow
Daniel, When you do a bucket list you are actually listing all keys in 1/N partitions and extracting the bucket names from the keys(which are bucket++key). So, when you remove all the keys in a bucket you effectively remove the bucket because no keys in the keylist will return as being members

Empty bucket disappears

2013-09-05 Thread Daniel Iwan
If I remove all keys from a bucket that bucket is not visible when I do curl http://127.0.0.1:8098/buckets?buckets=true I know buckets are only prefixes for keys so in theory bucket does not know if it's empty (or maybe it does) but to me it looks like only buckets with keys are visible. Is ther