issue on riak bulk loading---taking huge time---Can any one help me out with the same pl

2012-05-14 Thread Sangeetha.PattabiRaman2
Can any one help me out with the same pl...struck up with the same. Dear team, FYI:we have a 4 quad core intel processor on each server on 2 node cluster with more than 1 TB of storage I Ihave constructed the 2 node physical machine riak cluster with n_val 2 and my app.config ,vm.args are at

Re: Riak Overload Behavior

2012-05-14 Thread Sean O'Connor
I've spent a while trying to write a script to replicate this problem but so far I've been unsuccessful. I'll try to keep an eye out to see if I can spot patterns for when this happens but otherwise I'll probably need to drop this problem for a little while. If anybody has ideas on additiona

Re: Riak Overload Behavior

2012-05-14 Thread Sean O'Connor
Interesting. I am running Riak 1.1.2 and I am making the requests via version 1.4.0 of the python client using the HTTP transport class. I'll see if I can create a simple script that replicates the problem and post it to the list sometime later tonight or tomorrow. -- Sean O'Connor Co-Founder

Re: Riak Overload Behavior

2012-05-14 Thread Sean Cribbs
Hi Sean, Are you running your test suite against 1.1.x? We have seen 400 errors in the past where the client in a keep-alive connection emitted additional CRLFs or other whitespace beyond the ones required for the request. The next time a request was made, the 400 error was already on the wire bec

Riak Overload Behavior

2012-05-14 Thread Sean O'Connor
Hello, I've been seeing some strange behavior from Riak and any help or feedback would be very welcome. In particular, we've been seeing pseudo-radom 400 errors from Riak when we run our test suite. Our test suite hits riak pretty hard to test various queries and situations in our app and th

Riak Recap for May 04 - May 13

2012-05-14 Thread Mark Phillips
Afternoon, Morning, Evening to All - Here's a Recap for the last week or so: meetups in Paris and London, blog posts, a few issues, new code, and more. Happy Monday. Mark twitter.com/pharkmillups --- Riak Recap for May 04 - May 13 1) Ano

Re: How do I improve Level DB performance?

2012-05-14 Thread Jared Morrow
It is currently on a branch being tested for Riak. -Jared On May 14, 2012, at 12:46 PM, Elias Levy wrote: > On Sat, May 12, 2012 at 9:00 AM, wrote: > All that said, there is work currently going on to put blooms in leveldb to > alleviate the not-found issue. I'm not sure what the status is bu

Re: How do I improve Level DB performance?

2012-05-14 Thread Elias Levy
On Sat, May 12, 2012 at 9:00 AM, wrote: > All that said, there is work currently going on to put blooms in leveldb to > alleviate the not-found issue. I'm not sure what the status is but perhaps > someone else will chime in on that. > Any idea when this may make it to Riak? I note that the blo

Re: issue on riak bulk loading---taking huge time

2012-05-14 Thread Mathias Meyer
Hey Sangeetha, at first sight, what strikes me as odd about your bulk import is that it shells out to curl. That has a significant impact on the time it takes to load the data into Riak. As a first means to improve script and performance, I'd recommend looking into using the Riak Erlang client