RE: CorrugatedIron - incorrect version of protobuf-net?

2014-06-22 Thread Bond, Dave A
Thanks for the rapid response, OJ. That's fixed my problem! Cheers, Dave From: OJ Reeves [o...@buffered.io] Sent: 22 June 2014 02:53 To: Bond, Dave A; riak-users@lists.basho.com Subject: Re: CorrugatedIron - incorrect version of protobuf-net? Your error message

RE: CorrugatedIron - incorrect version of protobuf-net?

2014-06-22 Thread OJ Reeves
No problem mate. Best of luck. OJ On 22 Jun 2014 17:51, "Bond, Dave A" wrote: > Thanks for the rapid response, OJ. That's fixed my problem! > > Cheers, > > Dave > > -- > *From:* OJ Reeves [o...@buffered.io] > *Sent:* 22 June 2014 02:53 > *To:* Bond, Dave A; riak

leveldb Hot Threads in 1.4.9?

2014-06-22 Thread Tom Lanyon
Could someone please confirm whether 1.4.9 includes "Hot Threads" in leveldb? The release notes have a link to it, but I couldn't find my way through the rebar & git maze to be absolutely sure it is in 1.4.9 but not 1.4.8. We're seeing nodes unresponsive for hours during large compactions and w

Error decodeing type with PBC API

2014-06-22 Thread japhar81
Hello all, I've been banging my head against the PBC API all weekend and I can't seem to figure out why I'm getting an error. I'm able to call RpbListBuckets (empty message) without issue, but when I try to call RpbListKeys I get an error (pasted below in full) -- Error decodeing type with PBC API.

Re: leveldb Hot Threads in 1.4.9?

2014-06-22 Thread Matthew Von-Maszewski
Hot threads is included with 1.4.9. The leveldb source file leveldb/util//hot_threads.cc is the key file. The code helps throughput, but is not magical. "unresponsive for hours" is not a known problem in the 1.4.x code base. Would you mind posting an aggregate LOG file from a period when thi

Re: Error decodeing type with PBC API

2014-06-22 Thread Russell Brown
Hi, For this type of issue client and server versions are very useful, please. Russell On 23 Jun 2014, at 03:55, japhar81 wrote: > Hello all, > I've been banging my head against the PBC API all weekend and I can't seem to > figure out why I'm getting an error. I'm able to call RpbListBuckets (