Re: riak_pb compilation error

2015-08-03 Thread Luke Bakken
Hi Humberto, Do you have the "protoc" program in your PATH? This command will show it if it's there: which -a protoc -- Luke Bakken Engineer lbak...@basho.com On Tue, Jul 28, 2015 at 8:42 AM, Humberto Rodríguez Avila wrote: > Hi guys, I have a problem when I compile riak_pb, even it says "BUIL

why leaving riak cluster so slowly and how to accelerate the speed

2015-08-03 Thread Changmao.Wang
Hi Raik user group, I'm using riak and riak-cs 1.4.2. Last weekend, I added four nodes to cluster with 5 nodes. However, it's failed with one of disks 100% full. As you know bitcask storage engine can not support multifolders. After that, I restarted the "riak" and leave the cluster with the co

ANN: Notification Service using Riak

2015-08-03 Thread Justin Plock
I've been working on a Notification Service based on Dropwizard ( http://dropwizard.io) that uses Riak (very much like Yammer's Streamie service [1]) that I decided to open source under an Apache 2.0 license if it would be useful to anyone. I'm still adding functionality (like roll-ups) and trying

Question on Riakc support for rebar3 erlang application

2015-08-03 Thread Aravind Kumar
Hi, I am trying to develop an erlang application which uses Riakc, using rebar3 build tool. when i am trying to compile using "rebar3 compile" command am getting errors. But the same is compiling without any errors when i used "rebar get-deps & rebar compile". so my question is, rebar3 isn't supp

Re: Riak CS Node Shutdown Because it Ran Out Data Space - Unbalanced With Other Nodes in Cluster

2015-08-03 Thread Arnaud
On 03/08/2015 17:55, Valenti, Anthony wrote: > The ring size is actually 64. This is from riak-admin status: > > ring_num_partitions : 64 > ring_ownership : <<"[{'riak@192.168.40.13',12},\n > {'riak@192.168.40.14',12},\n {'riak@192.168.40.15',12},\n > {'riak@192.168.40.27',16},\n {'riak@192.168

RE: Riak CS Node Shutdown Because it Ran Out Data Space - Unbalanced With Other Nodes in Cluster

2015-08-03 Thread Valenti, Anthony
The ring size is actually 64. This is from riak-admin status: ring_num_partitions : 64 ring_ownership : <<"[{'riak@192.168.40.13',12},\n {'riak@192.168.40.14',12},\n {'riak@192.168.40.15',12},\n {'riak@192.168.40.27',16},\n {'riak@192.168.40.28',12}]">> ring_creation_size : 64 We added more sp

Re: Riak CS Node Shutdown Because it Ran Out Data Space - Unbalanced With Other Nodes in Cluster

2015-08-03 Thread Arnaud
On 03/08/2015 16:44, Valenti, Anthony wrote: > BTW, this is the ring distribution on the nodes: > > root@CORP-RIAK07:~# riak-admin member-status > = Membership > == > Status RingPendingNode > -

RE: Riak CS Node Shutdown Because it Ran Out Data Space - Unbalanced With Other Nodes in Cluster

2015-08-03 Thread Valenti, Anthony
BTW, this is the ring distribution on the nodes: root@CORP-RIAK07:~# riak-admin member-status = Membership == Status RingPendingNode --- valid

Re: is it possible to use FQDN instead of IP in riak.conf for "listener.http.$name” field?

2015-08-03 Thread Richard Jonas
Hi Roman, my guess is that you can use 0.0.0.0 as IP address which means "listen on every network device", so if the IP address changes you don't need to change anything in the config. Please double check this. Richard On Wed, Jul 22, 2015 at 7:03 PM, Nick Marino wrote: > Hi Roman, > > I took

Re: Riak CS Node Shutdown Because it Ran Out Data Space - Unbalanced With Other Nodes in Cluster

2015-08-03 Thread Arnaud
On 31/07/2015 19:51, Valenti, Anthony wrote: > We have a Riak CS node that ran out of space on the data mount and the > service shutdown. This is strange since the other nodes in the cluster seem > to be about 76%-78% full. Why is it so out of balance and how can it be > fixed? > Hi ! I fac