Re: What does issue status "CLOSED MIGRATED" mean?

2012-06-13 Thread Andy Gross
Hi Mårten, We've migrated our issue tracking to GitHub issues, so most bugs have been moved to there. This particular bug represents a feature request- we've migrated those to another tool that is currently only visible to Basho employees. Some of the content there probably should be visible

Re: OS X Source Compile Woes

2012-08-07 Thread Andy Gross
This may not be the best solution, but: sudo ln -s /Applications/Xcode.app/Contents/Developer /Developer ...has worked for me. - Andy Sent from my iPhone On Aug 7, 2012, at 6:28 PM, Jeff Kirkell wrote: > Is anyone having trouble compiling from github source on OS X Mountain Lion? > I am cu

Re: May allow_mult cause DoS?

2013-12-19 Thread Andy Gross
I’d wait for strong consistency in Riak 2.0 or try another solution. Your requirements probably need to be rethought if you intend to use any database on the AP side of the spectrum. - Andy — Andy Gross Chief Architect Basho Technologies, Inc. On Dec 18, 2013, at 9:18 PM, Viable Nisei

Re: Python client performance issue

2011-02-15 Thread Andy Gross
python-riak-client already uses version 2.3.0. Adventurous types might want to check out https://github.com/Greplin/fast-python-pb, which wraps the C/C++ protocol buffers library. -- Andy Gross Principal Architect Basho Technologies, Inc. On Tuesday, February 15, 2011 at 1:46 AM, Nico Meyer

Re: Python client performance issue

2011-02-15 Thread Andy Gross
mean, is the protobuf library included with > riak-python-client? Or are you talking about the version of the protobuf > compiler that was used to create riakclient_pb2.py from > riakclient.proto? > > Cheers, > Nico > > Am Dienstag, den 15.02.2011, 02:23 -0800 schrieb A

Re: generating an object key in the erlang client

2011-03-15 Thread Andy Gross
You need to make sure the crypto app is started. Try 'application:start(crypto).' in your application callback module. - Andy On Mar 15, 2011, at 10:34 PM, Saurabh Sehgal wrote: > Hi, > > I tried using the riak_core_util:unique_id_62/0 , but get the following error > -> > > ** exception e

Re: 'not found' after join

2011-05-05 Thread Andy Gross
Alex's description roughly matches up with some of our plans to address this issue. As with almost anything, this comes down to a tradeoff between consistency and availability. In the case of joining nodes, making the join/handoff/ownership claim process more "atomic" requires a higher degree of

Re: Question: Object Not Saved After Save/Delete/Save

2011-06-04 Thread Andy Gross
On Jun 3, 2011, at 3:08 PM, Keith Bennett wrote: > > You're suggesting I use mercurial to pull down the HEAD and use that, right? > We're on Github now- the code on bitbucket is likely outdated and should probably be taken down: http://github.com/basho/riak - Andy ___

Re: LevelDB datastore configuration

2012-01-05 Thread Andy Gross
Hi Karthik, You can download Riak 1.0.2 for your platform from here: http://downloads.basho.com/riak/riak-1.0.2/ You can find information about configuring LevelDB here: http://wiki.basho.com/LevelDB.html Hope this helps! - Andy --- Andy Gross Principal Architect Basho Technologies, Inc

Re: initial install - compile error - c_src/ebloom _nifs.cpp:24: error: expected initializer before ‘*’ token

2010-04-17 Thread Andy Gross
The tip of the Riak repo requires Erlang R13B04 to compile- it looks like you need to upgrade your system Erlang install. On Apr 17, 2010, at 8:14 PM, ferriswheel wrote: hello, below is the result i get from mkdir getting_started cd getting_started hg clone http://hg.bas

Re: question about postcommit hooks and patch

2010-05-13 Thread Andy Gross
Hi Bruce, Thanks for the patch - it's definitely worthwhile and we'll likely commit it to tip soon. - Andy -- Andy Gross VP, Engineering Basho Technologies, Inc. On Thu, May 13, 2010 at 6:16 PM, Bruce Lowekamp wrote: > I've been playing with using postcommit hook

Re: include mapByFields in riak by default

2010-06-12 Thread Andy Gross
I'm already all up in Bugzilla today, so I just created http://issues.basho.com/show_bug.cgi?id=237 to track this. I'm in favor of adding it too. Andy Gross VP, Engineering Basho Technologies, Inc. http://basho.com On Sat, Jun 12, 2010 at 9:53 AM, Sean Cribbs wrote: > Best thi

Re: include mapByFields in riak by default

2010-06-12 Thread Andy Gross
hanks for creating the issue. > > 2010/6/12 Andy Gross : > > > > I'm already all up in Bugzilla today, so I just > > created http://issues.basho.com/show_bug.cgi?id=237 to track this. I'm > in > > favor of adding it too. > > Andy Gross > > V

Re: badarg ets delete

2010-09-16 Thread Andy Gross
g to track the issue: http://issues.basho.com/show_bug.cgi?id=723 - Andy -- Andy Gross VP, Engineering Basho Technologies, Inc. http://basho.com On Thu, Sep 16, 2010 at 3:59 PM, Michael Colussi wrote: > > Hey guys I have an application using Riak 0.12 that does puts, gets, and > upda

Re: generated ids in java client

2010-10-28 Thread Andy Gross
t > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > -- -- Andy Gross VP, Engineering Basho Technologies, Inc. http://basho.com ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: listkeys

2010-10-31 Thread Andy Gross
Hi Andrea, You're right - listing buckets in the PB client could be easier. We're in the process of merging the currently-supported Java client and Kresten's PB client. In the meantime, it looks like you'll need to manually construct the ByteString argument to listKeys: String bucketName = "m

Re: java client out of memory

2010-11-03 Thread Andy Gross
Hi Andrea - It looks like you're trying to connect to the HTTP port with the protobufs client. When I replace port 8098 with 8087 in this sample code, it works fine. Hope that helps, Andy On Wed, Nov 3, 2010 at 12:50 PM, Andrea Campolonghi wrote: > Hi, > > I am trying to use the riak-java-pb

Re: java client out of memory

2010-11-03 Thread Andy Gross
Andrea, I'm not sure what you're asking for. Try connecting to port 8087 in your code and it should work fine for you. - Andy On Wed, Nov 3, 2010 at 1:21 PM, Andrea Campolonghi wrote: > Andy, > > any more info about this? > > Thanks > > Andrea > > 2

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

2010-11-20 Thread Andy Gross
Hi Andrea, Key deletion in Riak doesn't occur immediately in Riak - keys are first marked with a tombstone marker and then reaped asynchronously. If you insert a sleep between the delete() and keys() calls (try a few seconds) - does the test pass? - Andy On Sat, Nov 20, 2010 at 10:02 AM, Andr

Re: using the erlang api to auto generate keys

2010-12-17 Thread Andy Gross
There's an open issue to track the addition of this feature: http://issues.basho.com/show_bug.cgi?id=859 - Andy On Fri, Dec 17, 2010 at 9:39 AM, Grant Schofield wrote: > This isn't currently built into the client, but you can reuse the function > we use internally, riak_core_util:unique_id_62