Riak Recap - Jan 23 2015

2015-01-23 Thread Matthew Brender
Good morning, afternoon and evening everyone. I'm Matt Brender, new to Basho and focused on efforts out here in the open source portion of the Riak world. Tyler Hannan recommended that the very first task I take on is bringing back the Recap and Mark confirmed it was valuable to others. I hope you

Riak Recap - Feb 6 2015

2015-02-06 Thread Matthew Brender
Hi Riakators, Here's your regular Recap of what's been happening in the last two weeks. *Recently answered* - John Daily gives a definitive answer to whether the riak-erlang-client can see update eve

Re: Riak client returnTerm and regexp

2015-02-09 Thread Matthew Brender
Hi Daniel, I'm not sure of the specific regex you can run here. The most detail I found is from this: https://github.com/basho/riak_kv/pull/696 Engel (CC'ed) wrote: *Adds a regular expression filter for secondary index terms. With this* *you can scan a range for a binary index from, say A throug

Re: Riak on Heroku

2015-02-25 Thread Matthew Brender
Hi Corentin, That's great! I've wanted to get onto the Heroku Add-on program since I joined Basho. Did you follow their recommended practices? If so, I'd be glad to register it. Documentation: https://devcenter.heroku.com/articles/bootstrapping-add-on-provider https

Riak Recap - Feb 27, 2015

2015-02-27 Thread Matthew Brender
Hi Riakators, Here's your regular Recap of what's been happening in the last two three weeks. Fresh release - Riak 2.0.5 is out (full release notes

Re: measuring gossip bandwidth

2015-03-04 Thread Matthew Brender
Hi Damien, This one flew by unanswered. After speaking with a friend internally, I hear that the boundary plugin [1] picks this up and shows it nicely. I would use that with a basho bench run (How to here [2]) to get a sense of what the network traffic profile looks like. It is usually quite a b

Re: putObjectPolicy fails due to wrong Content-Type

2015-03-13 Thread Matthew Brender
Hi Patrick, I'm glad you figured out the root cause here. You bring up a great opportunity to improve on error responses too. Please open a GitHub issue for this and any similar observations so PM can keep track of it. Thanks, Matt ᐧ *Matt Brender | Developer Advocacy Lead* Basho Technologies t

Riak Recap - March 13 2015

2015-03-13 Thread Matthew Brender
Hello Riakators! Welcome back to The Recap. We're trying out another new format this week. ## Feedback The first change you'll notice is that we're going with plaintext this time. Do you like it? Do you prefer Markdown? * Give a definitive answer in this 3 question survey: https://surveyp

Re: Riak Recap - March 13 2015

2015-03-13 Thread Matthew Brender
[Excuse the repeat - here it is in plaintext] Hello Riakators! Welcome back to The Recap. We're trying out another new format this week. ## Feedback The first change you'll notice is that we're going with plaintext this time. Do you like it? Do you prefer Markdown? * Give a definitive an

Re: putObjectPolicy fails due to wrong Content-Type

2015-03-13 Thread Matthew Brender
On Fri, Mar 13, 2015 at 10:52 AM, Patrick F. Marques < patrickfmarq...@gmail.com> wrote: > Just the link to the issue https://github.com/basho/riak_cs/issues/1091 > > @Mathew do you know if AWS NodeJS SDK is doing it wrong so I can also open > an issue on amazon repo? > >

Re: Advice on making a Riak middleware easy to configure

2015-03-16 Thread Matthew Brender
Marc, Our side conversation starts to help, but I'm sure there's more to discuss here. I believe you want to know: what configuration assumptions about Riak can be made before connecting into apiman vs what functionality does apiman have to support? If you're looking to start simple, I'd think beg

Re: Discrepancies between /stats http endpoint and riak-admin stat show metrics...

2015-03-26 Thread Matthew Brender
Hi John, I believe I saw this conversation over IRC. Sean responded saying "those measure at different layers, seems reasonable to me. I mean, your 100% is bad... but those numbers seem to make sense to me." Did you end up finding the clarity you need here? It'd be helpful to hear the details.

Riak Recap - March 27, 2015

2015-03-27 Thread Matthew Brender
Hello Riakators! Welcome back to The Recap. It's time to review updates from the community. ## Community as Code * There has been a lot of activity inside The Riak Community repository [1]. Most notably, we have an updated configuration management strategy for those into Ansible, Puppet & Chef co

[Announcement] Riak CS 2.0.0 Release

2015-04-01 Thread Matthew Brender
We shipped Riak CS 2.0.0 last night. A huge thanks goes out to all who made it happen! Riak CS 2.0.0 includes many improvements you can review here [3]. To list a few: * Integration with cuttlefish, which means new conveniences like riak.conf for configuration * Enhanced conflict resolution (thank

Re: bucket-types: renaming and deleting

2015-04-03 Thread Matthew Brender
Hi Jonathan, There is unfortunately no way to delete a bucket. More on that later. If you are in a prototyping phase and are willing to stop Riak, you would stop services and delete the data stored in whatever backend you're using (/var/lib/riak/bitcask for example). Alternatively, there is this

Re: Riak 2.0 Pre/Post commit

2015-04-16 Thread Matthew Brender
Hi Humberto, Excuse the delay here - this question slipped through. Can you walk through what you're trying to do? When it comes to hook examples, the best examples are kept up-to-date on this page [1]. I found one example from this blog post [2] which you can jump to by searching the page for "%

Re: object sizes

2015-04-16 Thread Matthew Brender
Hi Alex, That is an interesting question! I haven't seen a request like that in our backlog, so feel free to open a new issue [1]. I'm curious: why not use something like sys.getsizeof [2]? [1] https://github.com/basho/riak-python-client/issues [2] http://stackoverflow.com/questions/449560/how-d

[Announcement] Riak 2.1 - Features & Release Notes

2015-04-16 Thread Matthew Brender
Riak 2.1 is available [1]! Let’s start with the most fun part. ## New Feature Riak 2.1 introduces the concept of “write once” buckets, buckets whose entries are intended to be written exactly once, and never updated or over-written. The write_once property is applied to a bucket type and may only

Riak Recap - April 17, 2015

2015-04-17 Thread Matthew Brender
Welcome back to The Recap. Here is a summary of what's come over our user list of late. ## Code drops There have been a number of big updates of late! * Riak 2.1 is available for download [1] * 2.x compliant .NET client [2] * 2.x compliant Node.js client [3] * 2.x compliant PHP client [4] ## Re

Riak Recap - May 1, 2015

2015-05-01 Thread Matthew Brender
Here's your regular edition of The Recap. ## Code releases * a new PHP client was released since we last Recapped [1] ## Recently answered * John Daily helped a new Riak CS user customize his advanced.config file, which is now in documentation [2] * Luke Bakken confirmed you can chain indexes tog

Re: Ansible galaxy roles only support three-year-old Ubuntu 12.04

2015-05-27 Thread Matthew Brender
Hey Toby, While I'm not thrilled our role is out of date, I'm excited to hear you care. We're actively looking for a maintainer of the Ansible Riak repo [1]. A quick review of the branching shows that it's a little wild west in there. If you're game to step up as the maintainer, I'd love to sync

Re: Ansible galaxy roles only support three-year-old Ubuntu 12.04

2015-05-27 Thread Matthew Brender
well, and would love to help as well. > > I've just started to look at the v2 branch to try and prepare for > rolling upgrade from 1.4 to 2.0/2.1. > > /J > > On 27 May 2015 at 18:34, Matthew Brender wrote: >> Hey Toby, >> >> While I'm not thrilled

Re: Upgrading from 1.2.1 to 2.1.1

2015-06-02 Thread Matthew Brender
Hi Konstantin, A good deal of detail should be considered as you upgrade. The additional recommendations are outlined in the documentation here: http://docs.basho.com/riak/latest/upgrade-v20/ Thanks to CMJ for reminding me of these details. Matt Brender | Developer Advocacy Lead Basho Technologi

Re: my cluster spontaneously loses a node after ~48hrs

2015-06-03 Thread Matthew Brender
Hi Jason, Given the unique event you had here, I'm curious to hear whether you saw further restarts. This kind of spontaneousness is the polar opposite of what most users report from Riak, which is why I want to follow up. Thanks, Matt *Matt Brender | Developer Advocacy Lead* Basho Technologies

Re: Riak CS docs have incorrect packagecloud URL

2015-06-03 Thread Matthew Brender
Hey Toby, Which documentation pointed you to the wrong URL? And did the dash address the issue? We can and should update that documentation. On a related note, our packaging is up for discussion. A few of us started discussing it here [1]. I'd love for you to weigh in. [1] https://github.com/bas

Re: Riak CS docs have incorrect packagecloud URL

2015-06-03 Thread Matthew Brender
ak-cs/packages/ubuntu/precise/riak-cs_2.0.1-1_amd64.deb Matt Brender | Developer Advocacy Lead Basho Technologies t: @mjbrender On Wed, Jun 3, 2015 at 4:02 PM, Matthew Brender wrote: > Hey Toby, > > Which documentation pointed you to the wrong URL? And did the dash > address the issue

Re: Recommended way to delete keys

2015-06-05 Thread Matthew Brender
There are a few follow-ups on my mind: Peter, it's good that you found an easy fix for now. I'd still love to have a better answer on hand for you in the future. John, could you share this rig you mention with me? I'll fork it to Basho Labs [1] if you have it on GitHub already or help clean up an

Re: Bug: Stanchion 1.5 in repo along riak cs 2.0

2015-06-05 Thread Matthew Brender
For others not finding it, the instructions show up here: https://packagecloud.io/basho/riak-cs/packages/ubuntu/trusty/riak-cs_2.0.0-1_amd64.deb Matt Brender | Developer Advocacy Lead Basho Technologies t: @mjbrender On Fri, Jun 5, 2015 at 2:11 AM, Toby Corkindale wrote: > Hi Kota, > I'm insta

Riak Recap - June 5, 2015

2015-06-05 Thread Matthew Brender
Matt Brender | Developer Advocacy Lead Basho Technologies t: @mjbrender c: +1 617.817.3195 Here's The Recap up to the end of May: ## Honest aside The deltas on recaps are getting a little long this time of year with all the conferences. I'm working on getting back down to minimum of 1 every 2 week

Basho/webmachine is now Webmachine/webmachine

2015-06-05 Thread Matthew Brender
Hey Community, The team at Basho is happy to announce we are extending Webmachine into its own organization on GitHub: https://github.com/webmachine/webmachine The primary owners will be informal to start with Sean Cribbs leading the change. Please reach out to him to coordinate your involvement

Re: How you are manage your clusters on Amazon aws

2015-06-12 Thread Matthew Brender
Hey Alexander, We find most people's needs are covered with Ansible, Puppet and Chef for management purposes. I'm not sure if each of the cases you outline are broken out as idempotent scripts you can run right this instant. A recent curiosity of mine: I'd like to spin up environments using Terra

Re: Riak crashing until I delete AEE folders

2015-06-15 Thread Matthew Brender
Hey Alex, The best place to start on troubleshooting behaviors like the one you saw is to run `riak-debug`, which is in `/bin`. There's a great deal of data in there which you could upload to a Gist [1] and share with us. [1] https://gist.github.com/ Best, Matt Developer Advocacy Lead Basho Tec

Re: Upgrading from 1.2.1 to 2.1.1

2015-06-19 Thread Matthew Brender
d I get it right? > > Thank you, > Konstantin > > On Jun 2, 2015 2:12 PM, "Matthew Brender" wrote: >> >> Hi Konstantin, >> >> A good deal of detail should be considered as you upgrade. The >> additional recommendations are outlined in the documentati

Re: Riak 1.2.1 Ubuntu Trusty

2015-06-19 Thread Matthew Brender
: > Thanks, Matthew, both for following up and pointing out the spam > issue. I ended up using the package for precise without a problem. I'm > hoping that strategy will work for each version as we progress to 2.0 > over time. > > On Mon, Jun 15, 2015 at 11:06 AM, Matthew Bren

Riak Recap - June 19, 2015

2015-06-19 Thread Matthew Brender
The riak-user list has been incredibly active! Here are some of the conversations that have not yet been part of The Recap. ## Basho Docs Announcement * The documentation of Basho is going through a series of updates in the coming months. Be sure to review "How To Contribute" section of our README

Riak Recap - July 3, 2015

2015-07-03 Thread Matthew Brender
Here's The Recap! ## Basho Docs Announcment * A brief reminder that documentation of Basho is going through a series of updates in the coming months. Be sure to review "How To Contribute" section of our README [0] before opening a PR. ## ICYMI Code Announcements * The Riak Ruby client 2.2.1 dropp

Riak Recap - July 17, 2015

2015-07-17 Thread Matthew Brender
Here's The Recap! Keep your questions and answers coming. I hope to see some of you at OSCON next week (let me know if you'll be there)! ## ICYMI Announcements We had a product advisory regarding dvv and lww in the same bucket [0]. Please ensure you've reviewed the details ## Recently answered W

Re: New at Riak

2015-07-30 Thread Matthew Brender
Hi Sevilha! Welcome - I'm excited to hear about your first experience with Riak. If you're comfortable with Vagrant, you have a few options here: https://github.com/basho-labs/vagrant-riak-meta If you'd prefer to test in AWS, you can search the store for Riak and find a 2.1.1 release there. E

Riak Recap - July 31, 2015

2015-07-31 Thread Matthew Brender
Hey everyone! As always, there's been some great knowledge sharing over the user lists. Here is your biweekly Recap! Note that many of the "unanswered" are brand new and I know we'll get to answering them. I just want you all to know we keep track of these. ## Announcements * There's a new Java c

Re: riak_pb/riak_api/riak_erlang_client extension error

2015-08-05 Thread Matthew Brender
Hey Humberto, I see you found an answer according to the gist: "Hello, I solved the problem with the help of @Sargun in the channel of riak at webchat.freenode.net. The error was in the code of my message (625). This number (605 >= 255) breaks the format of 8-bit message code to identify the Pro

Re: riak_pb compilation error

2015-08-05 Thread Matthew Brender
Humberto and I had a conversation privately that resulted in the answer: "Thanks for your interest, but I just received a great help from Christopher Meiklejohn. The problem was the compiler, I was using GCC-5.1 because in the documentation of riak (http://docs.basho.com/riak/latest/ops/building/

Monitoring protobuffs and CPU usage on a Riak KV cluster

2015-08-05 Thread Matthew Brender
Hey all, I'm practicing what I preach and asking a question to others here. A community member pinged me with a couple questions: "I'm looking into an issue with Riak on our test environment (we basically let devs spin up a copy of our prod stack on a giant box in ec2). We've gotten some complain

Riak Recap - August 14, 2015

2015-08-14 Thread Matthew Brender
Here is your biweekly Recap! It's been a busy few weeks. There is more to see on the mailing list. ## Announcements * Justin Plock released SmokeTurner's Notification service. It is a great example of a Java service written on top of Riak KV [0] * We announced our Go client (Golang) arriving as a

Re: A problem running Riak in a Docker image under Vagrant on Windows 7,8 and 10

2015-08-31 Thread Matthew Brender
Hey Pete, That's an interesting situation that leads me to think its a Windows Vagrant consideration, given that everything runs on OS X. Is your Dockerfile in a place we could see it and/or run it? FWIW, Hector has a project that works well. Maybe you can reference his setup [0]. I'd also welcom

Riak Recap - August 31, 2015

2015-08-31 Thread Matthew Brender
We're starting the week with a Recap! The most common questions have come up around Riak Search (Apache Solr integration) in Riak KV. Here are some highlights of that topic and more. ## Announcements * The Riak KV Go (golang) client is out! 1.1 is the latest update [0] * The Riak Mesos framework

Re: Riak Recap - August 31, 2015

2015-09-01 Thread Matthew Brender
ssume a number of dependencies are > installed without actually testing that they are present. > > Has anyone else had success with getting this running? > > - Christopher > > On Mon, Aug 31, 2015 at 12:44 PM, Matthew Brender wrote: >> We're starting the week with a

Re: Query regarding contribution towards monitoring of Riak CS infrastructure

2015-09-16 Thread Matthew Brender
Hi Pragya, Please feel free to send me your research! I would love to see how to allow our community to benefit from your work, whether it is best as a demo or a blog post. I've BCC'ed the user list, so you can just email me directly from here as we coordinate. Cheers, Matt *Matt Brender | Devel

Re: Contributing to Riak code-base, adding patches for optional useful features

2015-09-18 Thread Matthew Brender
Hi Muntasir, Thank you for sharing this work! I agree with Chris: please open a detailed pull request when you have the time. I will be sure to route it to our internal teams once you share. Have a great weekend, Matt *Matt Brender | Developer Advocacy Lead* Basho Technologies t: @mjbrender

Riak Recap - September 18, 2015

2015-09-18 Thread Matthew Brender
Here's to another Recap! ## RICON! * RICON is upon us and we have incredible speakers (again) this year. As a community member, you can take the $100 off your ticket with the Basho100 code. This discount code will expire on October 31. Click here to use it: http://bit.ly/ricon15u ## Community Upd

[ANN] Basho Data Platform (BDP) 1.0.0 and Spark Connector

2015-09-18 Thread Matthew Brender
One more thing... Our new product, the Basho Data Platform (BDP), had its 1.0.0 released on Aug 27, 2015. BDP combines the power of Riak KV with pre-integrated connections into Apache Spark and Redis, making it much simpler to develop and deploy distributed applications. For more information, expl

Re: package forbidden / freeBSD 10

2015-09-25 Thread Matthew Brender
I'm checking with the team - it's strange that it isn't listed here: http://docs.basho.com/riakcs/latest/riakcs-downloads/ Matt Brender | Developer Advocacy Lead Basho Technologies t: @mjbrender On Sun, Sep 20, 2015 at 11:10 PM, Outback Dingo wrote: > > cant seem to install Riak CS Control on Fr

Re: Performance with riak can't reach expected

2015-10-02 Thread Matthew Brender
Hi Yang Zhang, To Ruan's point above, there are a number of variables to keep in mind when measuring performance. If you have the option to use a recommended testing framework, please read about basho_bench [1]. If you have to test using whatever you currently use for consistency across systems,

Re: Using Riak on systemd based Ubuntu

2015-10-02 Thread Matthew Brender
Hey Matthew, It seems you ran into some documentation gaps that we should address. Please open up one or more of them on the docs repo when you can [1] Could you restate what specifically someone can help you do? [1] https://github.com/basho/basho_docs/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aop

Riak Recap - October 2, 2015

2015-10-02 Thread Matthew Brender
Riak Recap time. The user lists have been quieter than usual, so we will use this round to share some other news as well. Send me feedback if you ever have articles to share or recommendations for topics! ## Latest Releases * The .NET client upgraded to 2.2.0 [0]. Thanks to Luke and community cont

Riak Recap - October 16, 2015

2015-10-16 Thread Matthew Brender
Riak Recap time. It's been a busy one around here! Here are some great conversations from the past two weeks. ## Latest Releases * The Riak TS product release is still in private beta, but we're digging into how it works on next week's webinar. Join us to learn more [0] * The Node.js client releas

Riak S2 2.1 is available

2015-10-20 Thread Matthew Brender
Hello all, Riak S2 2.1 (aka Riak CS) is available. Thanks to all who made it happen! Here are the highlights of the release: * New metrics that enable you to determine the health of your Riak S2 system, as well as get reports on your storage utilization per bucket or user. * Garbage collection re

Community Competition Starts Now! (+ Riak Recap)

2015-10-28 Thread Matthew Brender
Riak Recap is a little early this week to let you know about our RICON Community Competition! ## RICON Competition Join your friends in building or updating *any* demo of Basho products and win branging rights next week. You can participate whether you will be at RICON or participating online, so