Re: Riak Search turns out results that's deleted?

2012-05-31 Thread Shuhao Wu
Yeah. Only on this bucket, though. Shuhao On Thu, May 31, 2012 at 8:37 PM, Ryan Zezeski wrote: > Shuhao, > > Can you reproduce this every time? I'm not familiar with the Python > client but I'm wondering if this is a divergent index or the Python client > using the solr-like HTTP interface. >

Re: Riak Search turns out results that's deleted?

2012-05-31 Thread Ryan Zezeski
Shuhao, Can you reproduce this every time? I'm not familiar with the Python client but I'm wondering if this is a divergent index or the Python client using the solr-like HTTP interface. -Z On Wed, May 30, 2012 at 10:55 AM, Shuhao Wu wrote: > I'm encountering a weird case where it only happen

Re: Strange spike

2012-05-31 Thread Nam Nguyen
Hi Seth, Yes, I am using the default config. Is it safe to change these values and restart riak? Nam On May 31, 2012, at 11:24 AM, Seth Benton wrote: > Hey, > > Apologies if this is the wrong place for this, but I just updated the > eLevelDB wiki page to mention randomization of the write bu

Re: Strange spike

2012-05-31 Thread Seth Benton
Hey, Apologies if this is the wrong place for this, but I just updated the eLevelDB wiki page to mention randomization of the write buffer length (via setting write_buffer_size_min and write_buffer_size_max). Before there was no mention of these config parameters. Perhaps people were just using

Re: Strange spike

2012-05-31 Thread Nam Nguyen
Hi Sean, You are right. At first I thought it was localized to that one particular node. Now others are also exhibiting the same symptom. I am putting in another node. Cheers, Nam On May 30, 2012, at 11:23 PM, Sean Cribbs wrote: > Nam, > > The LevelDB storage backend has a known issue where

Anything to add to the Community Release Notes?

2012-05-31 Thread Mark Phillips
Hey All, I just wanted to give everyone a heads up that the next installment of the next installment of the Community Release Notes [1] are almost wrapped up. I'll be tagging tomorrow and probably be releasing on Monday. If we're missing something you think should be on here, don't hesitate to for

start the riak failed on RHEL6

2012-05-31 Thread steele xu
Following the fast track, after make devrel, I fail to start the riak, got following from the console {error_logger,{{2012,5,31},{3,27,11}},"Protocol: ~p: register error: ~p~n",["inet_tcp",{{badmatch,{error,etimedout}},[{inet_tcp_dist,listen,1},{net_kernel,start_protos,4},{net_kernel,start_proto

Re: Riak as Binary File Store

2012-05-31 Thread Praveen Baratam
Thank you everybody for the feedback. I am planning to write binary data to Riak from the application server which handles upload. On the read side I am planning to use Apache with mod_proxy and mod_rewrite to directly fetch from Riak and serve the files without any other application server / scri