Questions tagged [riak]

Riak is an open source, distributed database.

Riak is an open source, distributed database. Riak is architected for:

Availability: Riak replicates and retrieves data intelligently so it is available for read and write operations, even in failure conditions; Fault-Tolerance: You can lose access to many nodes due to network partition or hardware failure without losing data; Operational Simplicity: Add new machines to your Riak cluster easily without incurring a larger operational burden – the same ops tasks apply to small clusters as large clusters; Scalability: Riak automatically distributes data around the cluster and yields a near-linear performance increase as you add capacity.

19 questions
0
votes
2 answers

Riak does not allow to add a node because it is in its own cluster

(this is a repost of my question from stack overflow, it was offtopic there, here is right place to ask it) I was trying to build a Riak cluster on Raspberry Pi. Created an image with Erland and Riak, single node seems to work correctly. Then I…
Marek
  • 141
  • 7
0
votes
1 answer

Riak all_nodes_down error but they are up

I built a Riak cluster on three Raspberry Pi computers. vm.args and app.config files are double checked on each node (static IP addresss are correct). All nodes are valid: # ./riak-admin member-status ================================= Membership…
Marek
  • 141
  • 7
0
votes
1 answer

How can I see why my Riak cluster is not running the compaction phase on the machines when I expect?

I have a cluster of Riak (V1.2.0) machines, each with about 50Gb of hard disk space. We have the bitcask storage configure in the following way: %% Bitcask Config {bitcask, [ {data_root, "/var/lib/riak/bitcask"}, …
Pieter Breed
  • 101
  • 4
0
votes
1 answer

Riak pid - where is it and is one created

I installed the riak ubuntu package. Is there a riak.pid? My node is running but nothing on the machine. I need for monit. There is a /var/run/riak dir but no pid.
Tampa
  • 338
  • 2
  • 8
  • 17
1
2