Riak nodes (potentially) have empty partitions

2012-06-05 Thread Nitish Sharma
Hi, We have Riak cluster running 1.1.2. All the nodes own 6.6% of partitions, still memory usage of "beam" process on some nodes is less than the others (significantly). The number of keys on the nodes consuming less memory is also fewer. Then how come they still own the equal number of partition

Re: Riak nodes (potentially) have empty partitions

2012-06-07 Thread Nitish Sharma
2012 at 5:08 AM, Nitish Sharma > wrote: > Hi, > > We have Riak cluster running 1.1.2. All the nodes own 6.6% of partitions, > still memory usage of "beam" process on some nodes is less than the others > (significantly). The number of keys on the nodes consuming less

Re: Riak nodes (potentially) have empty partitions

2012-06-07 Thread Nitish Sharma
PM, Mark Phillips wrote: > >> Hi Nitish, >> >> On Tue, Jun 5, 2012 at 5:08 AM, Nitish Sharma >> wrote: >> Hi, >> >> We have Riak cluster running 1.1.2. All the nodes own 6.6% of partitions, >> still memory usage of "beam" process on so

Re: Riak nodes (potentially) have empty partitions

2012-06-08 Thread Nitish Sharma
, 2012 at 5:08 AM, Nitish Sharma > wrote: > >> Hi, >> >> We have Riak cluster running 1.1.2. All the nodes own 6.6% of partitions, >> still memory usage of "beam" process on some nodes is less than the others >> (significantly). The number of k

Re: Riak nodes (potentially) have empty partitions

2012-06-08 Thread Nitish Sharma
:20 PM, Mark Phillips wrote: > > Hi Nitish, > > On Tue, Jun 5, 2012 at 5:08 AM, Nitish Sharma > wrote: > >> Hi, >> >> We have Riak cluster running 1.1.2. All the nodes own 6.6% of partitions, >> still memory usage of "beam" process on some no

Nodes neither leaving nor joining the cluster

2011-11-09 Thread Nitish Sharma
Hi, I've installed riak using pre-compiled Debian binary. I setup a Riak cluster consisting of 3 nodes (name of each node in format: riak@). The configuration file for all the nodes is same. Just to clarify my problem, I'll be using node names as A, B, and C. Initially, all three nodes were success

Re: Nodes neither leaving nor joining the cluster

2011-11-09 Thread Nitish Sharma
; > Regards > > Alexandre > > On Wed, Nov 9, 2011 at 5:38 PM, Nitish Sharma > wrote: > > Hi, > > I've installed riak using pre-compiled Debian binary. I setup a Riak > cluster > > consisting of 3 nodes (name of each node in format: riak@). The > &g

Problem installing Riak Python client

2011-11-10 Thread Nitish Sharma
Hi, I am trying to install Riak's python client library using Pip. But it throws an IOError while installing: IOError: [Errno 2] No such file or directory: 'protobuf/setup.py'. Apparently, a lot of guys are facing the same problem. The problem is that the latest version of Protobuf (2.4.1) has move

Importing data to Riak

2011-11-14 Thread Nitish Sharma
Hi, This is more sort of a discussion than a question. I am just trying to see the trend in how users import their data to Riak. For the data I am using, I was able to achieve almost 150 records/second with PHP library, and 400 records/second with node.js (fairly new with node; was hitting memory w

Re: Importing data to Riak

2011-11-15 Thread Nitish Sharma
re whether loading different nodes affected the > speed or not, now that I think of it. > > > 2011/11/14 Russell Brown > >> >> On 14 Nov 2011, at 11:47, Nitish Sharma wrote: >> >> > Hi, >> > This is more sort of a discussion than a question. I am just try

Error while importing data

2011-11-19 Thread Nitish Sharma
Hi, To give my Riak setup a good stress testing, I decided to import a large dataset (consisting of around 160 million records). But before importing the whole thing, I tested the import python script (using protocol buffers) using 1 million records, which was successful with ~2200 writes/sec. The

Re: Error while importing data

2011-11-23 Thread Nitish Sharma
veldb has > occasional lower throughput/higher latency because of file compaction. > > ----- Reply message - > Fra: "Nitish Sharma" > Dato: lør., nov. 19, 2011 13:22 > Emne: Error while importing data > Til: "riak-users" > > Hi, > To give my

Riak node crash

2011-11-24 Thread Nitish Sharma
Hi, I have a Riak cluster setup consisting of 3 nodes. While running a simple HTTP query to list the buckets or list the keys in a bucket, one of nodes crashes. I've tried variations of query and the node crashes every time. Following is the console.log error: 2011-11-24 18:16:29.878 [error] <0.34

Reip(ing) riak node created two copies in the cluster

2012-05-02 Thread Nitish Sharma
Hi, We have a 12-node Riak cluster. Until now we were naming every new node as riak@. We then decided to rename the all the nodes to riak@, which makes troubleshooting easier. After issuing reip command to two nodes, we noticed in the "status" that those 2 nodes were now appearing in the cluste

Re: Reip(ing) riak node created two copies in the cluster

2012-05-02 Thread Nitish Sharma
; handoff_concurrency to something like 4 to permit more transfers to happen > across the cluster. > > > Jon. > > > > On Wed, May 2, 2012 at 9:05 AM, Nitish Sharma > wrote: > Hi, > We have a 12-node Riak cluster. Until now we were naming every new node as

Re: Reip(ing) riak node created two copies in the cluster

2012-05-02 Thread Nitish Sharma
Is this expected behavior? I should also mention that all the nodes are still loading existing data and it will take few hours (2-3) until Riak KV is running on all of them. Cheers Nitish > Jon > > > > On Wed, May 2, 2012 at 9:57 AM, Nitish Sharma > wrote: > Hi Jon, > Tha