Riak Recap for July 8 - 10

2011-07-11 Thread Mark Phillips
Evening, Morning, Afternoon to All - Short Recap for today. Enjoy and Happy Monday. Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups --- Riak Recap for July 8 - 10 === 1) Q --- If I've attached to a node using "r

Re: Two questions about pre/post update hooks

2011-07-11 Thread Ryan Zezeski
Jeffery, I'm going to assume by "update" you mean a read, modify, put cycle. I'm afraid what you're talking about doing is not directly supported by Riak. If you have multiple clients writing this object concurrently then there is no way for Riak to guarantee that a conflict hasn't occurred. Th

Any Riak folks used Grizzly?

2011-07-11 Thread Jon Brisbin
I'm working on a non-blocking, NIO-based HTTP client based on Grizzly. I'm working on streaming data from a FileChannel object to Riak, but doing it in a non-blocking way. I'm having some trouble figuring out why I'm getting extra data sent to Riak, which is sending me a 400 response I'm not e

Re: LevelDB driver

2011-07-11 Thread Will Moss
Hey Justin/Dave, I know you guys are busy working on various new features, is this going to make it into the next production release? Is there a date for that? Is there somewhere to look at your road map so I don't have to spam the list? Thanks, Will On Mon, Jul 4, 2011 at 7:41 AM, Justin Sheeh

RE: Quering Riaksearch on Second Node

2011-07-11 Thread Muhammad Yousaf
Thanks Mathias & Sylvain, Everything works fine on second node except riakc_pb_socket:search command. Yes, Normal data can be accessed. Upgrading riaksearch to 0.14.2 solves that problem. 1 Question though, Copying Data folder which includes bitcask,merge_index,mr_queue and ring to new version

Re: Two question in re pre/post commit hooks

2011-07-11 Thread Mathias Meyer
Jeffrey, 1.) a given key/value data pair is owned by multiple nodes, depending on your replication level. Operations on a particular key/value pair happen on all nodes that are primary replicas, but requests leading to these operations can be coordinated by any node in the cluster. So when you

Re: /stats on Riak server

2011-07-11 Thread Mathias Meyer
Jon, The erldocs already pointed to by Jeff are a good start to find out what the values represent, and I made a note to improve our documentation to go into more detail on monitoring and the stats too. the most important stats to look out for are usually the fsm times and their percentiles (n

Re: Quering Riaksearch on Second Node

2011-07-11 Thread Mathias Meyer
Muhammad, can you see the merge_index directory fill with data on the second machine that's not responding to queries? Anything unusual showing up in the log? Can you access the normal data you're indexing through Riak KV on both machines? Mathias Meyer Developer Advocate, Basho Technologies