Re: Bitcask merge

2011-08-26 Thread raghwani sohil
zes? > > > > From: riak-users-boun...@lists.basho.com [ > riak-users-boun...@lists.basho.com] On Behalf Of raghwani sohil [ > sohil4...@gmail.com] > Sent: Thursday, August 25, 2011 11:07 PM > To: Aphyr > Cc: riak-users@lists.basho.com > Subjec

RE: Bitcask merge

2011-08-26 Thread Nathan Wilken
@lists.basho.com Subject: Re: Bitcask merge Hi Aphyr, I have changed my app.config file i.e i have added this lines {riak_kv_bitcask_backend, [ {max_file_size, 314572800}, {small_file_threshold, 335544320} ]} but still riak merging process is not

Re: Bitcask merge

2011-08-25 Thread raghwani sohil
Hi Aphyr, I have changed my app.config file i.e i have added this lines {riak_kv_bitcask_backend, [ {max_file_size, 314572800}, {small_file_threshold, 335544320} ]} but still riak merging process is not running . On Fri, Aug 26, 2011

Re: Bitcask merge

2011-08-25 Thread Aphyr
Have you checked that your bitcask maximum file size is small enough? Bitcask will only merge *inactive* files, so if your active file limit is 500MB and your active file is 320, you won't merge. --Kyle On 08/25/2011 06:43 AM, raghwani sohil wrote: I have deleted all the keys from all buckets