Re: [VOTE] Development Approach for Apache Cassandra Management process

2018-09-12 Thread Jeff Beck
a. +1 to use some existing project. But I see no reason not to keep discussion going. Jeff On Thu, Sep 13, 2018, 7:37 AM Sankalp Kohli wrote: > The link to the document is available in the other thread. Comparisons are > available in other thread as well. > > > On Sep 12, 2018, at 16:29, Mick

Re: Apache Cassandra Blog is now live

2018-08-17 Thread Jeff Beck
I submitted a patch for the feed to that ticket it also seemed like we needed bundler to ensure we always use the same gems. On Thu, Aug 9, 2018 at 2:44 AM Jacques-Henri Berthemet < jacques-henri.berthe...@genesys.com> wrote: > Hi Scott, > > Here is the ticket: https://issues.apache.org/jira/brow

Re: NGCC 2018?

2018-07-24 Thread Jeff Beck
I am an organizer with a conference (GR8Conf US) here in Minneapolis I would be happy to assist with organizing and we also have recording equipment to support up to 3 tracks. We operate under a non profit already if we need a legal entity. If it is the bay area I we can't help much with space but

Re: Roadmap for 4.0

2018-04-09 Thread Jeff Beck
If you are going to make 4 bigger as long as we call out that 3.11.x (or whatever) will keep getting patches for stability only that's all that's needed. We haven't gone to 3.x releases many places yet as we wait for a release that will be stable longer. Knowing 4 is going to be bigger I wouldn't w

Re: Repair scheduling tools

2018-04-08 Thread Jeff Beck
I personally would rather see improvements to reaper and supporting reaper so the repair tool improvements aren't tied to Cassandra releases. If we get to a place where the repair tools are stable then figuring out how to bundle for the best install makes sense to me. If we add things that will su

Re: Somewhat Weekly Cassandra Dev Wrapup

2017-10-31 Thread Jeff Beck
On the hashCode violations they are all on https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/dht/Range.java which does seem to get the correct hashcode impl from https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/dht/AbstractBounds.java Jeff On

Re: Broader community involvement in 4.0 (WAS Re: Rough roadmap for 4.0)

2016-11-04 Thread Jeff Beck
I run the local Cassandra User Group and I would love to help get the community more involved. I would propose holding a night to add patches to Cassandra some will be simple things like making sure some asserts have proper messages with them etc, but some may be slightly larger. The goal being to

Re: Moderation

2016-11-04 Thread Jeff Beck
Is there an easy place to get up to speed on all the ASF terms? Infra Karma, apmail, etc... I feel behind on understanding what is being talked about here. Jeff On Fri, Nov 4, 2016 at 12:31 PM Michael Kjellman < mkjell...@internalcircle.com> wrote: > Thank you Chris. > > I have just replied to h

Re: Low hanging fruit crew

2016-10-19 Thread Jeff Beck
Would it make sense to allow people submitting the patch to flag things as LHF or small tasks? If it doesn't look like it is simple enough the team could remove the label but it may help get feedback to patches more quickly, even something saying accepted for review would be nice. Personally if a

Re: Github pull requests

2016-08-26 Thread Jeff Beck
I would love to be able to send PRs, there have a been a few minor improvements I wanted to submit that are sitting in local branches for me for when I have time to really learn how to submit a patch where PRs are much more approachable now. Jeff On Fri, Aug 26, 2016 at 11:11 AM Aleksey Yeschenko