Note this:

            {multi_backend, [
                            %% Here's where you set the individual multiplexed 
backends
                            {<<"eleveldb_mult">>, riak_kv_eleveldb_backend, [
                                                                            
{data_root, "./data/leveldb"}
                            ]},
                            {<<"bitcask_mult">>,  riak_kv_bitcask_backend, [
                                                                            
{data_root, "./data/leveldb"}
                            ]}
                            %%{<<"second_eleveldb_mult">>,  
riak_kv_eleveldb_backend, []},
                            %%{<<"memory_mult">>,   riak_kv_memory_backend, []}
            ]},

-John

On Dec 23, 2013, at 1:37 PM, Justin Lambert <jlamb...@letsevenup.com> wrote:

> Attached is my app.config.  It is managed by puppet so I don’t think it 
> changed at all.  Again, this was just a Centos 6.4 -> CentOS 6.5 upgrade - 
> the riak package wasn’t touched at all.
> 
> Any thought as to why riak-admin test works but just getting a key with curl 
> never returns?
> 
> 
> On Mon, Dec 23, 2013 at 10:44 AM, Ryan Zezeski <rzeze...@basho.com> wrote:
> 
> On Mon, Dec 23, 2013 at 12:35 PM, Justin Lambert <jlamb...@letsevenup.com> 
> wrote:
> 
> I do see some errors in the error.log, but the referenced directories don’t 
> appear to exist:
> 2013-12-23 16:52:33.290 [error] 
> <0.1721.0>@riak_kv_bitcask_backend:move_unused_dirs:607 Failed to move unused 
> data directory 
> "./data/leveldb/388211372416021087647853783690262677096107081728". Reason: 
> eexist
> 
> 
> This error is interesting. It is coming from the bitcask backend but trying 
> to read a leveldb directory. My guess is something happened with your 
> configuration when you upgraded. What does your app.config look like?
> 
> -Z
> 
> 
> <app.config>_______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to