Confusion about node_puts and vnode_puts.

2017-02-15 Thread xiao??
Hi, I am confused about the relation between the statistics "node_puts" and "vnode_puts", yes, I have read the user guide. For instance, this is the output from "riak-admin status | grep node_puts", I don't understand why vnode_puts is much bigger(40 times) than node_puts, my cluster has 3 nod

Re: Confusion about node_puts and vnode_puts.

2017-02-15 Thread Magnus Kessler
On 15 February 2017 at 10:09, xiaoć–° wrote: > Hi, > > I am confused about the relation between the statistics "node_puts" and > "vnode_puts", yes, I have read the user guide. > For instance, this is the output from "riak-admin status | grep > node_puts", I don't understand why vnode_puts is much b

Re: riak-cs fails to start after reimporting Docker container

2017-02-15 Thread Jean-Marc Le Roux
Hi, I'll try to send the log archive ASAP. Here is what I get in /var/log/riak/error.log after running riak-admin repair-2i : 2017-02-15 22:09:06.535 [error] <0.3287.0>@riak_kv_2i_aae:repair_partition:297 Failed to acquire hashtree lock on partition 1255977969581244695331291653117200168170291

Re: riak-cs fails to start after reimporting Docker container

2017-02-15 Thread Jean-Marc Le Roux
Forgot to mention ACLs are alright AFAIK : root@b4394bf1de78:/var/lib/riak# ls -la total 52 drwxr-xr-x. 10 riak riak 179 Feb 9 23:43 . drwxr-xr-x. 1 root root 95 Feb 15 20:48 .. -r. 1 riak riak 20 Feb 9 01:00 .erlang.cookie drwxrwxr-x. 67 riak riak 8192 Feb 15 21:31 anti_entropy d

Re: riak-cs fails to start after reimporting Docker container

2017-02-15 Thread Jean-Marc Le Roux
Hi, inspecting the logs further, I get this in /etc/riak/console.log even before running riak-admin repair-2i : 2017-02-15 23:41:12.441 [warning] <0.714.0> Hintfile '/var/lib/riak/bitcask/205523667749658222872393179600727299639115513856/2.bitcask.hint' invalid 2017-02-15 23:41:12.441 [warning] <0

Re: riak-cs fails to start after reimporting Docker container

2017-02-15 Thread Jon Brisbin
I haven't tried CS in a container yet. Could you provide the Dockerfiles and compose files or the commands you use to start the services? jb On Wed, Feb 15, 2017 at 4:49 PM Jean-Marc Le Roux wrote: > Hi, > > inspecting the logs further, I get this in /etc/riak/console.log even > before running

Re: Cross-Compile Riak for Embedded Device

2017-02-15 Thread Jon Brisbin
I've been playing with messaging and Raspberry Pis a lot the last couple of weeks and it seems to work pretty well to use a couple message brokers like Mosquitto MQTT or something lightweight and publish data to the broker locally. A bridge configuration can make sure the messages get routed from t