Re: innostore and multi_backend

2010-11-24 Thread Joseph Lambert
Ok, Got it. It was a few system configuration problems, and one other big problem, me :). - Joe Lambert joseph.g.lamb...@gmail.com +86 13656213284 On Wed, Nov 24, 2010 at 11:11 AM, Joseph Lambert wrote: > Attached is app.config, below is copy/pasted the multi_backend part > > {storage_backen

Re: innostore and multi_backend

2010-11-23 Thread Joseph Lambert
Attached is app.config, below is copy/pasted the multi_backend part {storage_backend, riak_kv_multi_backend}, {multi_backend_default, <<"bitcask">>}, {multi_backend, [ {<<"bitcask">>, riak_kv_bitcask_backend, [{data_root, "/var/lib/riak/bitcask"}]},

Re: innostore and multi_backend

2010-11-23 Thread Dan Reverri
Can you provide the full app.config? I'd like to see if multi backend has been setup correctly. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Nov 23, 2010 at 6:35 PM, Joseph Lambert wrote: > This: > > {riak_kv, [ > > {multi_backend,

Re: innostore and multi_backend

2010-11-23 Thread Joseph Lambert
This: {riak_kv, [ {multi_backend, [ {<<"inno">>, riak_kv_innostore_backend, []} ]} ]}, {innostore, [ {data_home_dir, "/var/lib/riak/innostore"}, {log_group_home_dir, "/var/lib/riak/inno-log"}, {buffer_pool_size, 429496729

Re: innostore and multi_backend

2010-11-23 Thread Dan Reverri
Can you provide the different app.configs you are using? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Nov 23, 2010 at 5:59 PM, Joseph Lambert wrote: > Hi Dan, > > I'm using riak_search 0.13.0 and innostore 1.0.2, btw. > > If I add the default in

Re: innostore and multi_backend

2010-11-23 Thread Joseph Lambert
Hi Dan, I'm using riak_search 0.13.0 and innostore 1.0.2, btw. If I add the default innostore configuration like on the configuration page, and also add an entry for innostore in the multi_backend I get this error on startup: {{{badmatch, {error, {eagain

Re: innostore and multi_backend

2010-11-23 Thread Dan Reverri
You are correct, the innostore backend is not using the parameters passed to it by multi_backend: https://issues.basho.com/show_bug.cgi?id=890 Rather than modifying the innostore.app file you can configure the default innostore settings in your Riak app.config file: [ {riak_core, [...riak_core set

innostore and multi_backend

2010-11-23 Thread Joseph Lambert
Hello, Does anyone have innostore set up under multi_backend? I can't seem to get it to work properly with multi_backend. I tried adding it under the multi_backend, but it won't use any parameters passed in in the third parameter. If I set it up as an application, you can't select it as a backend