Re: Creating a new object immediately after deleting one with the same key

2014-10-09 Thread tilo
Thanks a lot, that are exactly the information I was looking for! Best, Tilo On Thu, Oct 9, 2014, at 10:35, Sargun Dhillon wrote: > Distributed deletion, and garbage collection is a really hard problem. > Riak has a couple different ways to do it talked about here: > http://docs.basho.com/riak/lat

Re: Creating a new object immediately after deleting one with the same key

2014-10-09 Thread Sargun Dhillon
Distributed deletion, and garbage collection is a really hard problem. Riak has a couple different ways to do it talked about here: http://docs.basho.com/riak/latest/ops/advanced/deletion/ The default mechanism tombstones the key, and then waits 3 seconds after the write has reached stable state (

Creating a new object immediately after deleting one with the same key

2014-10-09 Thread tilo
Hi all, While testing a simple go / protobuf driver I encountered following behaviour: After deleting an object and creating a new one with the same key immediately afterwards Riak creates a sibling of the new object. Trying to fetch an object with the key directly before creating the new one f