Hi Jason, What client are you using to communicate with Riak (e.g. riak-ruby-client, curl, etc)?. Based on the description of what you are seeing, I suspect you are reading a tombstone value (which is written when a key is deleted, later that key will be physically removed during a compaction process). To the client a tombstone and not found should be treated as the same result.
Hope that helps. Cheers, Jordan On Mon, Dec 31, 2012 at 7:41 PM, 郎咸武 <[email protected]> wrote: > Hi all, > I met the problem yesterday. Now i have not method to delete. > > I delete an obj by a key. I found the value is delete, but the key is > exists. > > Why? Please give me some idea. > Thanks a lot. > > Jason > > -- > 只为成功找方法,不为失败找理由 > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > >
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
