Re: Slow bucket create/delete in Riak CS

2014-08-18 Thread David Whittington
Ah, yeah, that was it. I thought GC had already run, but it hadn't. After GC it went back to normal. Thanks! On Thu, Aug 14, 2014 at 10:54 PM, Kota Uenishi wrote: > David, > > I'm sure your version of Riak CS is 1.5.0. At 1.5.0 we fixed bug #475 > by traversing whole bucket in creation and dele

Re: Slow bucket create/delete in Riak CS

2014-08-14 Thread Kota Uenishi
David, I'm sure your version of Riak CS is 1.5.0. At 1.5.0 we fixed bug #475 by traversing whole bucket in creation and deletion [1]. This traverse reads all objects in the bucket, even if it is already deleted. Deleted objects remains physically for a while - (called leeway seconds) - with it's m