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
5
votes
1 answer

Riak "error":"insufficient_vnodes_available"

We have 4 nodes Riak installation. They are running on Ubuntu 12.04 LTS Precise installed servers. We have installed 1.1.4 at August 1st 2012 and upgraded 1.2.0 when its available. Server names are: f1 - 10.10.0.12 - This is the first installed…
Wolfiem
  • 51
  • 2
4
votes
2 answers

How can I check which version of Riak I am running?

I have Riak installed on my machine and it's running (riak ping returns 'pong'). How can I check which version of Riak I have?
Nathan Long
  • 1,515
  • 7
  • 22
  • 38
3
votes
1 answer

Riak Membership at 0%

No idea what's going on here, but added a new Riak node to the cluster and committed the changes. The new node has taken 0% of cluster membership while the first node in the cluster is growing with over 37% membership. Here's the…
crockpotveggies
  • 336
  • 2
  • 11
3
votes
1 answer

Riak cluster backup 10 nodes to 6 nodes

I'm wondering how we can backup a cluster of 10 nodes and restore on a cluster of 6 nodes. No matter the technique used for the backup (fsync, riakmanager, ...). Any help you can give would be greatly appreciated.
RiakUser
  • 31
  • 1
3
votes
1 answer

How can I back up and restore data from a Riak cluster?

How can I back up and restore data from a Riak cluster? What commands do I need to run?
Nathan Long
  • 1,515
  • 7
  • 22
  • 38
3
votes
2 answers

Does anyone know how to install a single node instance of Riak?

Does anyone know how to install a single node instance of Riak as the documentation is plain wrong and I have been trying for over a day now?
yazz.com
  • 6,743
  • 14
  • 37
  • 38
1
vote
1 answer

how to locate which startup scripts executes riak startup

I have a 64bit ubuntu server in a virtual machine, and I have some scripts running at startup, and I can't seam to locate in which file do we have the riak startup setup. I searched a lot of files mainly under /etc and none of them contained the…
Pentium10
  • 434
  • 9
  • 23
1
vote
2 answers

Is it possible to do storage without RAID and unnecessary redundancy?

I'm building multiple storage nodes for Riak database. Each node contains 20-40 x 2TB drives. Riak replicates each save to 3 nodes so there I have redundancy. Now the question is that what's the best and most efficient way to create one "virtual…
James
  • 31
  • 1
  • 2
1
vote
1 answer

has anyone got Riak working on Solaris or OpenSolaris?

has anyone got Riak working on Solaris or OpenSolaris? When I try to compile it I get: user@opensolaris:~/riak# gmake all rel ./rebar compile /usr/bin/env: No such file or directory gmake: *** [compile] Error 127 user@opensolaris:~/riak# mkdir…
yazz.com
  • 6,743
  • 14
  • 37
  • 38
0
votes
1 answer

Riak CS - Number of replicas

From the official Riak documentation: "In a Riak CS system, any node can respond to client requests - there is no master node and each node has the same responsibilities. Since data is replicated (three replicas per object by default), and other…
Barmi
  • 429
  • 1
  • 6
  • 14
0
votes
1 answer

Mixed Riak cluster with docker container instances and non-container instances

I have a riak cluster that is running on multiple virtual machines scattered about. I am now experimenting with docker and would like to add nodes to the cluster that are running within docker containers. How do I configure the networking…
AndrewP
  • 21
  • 2
0
votes
0 answers

Warning when start riak

When I start riak I get warning WARNING: ulimit -n is 1024; 65536 is the recommended minimum. I have added riak soft nofiles 65536 riak hard nofiles 65536 to /etc/security/limits.conf but it doesn't helped. riak is runned under riak user $ ps…
talex
  • 101
  • 2
0
votes
2 answers

Using MySQL with Ejabberd

I'm trying to integrate MySQL into Ejabberd but I'm constantly facing problem with it. I'm working in AWS EC2 environment and I have 1 EC2 instance that has MySQL, Ejabberd and latest Erlang (Version 17) installed. Then I have exactly followed steps…
Jason
  • 101
  • 1
0
votes
1 answer

Riak setup and LB?

Quick question about setting up riak cluster. Do I need load balancer in front of the cluster ? The cluster will have 3 nodes with N =3, so successful write must have the data in 3 nodes. Any suggestion on how to setup this environment ?
nonus25
  • 161
  • 1
  • 3
  • 9
0
votes
1 answer

Every node in Riak cluster wants to hand-off 54 partitions?

Right now have a 6-node Riak cluster that is experiencing very high latency and timeouts. When I go to check riak-admin transfers I get the following: ubuntu@ip-172-31-38-8:~$ riak-admin transfers 'riak@prod-riak-19' waiting to handoff 54…
crockpotveggies
  • 336
  • 2
  • 11
1
2