Re: Docker support

2016-07-15 Thread Adam Winter
Jon, Is there anyone I can talk to to confirm that the licensed commercial version with a support contract is or is not supported running in a Docker container in production environments, assuming the technical challenges you describe can be addressed? Adam Winter 614-446-9033 Delivery Lead

Docker support

2016-07-13 Thread Adam Winter
Is a Docker-based deployment of Riak officially supported by Basho and encouraged? I see articles of how to configure Riak to run in Docker images, but no explicit mention of it within the list of supported platforms. Adam Winter 614-446-9033 Delivery Lead Pillar Technology Group, LLC awin

Riak 2.1.3 hooks not invoked

2016-02-22 Thread Adam Kovari
ype, Bucket}, Id, Payload, ContentType), riakc_pb_socket:put(Pid, Object), I am wondering if anyone has experienced similar issue before or if someone might have any tips how to debug this problem. This behaves the same way on os x 10.11.3, latest homebrew build of riak and also in debian

Riak 1.2.1 Ubuntu Trusty

2015-06-02 Thread Adam Williams
Hello, Has anyone had to run 1.2.1 on Ubuntu Trusty? I was hoping to obtain an apt package, but I see that there is no 1.2.1 Trusty build, nor are there any builds for Trusty before 2.0 (which is on package cloud). As we seek to bump up our versions, we'd hope to have packages of all versions for

Re: Riak HTTPS listener hangs

2014-04-21 Thread Adam Leko
On 4/21/14, 11:25 AM, Luke Bakken wrote: If possible, could you please mail me directly your app.config, vm.args and archive of log files (/var/log/riak) from one node, and HAProxy configuration? Let me check into this, I might be able to get you a copy of these after they have been appropriat

Riak HTTPS listener hangs

2014-04-18 Thread Adam Leko
w we're forced to use periodic rolling restarts on the nodes in our production cluster to keep the HTTPS listeners functional, which is a pretty disgusting workaround. Thanks for taking the time to read this. I'd appreciate any insight or guidance on how to address/track down this problem. -Adam Leko ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: What do you do when Riak freezes?

2014-03-19 Thread Adam Lindsay
I'm trying to remember some of the pain points of Riak in production on EC2 back 2.5 years ago. Riak is a different product now, but EC2 is still a challenging environment. Do you have any monitoring on the state of network interfaces? Is it possible the IP of one of the nodes changed from underne

Re: Provider

2014-02-21 Thread Quentin ADAM
http://online.net/ you can have private network Quentin ADAM http://twitter.com/waxzce +33 6 62 09 40 07 Le 21 févr. 2014 à 15:34, Massimiliano Ciancio a écrit : > Hi all, > is there someone who have suggestions for a good, not so expensive, > European provider where to get 5 s

RockDB

2014-02-21 Thread Quentin ADAM
Hi Facebook for LevelDB and build http://rocksdb.org/ Some of new performance focus seems very interesting for riak isn’t it ? Best regards Quentin ADAM http://twitter.com/waxzce +33 6 62 09 40 07 ___ riak-users mailing list riak-users

Ruby riak client: timeout and retry?

2013-12-18 Thread Adam Greene
ould set this globally and then override on a per-call basis (ie, have ping return in < 250ms or error). Does a feature like this make sense from your perspective and is it on the road map? This also may be something that we can help with (in the form of a PR on github). Thanks for your

RiakCS presigned url

2013-07-08 Thread Quentin ADAM
Hi Does someone use riakCS with pre signed url ? It's going to 404 or 403 every time I try Best regards Quentin ADAM Clever Cloud CEO +33 6 62 09 40 07 http://twitter.com/waxzce http://fr.linkedin.com/in/waxzce https://github.com/waxzce quentin_adam on skype

Re: Failed to start riak

2013-06-13 Thread Quentin ADAM
Hi Can you get the logs ? something like /var/log/lib….console.log or in RIAK_DIR/rel/riak/log….. Best regards Quentin ADAM Clever Cloud CEO +33 6 62 09 40 07 http://twitter.com/waxzce http://fr.linkedin.com/in/waxzce https://github.com/waxzce quentin_adam on

strange crash on riak

2013-06-11 Thread Quentin ADAM
t;},{line,1197}]},{riak_kv_index_hashtree,init_trees,2,[{file,"src/riak_kv_index_hashtree.erl"},{line,368}]},{riak_kv_index_hashtree,init,1,[{file,"src/riak_kv_index_hashtree.erl"},{line,225}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},{proc_lib,init_p_do_apply,3,[{file,&q

saving meta data always wraps value in an array

2013-05-19 Thread Adam Greene
ers, it works correctly as expected. Any suggestions? I can provide a patch to hack this in the http_backend/object_methods.rb class, but it seems like this might be a 'quirk' of the server? I'm new to riak so again, I do wonder if I'm missing something! thanks, adam ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Fun with Unicode

2013-02-01 Thread Adam Lindsay
=False).encode("utf8") R.set_encoder('application/json', antonjson) -- Adam Lindsay On Friday, 1 February 2013 at 16:11, Sean Cribbs wrote: > For what it's worth, the underlying transports don't (read: shouldn't) > care about the encoding of the paylo

Re: Fun with Unicode

2013-02-01 Thread Adam Lindsay
clients are as good as Python at 8-bit/Unicode!), but the underlying implementation definitely shows a bug that (again, IMHO) should and can be fixed.-- Adam Lindsay On Friday, 1 February 2013 at 14:27, Sean Cribbs wrote: > Anton, > > I don't see any reason why this can&#x

Re: Map Reduce and long queries -

2012-10-14 Thread Adam Lindsay
going ahead and running it for however long it takes. If those queries do give good results, I'd suggest going ahead and re-indexing your existing entries with 'country_bin' and 'campaign_bin'. It's up to personal style whether you treat dates as int or bin. Th

Re: map reduce time outs

2012-10-13 Thread Adam Lindsay
Hi David, This one is actually documented: http://basho.github.com/riak-python-client/mapreduce.html#riak.mapreduce.RiakMapReduce.run results = query.run(timeout=30) #milliseconds = 5 minutes adam (mobile) On 13 Oct 2012, at 08:40, David Montgomery wrote: > Hi, > > I am tryi

Re: Getting Stats into a python dict

2012-10-12 Thread Adam Lindsay
Hi David, Yes, but only via the HTTP interface: from riak import RiakClient r = RiakClient() r.get_transport().stats() -- Adam Lindsay On Friday, 12 October 2012 at 19:29, David Montgomery wrote: > Hi, > > I see in the riak control I can see stats. > > https://111.111.11

Re: read-modify-write via python client

2012-09-29 Thread Adam Lindsay
ut you should see the pattern.] Hope that helps save a couple lines at a time, -- Adam Lindsay On Saturday, 29 September 2012 at 03:23, David Lowell wrote: > Hi folks, > > Simple question here. Based on the python client documentation, I'm unclear > on the canonical means to

RE: Riak behind a Load Balancer

2012-06-26 Thread adam
Sorry for top posting you, but I run a riak cluster behind two separate virtual IPs on my load balancer (an F5 LTM), one on a private IP that I write to and one on a public IP that can be read from. I control that behavior with iRules, though I'm sure other LBs have their own mechanism for the same

Re: riak_core app using riak_kv

2012-03-07 Thread Adam Schepis
Mihai, thanks for the advice, I really like your suggestion. Do you have any data regarding the performance trade off you are making by using the erlang protobuf api instead of riak:local_client? On Tue, Mar 6, 2012 at 8:09 AM, Mihai Balea wrote: > Adam, > > We are also using local_

Re: riak_core app using riak_kv

2012-03-06 Thread Adam Schepis
Thank Ryan! There's a funny side-effect with posting on a user list or going to ask somebody for help with something where as soon as you do it, you find the answer you were looking for :) I found riak:local_client() shortly after I posted and it's working like a charm. thanks again

riak_core app using riak_kv

2012-03-04 Thread Adam Schepis
What is the best way for a riak_core app to use riak_kv for persistent storage? I thought that riak search did this but haven't found it in that code yet. Should I use the erlang interface via http or protobuf or is there an API or module I can use since my app is running as a member of the cluster

how does vnode_vclock work?

2012-01-24 Thread Adam Schepis
t using an incrementing number or using something like a timestamp as the vector clock value for the client? I would love to be able to get a good explanation for this so I can understand it better myself and so that I can articulate it to colleagues. Th

riak_core: different types of commands

2011-12-24 Thread Adam Schepis
eople who should see this.) Thanks, and happy holidays! Adam ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

JSON Map/Reduce on binary data types

2011-12-20 Thread Adam Schepis
We're having a debate internally on my team about the final format that we should store our objects in Riak. Some are voting for protobuf (because we use it pretty heavily in house) and i'm advocating for JSON or gzipped JSON because i feel like it would be easier to traverse and analyze with the j

Associating a schema with a bucket?

2011-08-23 Thread Adam J. O'Donnell
Hey guys I have been reading up on Riak, and it is not quite clear to me how you associate a schema for Solr with a given bucket. I understand that you can associate a schema with an index name, but how does that tie back to a Riak KV bucket? Thanks! Adam -- adam j. o'donnell

Key alias pattern

2011-06-30 Thread Adam Lindsay
our system, it would be good to be able to reference existing data via a new, internally-generated user id without special-casing any link walks or map-reduces. -- Adam Lindsay ___ riak-users mailing list riak-users@lists.basho.com http://lists.ba

Re: JavaScript Client

2011-03-30 Thread Adam Hunter
also use firebug or web-inspector to play with the riak-js client, but you'll still need an html document to include the javascript files in. Hopefully that helps, if not I can make a github gist for you. Thanks, Adam Hunter @adamachine http://adamhunter.me http://github.com/adamhunter O

Re: Need Help regarding Riak JavaScript client

2011-03-28 Thread Adam Hunter
your riak installation. Adam Hunter @adamachine http://adamhunter.me http://github.com/adamhunter On Mon, Mar 28, 2011 at 4:02 PM, Y o u s a f wrote: > Hi, > I am a newbie with riak javascript client while going through its > documentation i dont understand how to install it. > > Inst

Re: Removing properties in Ripple

2011-02-08 Thread Adam Hunter
proc that could transition it to a new attribute. This sort if thing had been on my to do list for a while but now that I have more free time I may just scratch it. I'd love to get migration ideas from the community at large beforehand though. Thanks, Adam Hunter Sent from my iPhone On F

Re: (Ripple) Accepts nested attributes for

2010-09-01 Thread Adam Hunter
Hey, I assume this works for linked associations? (Embedded ones automatically accept nested attributes). Looking forward to seeing :reject_if for both linked and embedded. Thanks! Adam On Sep 1, 2010, at 9:32 PM, Brian Kaney wrote: > Hey Everyone, > > I am very excited about the

Re: Bucket creation and deletion

2010-05-21 Thread Adam Hunter
Hey, Buckets act as a namespace only if you do not specify any properties for them. They come into existence on demand, so there is currently no meaningful way to delete them. I *heard* Basho was considering using DELETE to a bucket to empty its contents. - Adam On May 21, 2010, at 6:24

Re: keys=stream

2010-05-12 Thread Adam Hunter
in ripple because they are invalid. Thanks, Adam On May 12, 2010, at 11:17 PM, Sean Cribbs wrote: > If the problem is with net/http then we need to fix that backend, not apply > hacks to the generic portions. You can verify that Riak will return valid > JSON objects in each chunk

Re: keys=stream

2010-05-12 Thread Adam Hunter
This is a confirmed bug and will be fixed soon. You can check out http://github.com/adamhunter/ripple/blob/associations/lib/riak/bucket.rb : 65 for a temporary hack. Thanks, Adam On May 12, 2010, at 10:17 PM, Andrew Harvey wrote: > I've just run into this one as well. > >

Re: keys=stream

2010-05-04 Thread Adam Hunter
asho.com/ > > On May 4, 2010, at 9:26 AM, Adam Hunter wrote: > >> The problem I was running into was some of the chunks were only part of the >> json object. Decoded it would be something like this: >> >> chunk 1: {'keys':[1,2,3,4 >> chunk 2: 5,6,7

Re: keys=stream

2010-05-04 Thread Adam Hunter
k this way because all the other chunks were not valid json. I hacked around this for now by checking to see if the chunk ends in ]}, otherwise I accumulate chunks until I have a full json object. Thanks, Adam On May 4, 2010, at 9:22 AM, Sean Cribbs wrote: > This behavior is unchan

keys=stream

2010-05-03 Thread Adam Hunter
json object is broken into several chunks. Is this behavior correct? Thanks, Adam ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com