Re: Riak - deleted objects not going away

2016-05-11 Thread Daniel Abrahamsson
Hi David, Look at the documentation for object deletion: http://docs.basho.com/riak/kv/2.1.4/using/cluster-operations/object-deletion/ There is also a blog post talking about this: http://basho.com/posts/technical/riaks-config-behaviors-part-3/ When deleting an object, riak will first write a to

Riak - deleted objects not going away

2016-05-11 Thread AWS
I have a test database with 158 items in it. Some keys are Riak generated and some are explicitly set. I have two methods. One does a single delete of an object whilst the other goes through a loop and deletes all of them. When I run the deleteAllFromBucket: aBucket it loops through all 158. If