unable to delete certain keys in a bucket

2014-09-29 Thread Hristo Asenov
I am using riak version 1.4.10 and it is in a cluster with two hosts. I am unable to get rid of keys left over from previous operations using simple delete operations on keys. When I list the keys for a bucket, it shows me the old keys, however if I try to retrieve the data associated with a key, n

Re: unable to delete certain keys in a bucket

2014-09-29 Thread Luke Bakken
Hi Hristo, Please see my comments and questions inline... > I am using riak version 1.4.10 and it is in a cluster with two hosts. I am > unable to get rid of keys left over from previous operations using simple > delete operations on keys. Could you please try and delete the keys using "curl -vv

Re: unable to delete certain keys in a bucket

2014-09-29 Thread Hristo Asenov
When I execute curl -vvv "http://10.100.2.1:8098/buckets/0/keys?keys=true";, I get * Hostname was NOT found in DNS cache * Trying 10.100.2.1... * Connected to 10.100.2.1 (10.100.2.1) port 8098 (#0) > GET /buckets/0/keys?keys=true HTTP/1.1 > User-Agent: curl/7.35.0 > Host: 10.100.2.1:8098 > Acce

Re: unable to delete certain keys in a bucket

2014-09-29 Thread Sargun Dhillon
So, if I'm interpreting your message correctly, you're executing the following steps, with the following steps, in order? 1. Key delete, X -> success 2. Key list -> yields a set, which contains X 3. Key fetch, X -> 404 / missing I'd first ask why you're doing key listing. That's an anti-pattern. Y