Re: riak-cs fails to start after reimporting Docker container

2017-03-08 Thread Jon Brisbin
> > Might be good to make sure this info is encapsulated into a GitHub issue > so we don't loose track of it. > > > In the end, the ONE thing to fix is the cumbersome error message. A propre > error message would have saved me days of "work"... > Should I create a new issue for that ? > Please do.

Re: riak-cs fails to start after reimporting Docker container

2017-03-08 Thread Jon Brisbin
FWIW- All work done so far on Riak-in-Docker is for purposes of testing and ad-hoc cluster creation and NOT for use in "production" environments (for any definition of the word "production"). Things like exposing the conf files on a volume which are more production-oriented haven't been in scope of

Re: Cross-Compile Riak for Embedded Device

2017-02-15 Thread Jon Brisbin
I've been playing with messaging and Raspberry Pis a lot the last couple of weeks and it seems to work pretty well to use a couple message brokers like Mosquitto MQTT or something lightweight and publish data to the broker locally. A bridge configuration can make sure the messages get routed from t

Re: riak-cs fails to start after reimporting Docker container

2017-02-15 Thread Jon Brisbin
I haven't tried CS in a container yet. Could you provide the Dockerfiles and compose files or the commands you use to start the services? jb On Wed, Feb 15, 2017 at 4:49 PM Jean-Marc Le Roux wrote: > Hi, > > inspecting the logs further, I get this in /etc/riak/console.log even > before running

Re: Docker support

2016-07-13 Thread Jon Brisbin
I guess to answer at least one part of your question on whether it's "encouraged" or not: it depends on what you want to do with it. I can't speak for the support side of things but on the engineering side anyway we're using Docker containers fairly happily to do things like create ephemeral clust

Re: Riak-KV and Spring

2015-10-13 Thread Jon Brisbin
Jagan, We don't have updated support in Spring Data for the latest Riak releases. The Java client is very capable on its own (but somewhat verbose if you're used to using SD repos). I recently wrote an example app that uses Boot and the Riak Java client to ingest IoT data. It's located here: htt

Re: riak-erlang-client

2014-09-29 Thread Jon Brisbin
Thanks for the help! Got it working now. Should I just use the version of rebar found in riak_pb rather than the latest one which I’m using now to make the build easier? Thanks! Jon Brisbin http://jbrisbin.com @JonBrisbin | @mformonochrome On September 29, 2014 at 11:23:41 AM, Sean Cribbs

riak-erlang-client

2014-09-29 Thread Jon Brisbin
/3 (proc_lib.erl, line 239) Do I have something wrong here? I have installed the riak-erlang-client .ez file as a RabbitMQ plugin via dependency from my riak-exchange plugin, which I’m trying to get updated to 2.0. Any thoughts? Thanks! Jon Brisbin http://jbrisbin.com @JonBri

Manipulating Riak Erlang local client via Jinterface

2014-06-03 Thread Jon Brisbin
at are the thoughts on using JInterface to interact with a Riak node/cluster? Thanks! Jon Brisbin http://about.me/jonbrisbin | Twitter: @JonBrisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/lis

Re: erlang_v8

2014-04-30 Thread Jon Brisbin
nd Riak's M/R engine has been on my mind as a good way to test it. [1] - https://github.com/reactor/reactor Thanks! Jon Brisbin http://about.me/jonbrisbin | Twitter: @JonBrisbin > > [1] https://github.com/basho/erlang_js > [2] https://github.com/basho/erlang_js/pull/44 >

Re: Why should i choose riak over redis?

2014-01-22 Thread Jon Brisbin
tally different concerns. Thanks! Jon Brisbin | Reactor Project Lead http://about.me/jbrisbin | @j_brisbin On Wednesday, January 22, 2014 at 7:57 AM, Suman Kumar wrote: > i don't wan't secondary indexes and i am choosing bitcask as my backend so > the only point which pitches

Re: Riak Java Protobuf objects

2014-01-21 Thread Jon Brisbin
. How many per client are considered acceptable now that R16 has better non-blocking IO support? Thanks! Jon Brisbin http://about.me/jonbrisbin | Twitter: @JonBrisbin On Tuesday, January 21, 2014 at 11:51 AM, Brian Roach wrote: > Jon, > > Yes, we released riak_pb 2.0.0.11 to mave

Riak Java Protobuf artifacts

2014-01-21 Thread Jon Brisbin
cts I need to do the interactions. I'm handling all the network IO through Reactor/Netty and using the simple codecs in Reactor. If not, can I generate the Java objects I need from the original protobuf definitions? [1] - https://github.com/reactor/reactor Thanks! Jon Brisbin | React

Riak Java Protobuf objects

2014-01-21 Thread Jon Brisbin
cts I need to do the interactions. I'm handling all the network IO through Reactor/Netty and using the simple codecs in Reactor. If not, can I just generate the Java objects I need from the original protobuf definitions? [1] - https://github.com/reactor/reactor Thanks! Jon Brisbin |

Java driver based on Reactor

2013-10-24 Thread Jon Brisbin
! :) [1] - https://github.com/reactor/reactor [2] - https://github.com/jbrisbin/riaktor Thanks! Jon Brisbin http://about.me/jonbrisbin | Twitter: @JonBrisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Riaktor: a Promise-based async API for Riak

2013-05-20 Thread Jon Brisbin
, etc… a la RxJava Observable). That's why Riaktor returns a Promise for almost everything. I'd be interested to get your feedback as it would directly feed back into better Reactor features. [1] - https://github.com/reactor/reactor/

Re: [ANN] Riak CS Is Now Open Source!

2013-03-20 Thread Jon Brisbin
. Thanks! Jon Brisbin http://about.me/jbrisbin On Mar 20, 2013, at 11:28 AM, Jared Morrow wrote: > Jon, > > I haven't heard of anyone working on it. I don't know if you build homebrew > packages from source or from our binary packages, but if so I goofed up in > one of m

Re: [ANN] Riak CS Is Now Open Source!

2013-03-20 Thread Jon Brisbin
Awesome news! Is someone already working on a Homebrew Formula for it? (don't want to duplicate efforts if they are...) Thanks! Jon Brisbin http://about.me/jbrisbin On Mar 20, 2013, at 9:34 AM, Mark Phillips wrote: > Hi All - > > Grab a coffee and hang onto your buffers. The

iron.io post commit hook

2013-03-13 Thread Jon Brisbin
never!) and wondered if anyone else is using a similar stack and would benefit from making it Apache 2.0 and available on GitHub. Thanks! Jon Brisbin http://about.me/jbrisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/ma

Re: riak_core nodes on Heroku?

2012-06-13 Thread Jon Brisbin
ot riak_kv) depends on (handoff particularly) could be shoehorned into this environment using the stock tools. I suspect not but wanted to scratch an intellectual itch. :) Thanks! Jon Brisbin http://about.me/jbrisbin On Jun 13, 2012, at 2:44 PM, Jonathan Baudanza wrote: > Hi Jeff, > &

riak_core nodes on Heroku?

2012-06-13 Thread Jon Brisbin
/heroku-buildpack-erlang Thanks! Jon Brisbin http://about.me/jbrisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Updates to various Riak-related projects

2012-04-03 Thread Jon Brisbin
de when I killed it) but the other 10's of thousands went through without a hiccup. These examples are very simplistic. One could extend them and implement handoff and coverage functionality, which would be really cool to have in a web app. Thanks! Jon Brisbin ht

Re: riak_core question when a node dies

2012-03-28 Thread Jon Brisbin
nodes, then > manually disconnect. That might help you simulate node-outage. > > On Wed, Mar 28, 2012 at 12:49 PM, Jon Brisbin wrote: > I'm testing the example code that dispatches a web request from misultin into > a riak_core ring of vnodes. It works fantastic when all node

riak_core question when a node dies

2012-03-28 Thread Jon Brisbin
d like to retry to dispatch to a different node if one happens to have crashed while I'm serving requests (I don't want to loose a request, essentially). Thanks! Jon Brisbin http://about.me/jonbrisbin ___ riak-users mailing list riak-u

Re: Lager and Scribe

2011-11-17 Thread Jon Brisbin
b.com/jbrisbin/lager_amqp_backend Thanks! Jon Brisbin http//jbrisbin.com - Original Message - > From: "Bip Thelin" > To: riak-users@lists.basho.com > Sent: Thursday, November 17, 2011 9:52:58 AM > Subject: Lager and Scribe > Hi, > I've been thinking about us

Lager AMQP backend

2011-11-17 Thread Jon Brisbin
, at the moment, internally queue log messages if it can't connect to the broker). The idea is to aggregate logging from riak_core applications, but you should be able to use it in Riak/DB as well. Thanks! Jon Brisbin http//jbrisbin.com __

Re: Listen to Put Event in Riak

2011-11-17 Thread Jon Brisbin
message telling subscribers about new data coming into Riak. https://github.com/jbrisbin/riak-rabbitmq-commit-hooks Thanks! Jon Brisbin http//jbrisbin.com - Original Message - > From: "Eric Fong" > To: riak-users@lists.basho.com > Sent: Wednesday, November 16

Errors upgrading to 1.0.1 via Homebrew

2011-11-09 Thread Jon Brisbin
I still have R14B03 installed, so maybe I could tell it to use that one instead? Related: where does Homebrew put this stuff while it's building, BTW? I can't seem to find it... Thanks! Jon Brisbin http//jbrisbin.com ___ riak-users

Re: Using CommonJS module in Riak mapreduce/pre-commit hook

2011-10-24 Thread Jon Brisbin
possibly you don't want both modules X and Y available all the time to all jobs. Clear as mud? :) Thanks! Jon Brisbin http//jbrisbin.com ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Any Riak folks used Grizzly?

2011-07-11 Thread Jon Brisbin
jbrisbin/grizzly-http-client/blob/master/src/test/groovy/com/jbrisbin/async/http/test/AsyncHttpClientSpec.groovy Thanks! Jon Brisbin http//jbrisbin.com ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

NIO-based, async Riak Java client

2011-06-30 Thread Jon Brisbin
n your IDE as your working, as you won't see all those overrides in a single list. The basic use case is in a Grizzly web app where I need fully-non-blocking IO to all components in the app. Thanks! Jon Brisbin http//jbrisbin.com __

non-blocking java client code...

2011-06-23 Thread Jon Brisbin
eems to work fine. It's reasonably performant at ~900 ops/sec (1 puts and deletes) in blocking, one-operation-at-a-time mode. But that's not anywhere near where I want to be. Thanks! Jon Brisbin http//jbrisbin.com ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Jon Brisbin
ything, so it's fully compatible. But by using as much from the driver as I can, application code should be quite compatible , even on the fully async side. Thanks! Jon Brisbin http//jbrisbin.com > Whichever, get it up on github and we can start playing around with > it! :D > &

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Jon Brisbin
). I think I'm going to refactor that a little and then I'll put it on github and let everyone know. Thanks! Jon Brisbin http//jbrisbin.com - Original Message - > From: "Mark Wolfe" > To: "riak-users Users" > Sent: Wednesday, June 22, 2011

Re: Riak async PB client based on Grizzly

2011-06-22 Thread Jon Brisbin
() on everything. Thanks! Jon Brisbin http//jbrisbin.com - Original Message - > From: "Russell Brown" > To: "Jon Brisbin" > Cc: "riak-users Users" > Sent: Wednesday, June 22, 2011 2:27:17 AM > Subject: Re: Riak async PB client based on Grizzly

Riak async PB client based on Grizzly

2011-06-21 Thread Jon Brisbin
of features rather than good-looking and properly abstracted code. :) Thanks! Jon Brisbin http//jbrisbin.com ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

entry with blank key

2011-06-06 Thread Jon Brisbin
des deleting the bitcask directory)? Thanks! Jon Brisbin http//jbrisbin.com ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: embedding riak_core into RabbitMQ

2011-05-24 Thread Jon Brisbin
- Original Message - > From: "Ryan Zezeski" > To: "Jon Brisbin" > Cc: "riak-users Users" > Sent: Monday, May 23, 2011 12:47:09 PM > Subject: Re: embedding riak_core into RabbitMQ > Jon, > Sounds like a neat project. Out of curiosity,

embedding riak_core into RabbitMQ

2011-05-19 Thread Jon Brisbin
tMQ broker in a terminal so I can get an Erlang shell with it). It makes a mess in my terminal window, so I'm considering leaving that out of my plugins directory. Will leaving riak_err out cause problems with riak_core? Other than this, riak_core was relatively easy to embed. Thanks! Jon Bri

commit hooks and parameters

2011-04-26 Thread Jon Brisbin
t now is to actually remove the hook from the bucket completely and re-set it afterwards. Is there a better way to go about this? Thanks! Jon Brisbin http://jbrisbin.com Twitter: @j_brisbin ___ riak-users mailing list riak-users@lists.basho.com ht

Re: When's the PBC API going to be brought up to snuff?

2011-04-21 Thread Jon Brisbin
ng the object sans the value > so you can get the metadata without round-tripping the value itself? > > Andrew > > ___ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.ba

Re: Riak <-> RabbitMQ integration

2011-04-20 Thread Jon Brisbin
ects.html#Riak-and-RabbitMQ > > (I debated calling it the "Riak and Jon Brisbin" section but that > would definitely be suboptimal SEO :) > > Feel free to add anything if I missed it. Thanks! FWIW- The rabbit_riak_queue project is just a POC (and a bit of a POS ;). I'

Re: Random questions

2011-04-18 Thread Jon Brisbin
On Apr 18, 2011, at 5:35 PM, Wilson MacGyver wrote: > On Mon, Apr 18, 2011 at 6:12 PM, Jon Brisbin wrote: >> >> If true atomicity is really a concern, then use Redis and write a pub/sub >> handler to update your Riak documents whenever things change. >> >> Yo

Re: Random questions

2011-04-18 Thread Jon Brisbin
ed for most of what people need this kind of thing for. If true atomicity is really a concern, then use Redis and write a pub/sub handler to update your Riak documents whenever things change. You know we could probably take the Riak RabbitMQ postcommit hook and adapt it to use Redis for someth

Riak <-> RabbitMQ integration

2011-04-15 Thread Jon Brisbin
right? :) Thanks! Jon Brisbin http://jbrisbin.com Twitter: @j_brisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: riak as log storage

2011-04-14 Thread Jon Brisbin
good architecture? > - i read about luwak, do you think it can be used in a scenario like this? > > thank, i really hope to get some feedback from you! > Alex > > > ___ > riak-users mailing list > riak-users@lists.basho.com > http:

multi backend in PB client

2011-04-09 Thread Jon Brisbin
Can I set the backend on a bucket via the PB client now? http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-January/002966.html Thanks! Jon Brisbin http://jbrisbin.com Twitter: @j_brisbin ___ riak-users mailing list riak-users

Re: webcast on riak_core?

2011-04-07 Thread Jon Brisbin
___ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > > ___________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/r

Re: When's the PBC API going to be brought up to snuff?

2011-04-06 Thread Jon Brisbin
'd like to inspect the metadata without having to mess with the content. Thanks! Jon Brisbin http://jbrisbin.com Twitter: @j_brisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: webcast on riak_core?

2011-04-04 Thread Jon Brisbin
an > overview of how to build a simple app with riak_core. > > Time permitting, we'll try and get some more content out there around > core. What else would you like to see? > > Mark > > On Sat, Apr 2, 2011 at 3:30 PM, Jon Brisbin wrote: >> Would really love

webcast on riak_core?

2011-04-02 Thread Jon Brisbin
Would really love to watch a webcast on using riak_core for our own apps--hint, hint. I've got it running and now want to know what's next! :) Pouring over the BashoBanjo app to trick and figure it out. But still need more meat. Thanks! Jon Brisbin http://jbrisbin.com Twitter:

developing commit hooks in erlang

2011-04-01 Thread Jon Brisbin
/[src,include,ebin,etc...]? Thanks! Jon Brisbin http://jbrisbin.com Twitter: @j_brisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Published RabbitMQ Riak exchange type

2011-04-01 Thread Jon Brisbin
key as the entry key, and that's about it. It has connection pooling built-in. By default you get 5 clients that get load-balanced whenever messages come in. You can make that as high as you want, depending on the traffic you intend to put through that exchange. Thanks! Jon Brisbin http

Re: Banging head against wall with erlang pb client

2011-04-01 Thread Jon Brisbin
> > Thanks, > Dan > > Daniel Reverri > Developer Advocate > Basho Technologies, Inc. > d...@basho.com > > > On Thu, Mar 31, 2011 at 3:58 PM, Jon Brisbin wrote: > I know I'm doing something obvious

Banging head against wall with erlang pb client

2011-03-31 Thread Jon Brisbin
hine/1.7.3 (participate in the frantic) Link: ; rel="up" Last-Modified: Thu, 31 Mar 2011 22:55:36 GMT Etag: "5Pkvq3UKB5dl5ltv1YtcdD" Date: Thu, 31 Mar 2011 22:55:43 GMT Content-Type: application/octet-stream Content-Length: 12 Hello World! The custom headers are also not sho

Re: Easier to use Java Client

2011-03-29 Thread Jon Brisbin
uld make a good alternative to what's currently available. It doesn't cover the full feature needs yet, but its certainly a good start. Thanks! Jon Brisbin http://jbrisbin.com Twitter: @j_brisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Java client API

2011-03-23 Thread Jon Brisbin
hese together. Dynamic language fans might like this approach because it's results in less "stuff" overall to keep track of. OO folks, though, might not feel comfortable with that paradigm. Whichever approach you end up choosing someone's going to hate anyway and tell you yo

Re: abstracted vs. opinionated, object mapping (was: Re: Riak Recap for March 14 - 15)

2011-03-21 Thread Jon Brisbin
which is the foundation of Grails GORM support for NoSQL stores. There is parallel work that's based on this, which is what I'd like to incorporate into the existing Riak support that lives in spring-data-commons-core: http://bit.ly/gUN2Zs Thanks! Jon Brisbin ht

abstracted vs. opinionated, object mapping (was: Re: Riak Recap for March 14 - 15)

2011-03-18 Thread Jon Brisbin
ffect of the process. I don't think that's inherently a bad thing, as long as you're careful about what you smooth over and that you don't take away a value proposition of the underlying datastore because The Other Guy's Database doesn't support it. > This is of

Re: Riak Recap for March 14 - 15

2011-03-17 Thread Jon Brisbin
ls already available in Spring like the RestTemplate and the Jackson-based JSON HttpMessageConverter. The Spring Data support for Riak is the basis upon which the Grails GORM support is built: http://bit.ly/h59peU Thanks! Jon Brisbin http://jbrisbin.

Re: eventual consistency and events

2011-03-01 Thread Jon Brisbin
he coordinator is gone. > > Sean Cribbs > Developer Advocate > Basho Technologies, Inc. > http://basho.com/ > > On Feb 28, 2011, at 6:08 PM, Jon Brisbin wrote: > >> Correct me if I'm wrong but you write a high-performance app by specifying >> dw=all on ev

Re: eventual consistency and events

2011-02-28 Thread Jon Brisbin
may appear to have failed from the client's > perspective, some partitions may have succeeded. > > Sean Cribbs > Developer Advocate > Basho Technologies, Inc. > http://basho.com/ > > On Feb 28, 2011, at 5:47 PM, Jon Brisbin wrote: > >> In the midst of a discuss

eventual consistency and events

2011-02-28 Thread Jon Brisbin
you need to know for sure that data was persisted to the store and the system currently uses transactions to ensure this. Thanks! Jon Brisbin http://jbrisbin.com Twitter: @j_brisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.b

websockets and riak

2011-01-28 Thread Jon Brisbin
Has anyone looked into the viability of using websockets to listen for events in Riak from pre/post commit hooks? I've seen some chatter regarding websockets support in webmachine but didn't know if it was included in the version Riak uses? Thanks! Jon Brisbin

make doc fails on erlang client

2011-01-23 Thread Jon Brisbin
:: integer() | 'infinity') -> %% {ok, {ReqId :: term(), MR_FSM_PID :: pid()}} | %% {error, Err :: term()} Thanks! Jon Brisbin Web: http://jbrisbin.com/ Twitter: @j_brisbin Skype: jon.brisbin __

Re: erlang client

2011-01-07 Thread Jon Brisbin
Looks like you're trying to connect to the HTTP port using the Protobuff client. > 2> {ok, Pid}=riakc_pb_socket:start_link("127.0.0.1", 8098). > {ok,<0.35.0>} The examples show: 1> {ok, Pid} = riakc_pb_socket:start_link("127.0.0.1", 8087). Port 8098 i

trying to list keys in a bucket

2011-01-05 Thread Jon Brisbin
t. Should I just not try to list the keys in this bucket and settle for checking for 404s? Thanks! Jon Brisbin Portal Webmaster NPC International, Inc. Twitter: @j_brisbin Skype: jon.brisbin ___ riak-users mailing list riak-users@lists.basho.com ht

Re: Am I using the REST API wrong or is Riak ignoring updates?

2010-12-21 Thread Jon Brisbin
BTW- I hadn't included the X-Riak-Vclock header. I added that to the PUT and it updated as expected. I suspect this is what was screwing me up. jb On Dec 21, 2010, at 11:09 AM, Jon Brisbin wrote: > Is there a scenario that you know of in which a REST API client would not be > abl

Am I using the REST API wrong or is Riak ignoring updates?

2010-12-21 Thread Jon Brisbin
simply ignoring subsequent updates to an object and only responds to PUTs of a previously non-existent one. Any help here would be greatly appreciated. :) Jon Brisbin Portal Webmaster NPC International, Inc. Twitter: @j_brisbin Skype: jon.brisbin __

Grails GORM for Riak

2010-12-15 Thread Jon Brisbin
Java and Groovy (or JRuby or Scala... :) uber easy. Thanks! Jon Brisbin Web: http://jbrisbin.com/ Twitter: @j_brisbin Skype: jon.brisbin ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo

Riak support in Spring Data now released

2010-12-15 Thread Jon Brisbin
support in making this happen. Don't be shy about reporting bugs or offering suggestions for improvement. :) Thanks! Jon Brisbin Web: http://jbrisbin.com/web2 Twitter: @j_brisbin Skype: jon.brisbin ___ riak-users mailing list

ANN: Remote logging to Riak from Node.js apps

2010-12-11 Thread Jon Brisbin
through log lines on the server. I'll be adding other search options as I need them. I'm sure a search by date feature will be the first. Hope someone else finds it useful. https://github.com/jbrisbin/node-rlog Thanks! Jon Brisbin Web: http://jbrisbin.com/web2/ Twitter:

Re: More on Map/Reduce, Riak, and Grails Gorm, spring-data support

2010-12-01 Thread Jon Brisbin
e returning. I don't want to add this to the underlying code, because I want to take advantage of any caching and what-not. I just want to make sure that things are flushed and solid while running the test suite. If it takes twice as long, I don't care. I just want the tests to pass. ;) jb &

More on Map/Reduce, Riak, and Grails Gorm, spring-data support

2010-11-30 Thread Jon Brisbin
could help me figure out why some tests are prone to this problem when others aren't, I'd be very appreciative. It seems to be related to tests that save multiple objects in a loop. We had talked about getting close to doing an M1 release of

Riak won't die all the way on OS X

2010-11-30 Thread Jon Brisbin
I'm running the pre-built binaries for Riak 0.13 (and 0.12 x64, for that matter) for OS X 10.6. When I do a "riak stop", there is one process still running. The epmd -daemon process. I have to kill it manually. In my testing, I'm starting 0.13, running a test, then shutting it down, starting 0

Re: Problems with weird errors running 0.13

2010-11-29 Thread Jon Brisbin
can separate the objects from the reduce return values using reduceSum. jb > > Thanks, > Dan > > Daniel Reverri > Developer Advocate > Basho Technologies, Inc. > d...@basho.com > > > On Mon, Nov 29, 2010 at 7:08 AM, Jon Brisbin > wrote: > > On Nov 29

Re: Problems with weird errors running 0.13

2010-11-29 Thread Jon Brisbin
On Nov 29, 2010, at 8:59 AM, David Smith wrote: > On Mon, Nov 29, 2010 at 7:43 AM, Jon Brisbin > wrote: >> I'm working on the Spring Data and Grails Gorm support for Riak and I'm >> seeing some problems running my tests against Riak 0.13. I don't see the

Problems with weird errors running 0.13

2010-11-29 Thread Jon Brisbin
an tell the SpringSource folks that I'm comfortable with the stability and performance of it and we can start putting it out into the wild. I'm hesitant to do that until we can at least look at the problems I'm seeing and you can tell me I'm doing it wrong or something so we can

Updating links and metadata only?

2010-11-23 Thread Jon Brisbin
Is it possible to update only headers on an object? In writing the Riak spring-data support, I'm having to update objects in their entirety to manage relationships between them. In one operation I might create an object and in another, I might add a link to it (after I've saved the new child ob

Re: java driver : lisKeys() returned also deleted keys

2010-11-20 Thread Jon Brisbin
FWIW- I've been working on Riak support for the spring-data project, which is Spring's NoSQL abstraction that will support a whole slew of NoSQL databases. I'm using it as the basis for the Grails Gorm support for Riak, which I'm also writing. It has support for getting and setting POJOs and wha

generated ids in java client

2010-10-28 Thread Jon Brisbin
0.12.0 server (from Homebrew on OS X 10.6) Thanks! Jon Brisbin http://jbrisbin.com/web2 ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

debugging javascript?

2010-10-19 Thread Jon Brisbin
Couldn't find much on this out in the wild, so I'm assuming I'm not looking for the right things. I'm trying to figure out Riak's MapReduce using the Ruby client. I can't seem to get even the simplest map/reduce to work: function(v){ var o = JSON.parse(v.values[0].data); return [o]; } So I tho