Re: Riak_KV::Riak_PB

2012-06-29 Thread Andrew Zeneski
Sean, Thank you very much for all your help and an extremely fast turn around with fixes. I have merged those two pull requests with my local branch and compiled with R15, I am now getting back expected results from the PB search API. 1.2 is looking very nice! Thanks again! Andrew On Jun 29

Re: Riak_KV::Riak_PB

2012-06-29 Thread Sean Cribbs
Thank you! On Fri, Jun 29, 2012 at 2:51 PM, Andrew Zeneski wrote: > https://github.com/basho/riak_search/issues/118 > > On Jun 29, 2012, at 2:47 PM, Sean Cribbs wrote: > > Andrew, > > Thanks for the details. It looks like a breakage in the PB service w.r.t. > the internal Search API. I'll look fo

Re: Riak_KV::Riak_PB

2012-06-29 Thread Andrew Zeneski
https://github.com/basho/riak_search/issues/118 On Jun 29, 2012, at 2:47 PM, Sean Cribbs wrote: > Andrew, > > Thanks for the details. It looks like a breakage in the PB service w.r.t. the > internal Search API. I'll look for the source of the issue, but would you > post an issue on the issue t

Re: Riak_KV::Riak_PB

2012-06-29 Thread Sean Cribbs
Andrew, Thanks for the details. It looks like a breakage in the PB service w.r.t. the internal Search API. I'll look for the source of the issue, but would you post an issue on the issue tracker in the meantime? Here's the link: https://github.com/basho/riak_search/issues On Fri, Jun 29, 2012 at

Re: Riak_KV::Riak_PB

2012-06-29 Thread Andrew Zeneski
Sean, What I am doing is very simple: 1. I install the precommit hook on my test bucket (bin/search-cmd install test) 2. I create a JSON object that looks like this {"name": "Andrew Zeneski"} and store it in Riak (using my API and the key "1000") 3. I create a RpbSearchQueryReq message, set ONLY

Re: Riak_KV::Riak_PB

2012-06-29 Thread Sean Cribbs
Perhaps, but that might some other bug. Can you describe the request you sent? BTW, here's the PR that should fix the build/dep problem: https://github.com/basho/riak_core/pull/204 On Fri, Jun 29, 2012 at 12:33 PM, Andrew Zeneski wrote: > Thanks Sean, > > Would those minor issues explain this er

Re: Riak_KV::Riak_PB

2012-06-29 Thread Andrew Zeneski
Thanks Sean, Would those minor issues explain this error message I get? client_test.go:230: 0: Error processing incoming message: error:badarg:[{erlang,list_to_float, [["0.0",101,43,48]]},

Re: Riak_KV::Riak_PB

2012-06-29 Thread Sean Cribbs
Andrew, Yes it is, but we have some minor dependency/build issues to resolve. The next pre-release tag should have the appropriate fixes. On Fri, Jun 29, 2012 at 12:17 PM, Andrew Zeneski wrote: > I built the 1.2.0pre3 (and master) and now have secondary index lookups > working in my client api;

Re: Riak_KV::Riak_PB

2012-06-29 Thread Andrew Zeneski
I built the 1.2.0pre3 (and master) and now have secondary index lookups working in my client api; I am testing search right now but getting errors; is RpbSearchQueryReq (PBC) implemented in 1.2? Thanks! Andrew On Jun 28, 2012, at 4:26 PM, Andrew Zeneski wrote: > Thanks Sean, > > Indeed, sen

Re: Riak_KV::Riak_PB

2012-06-28 Thread Andrew Zeneski
Thanks Sean, Indeed, sending either of those messages to Riak will result in a dropped connection. I would like to move forward with my client implementation so that it will be ready when 1.2 is released. Can I join in on the QA and maybe get a snapshot? Or should I be looking for the 1.2

Re: Riak_KV::Riak_PB

2012-06-28 Thread Sean Cribbs
Hi Andrew, Those were added to be part of the 1.2 release, which is in testing/QA phases now. You can expect the release sometime next month. If you intend to use the .proto files in your client application, be aware that they may not be supported on the server yet (in fact, 1.1 and earlier will l

Riak_KV::Riak_PB

2012-06-28 Thread Andrew Zeneski
I am working on a new protocol buffer based client using the master riak_pb repository. I would just like to inquire on the state of riak_kv with the latest pb, specifically is RpbIndexReq and RpbSearchQueryReq implemented yet (I know it is not in 1.1.4), if not is there a road map or any idea w