Cluster restarted and doesn’t respond to queries

2013-12-23 Thread Justin Lambert
I have a machine running 3 risk nodes (1.3.1) on it as a development test cluster. Today I updated the machine to CentOS 6.5 (from 6.4) and rebooted the machine and now querying the node (testing with curl) doesn’t ever return. The only issue I can find is from riak-admin diag (which I don’t thin

Re: Cluster restarted and doesn’t respond to queries

2013-12-23 Thread Ryan Zezeski
On Mon, Dec 23, 2013 at 12:35 PM, Justin Lambert 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/le

Re: Cluster restarted and doesn’t respond to queries

2013-12-23 Thread Justin Lambert
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, 2

Re: Cluster restarted and doesn’t respond to queries

2013-12-23 Thread John Daily
Note this: {multi_backend, [ %% Here's where you set the individual multiplexed backends {<<"eleveldb_mult">>, riak_kv_eleveldb_backend, [ {data_root, "

Re: Cluster restarted and doesn’t respond to queries

2013-12-23 Thread Brian Sparrow
Just jumping in: The issue is here: {<<"bitcask_mult">>, riak_kv_bitcask_backend, [ {data_root, "./data/leveldb”} The reason riak-admin test works is it uses the default backend in the case of multi-backend. Based on

Re: Cluster restarted and doesn’t respond to queries

2013-12-23 Thread Justin Lambert
Brian - thanks for that explanation, yep my config is wrong there. We aren’t using bit cask at all so I can actually clean up the multi backend. I’ll get a ticket made for you guys as well. This config has been out here (and restarted many times) for about 4 or 5 months now. Any idea why the ht

Re: Cluster restarted and doesn’t respond to queries

2013-12-23 Thread Brian Sparrow
Hmm, no i do not. After restarting the node with a fixed config, try again and if the issue persists please attach the console.log, error.log and crash.log. Thanks! -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, D