Re: riak control post upgrade

2013-08-06 Thread Paul Ingalls
Thanks Chris! Hopefully its just a rookie mistake... Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 6, 2013, at 10:28 AM, Chris Meiklejohn wrote: > Hi Paul, > > I just wanted to let you know that I'm currently

Re: erlang go boom

2013-08-05 Thread Paul Ingalls
as my throughput is shot since I restarted the cluster after the last crash… Paul Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 5, 2013, at 9:50 PM, Paul Ingalls wrote: > I'm currently using the java client and its Conf

Re: erlang go boom

2013-08-05 Thread Paul Ingalls
ar, how > you are writing out updated values. > > On Mon, Aug 5, 2013 at 9:20 PM, Paul Ingalls wrote: >> Interesting. I have sibling resolution code on the client side. Would >> sibling explosion take out the entire cluster all at once? Within 5 minutes >> of my last

Re: erlang go boom

2013-08-05 Thread Paul Ingalls
Interesting. I have sibling resolution code on the client side. Would sibling explosion take out the entire cluster all at once? Within 5 minutes of my last email, the rest of the cluster died. Is there a way to quickly figure out whether the cluster is full of siblings? Paul Ingalls

Re: erlang go boom

2013-08-05 Thread Paul Ingalls
. Is there any easy way to figure out what the process is working on? Could compaction cause this? Basically I have hit a place where it needs to merge SSTables to a higher level, and there isn't enough RAM to pull the data set into memory? Paul Paul Ingalls Founder & CEO Fanzo

Re: erlang go boom

2013-08-05 Thread Paul Ingalls
number of files in that directory on any node is 5 Paul Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 5, 2013, at 2:52 PM, Kresten Krab Thorup wrote: > I'd think the large #buckets could be the issue; especially if

riak control post upgrade

2013-08-05 Thread Paul Ingalls
d saw this had something to do with the RPC calls failing, but I can't find any logs on the server that give me a hint where to go next. When I rebuilt from source, my rel directory was nuked, so I needed to regenerate my certs. Would this screw things up? Thanks, Paul Paul Ingalls Fou

Re: [ANN] Riak 1.4.1

2013-08-05 Thread Paul Ingalls
Looks like I had to run make distclean BEFORE checking out the 1.4.1 tag... Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 5, 2013, at 1:32 PM, Chris Meiklejohn wrote: > Hi Paul, > > Can you confirm that everything was

Re: [ANN] Riak 1.4.1

2013-08-05 Thread Paul Ingalls
p.src", {expected,"1.4.1"}, {has,"1.4.0"}}}. I make distclean and see the same issue. am I missing something? Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 5, 2013, at 1:19 PM, Chris Meiklejohn wro

erlang go boom

2013-08-05 Thread Paul Ingalls
ang has closed /home/fanzo/riak/rel/riak/bin/../lib/os_mon-2.2.9/priv/bin/memsup: Erlang has closed. ^M Crash dump was written to: ./log/erl_crash.dump^M eheap_alloc: Cannot allocate 2280657000 bytes of memory (of type "heap").^M If I try to start things back up, the n

Re: performance

2013-08-05 Thread Paul Ingalls
buckets as you like I thought I was good. I just didn't play close enough attention to the "except when" clause…:) Thanks for the help everyone. I'll have some more questions soon. I ran into some challenges over the weekend that I want to learn more about… Paul Paul I

Re: performance

2013-08-02 Thread Paul Ingalls
Not that many, I didn't let it run that long since the performance was so poor. Maybe 50k or so... Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 2, 2013, at 3:54 PM, John Daily wrote: > Excellent news. How many buckets

Re: performance

2013-08-02 Thread Paul Ingalls
every one! Paul Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 2, 2013, at 12:00 AM, Paul Ingalls wrote: > One thing I am doing different than the benchmark is creating a lot of > buckets… > > > Paul Ingalls > Fou

Re: performance

2013-08-02 Thread Paul Ingalls
One thing I am doing different than the benchmark is creating a lot of buckets… Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 1, 2013, at 11:52 PM, Paul Ingalls wrote: > The objects are either tweet jsons, so between 1

Re: performance

2013-08-01 Thread Paul Ingalls
s: 2013-08-02 00:09:44 =SUPERVISOR REPORT Supervisor: {local,riak_core_vnode_sup} Context:child_terminated Reason: {badarg,[{eleveldb,close,[<<>>],[]},{riak_kv_eleveldb_backend,stop,1,[{file,"src/riak_kv_eleveldb_backend.erl"},{line,149}]},{riak_kv_vn

Re: performance

2013-08-01 Thread Paul Ingalls
I should say that I build riak from the master branch on the git repository. Perhaps that was a bad idea? Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 1, 2013, at 7:47 PM, Paul Ingalls wrote: > Thanks for the quick r

Re: performance

2013-08-01 Thread Paul Ingalls
. Any other ideas? I can't imagine one get/update/put cycle per second is the best I can do… Thanks! Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Aug 1, 2013, at 7:12 PM, Matthew Von-Maszewski wrote: > Try cutting your ma

Re: performance

2013-08-01 Thread Paul Ingalls
ne looks like it ran out of heap, I assume I have something miss configured here... = Fri Aug 2 00:51:28 UTC 2013 Erlang has closed /home/fanzo/riak/rel/riak/bin/../lib/os_mon-2.2.9/priv/bin/memsup: Erlang has closed. ^M Crash dump was written to: ./log/erl_crash.dump^M eheap_alloc: Cannot al

performance

2013-08-01 Thread Paul Ingalls
ore loops per second should I expect to see on a cluster of this size? Thanks! Paul Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls ___ riak-users mailing list riak-users@lists.basho.com http:/

Re: question about java client

2013-07-30 Thread Paul Ingalls
I figured out what I was doing. I had a getter/setter for the fields in addition to the fields themselves, since they were private. I had to JsonIgnore the getters/setters since I couldn't tag them with the riak annotations. Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @pauling

Re: question about java client

2013-07-30 Thread Paul Ingalls
ically @JsonIgnore fields tagged with one of the Riak tags? Thanks! Paul Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Jul 30, 2013, at 11:20 AM, Paul Ingalls wrote: > Ok, thats perfect. I totally missed the annotation for l

Re: question about java client

2013-07-30 Thread Paul Ingalls
Ok, thats perfect. I totally missed the annotation for links… Will give that a shot… Thanks! Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls On Jul 30, 2013, at 11:16 AM, Brian Roach wrote: > Paul, > > I'm not quite

question about java client

2013-07-30 Thread Paul Ingalls
n using the raw client, or am I missing something? Thanks! Paul Paul Ingalls Founder & CEO Fanzo p...@fanzo.me @paulingalls http://www.linkedin.com/in/paulingalls ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/ma