Re: Git Repo Migration

2019-01-04 Thread Jason Brown
+1 for the migration. Thanks for owning and leading this, Sam On Fri, Jan 4, 2019 at 02:58 Sam Tunnicliffe wrote: > As per the announcement on 7th December 2018[1], ASF infra are planning to > shutdown the service behind git-wip-us.apache.org and migrate all > existing repos to gitbox.apache.or

Sidecar repo created

2018-12-18 Thread Jason Brown
Hello all, In moving the sidecar project forward, I've created a gitbox [1] repo for the cassandra-sidecar which is located at: git: https://gitbox.apache.org/repos/asf/cassandra-sidecar.git github: https://github.com/apache/cassandra-sidecar There are additional behaviors we can set on the repo

Re: Proposing an Apache Cassandra Management process

2018-12-18 Thread Jason Brown
It looks like we have consensus to move forward with the sidecar I will be shepherding the project, and to that end, I'll create a repo against which we can start working. Thanks, -Jason On Fri, Nov 30, 2018 at 7:54 AM sankalp kohli wrote: > If no one has more feedback, we should create JIRAs

Re: [VOTE] Change Jira Workflow

2018-12-17 Thread Jason Brown
+1. On Mon, Dec 17, 2018 at 7:36 AM Michael Shuler wrote: > +1 > > -- > Michael > > On 12/17/18 9:19 AM, Benedict Elliott Smith wrote: > > I propose these changes < > https://cwiki.apache.org/confluence/display/CASSANDRA/JIRA+Workflow+Proposals>* > to the Jira Workflow for the project. The vote

Re: Revisit the proposal to use github PR

2018-12-13 Thread Jason Brown
To clarify my position: Github PRs are great for *reviewing* code, and the commentary is much easier to follow imo. But for *merging* code, esp into our multi-branch strategy, PRs don't fit well, unless there's some technique I and perhaps others are unaware of. On Thu, Dec 13, 2018 at 9:47 AM Ari

Re: Revisit the proposal to use github PR

2018-12-13 Thread Jason Brown
I'm with Sylvain and Aleksey. Our multi-branch strategy does not work well (if at all) with Github PR-style workflows (and, yes, I and most c* maintainers have played this game). The cassandra-dtests repo is different as we don't really branch there, so might be fine for Github PRs - except for the

Re: Testing 4.0 upgrading

2018-10-23 Thread Jason Brown
Hi Tommy, Thank you for taking the time to start kicking the tires on the upgrade to 4.0. It looks like you've found two bugs: 1) "Unknown column coordinator_port during deserialization" (reported on 3.x nodes) - looks like the 4.0 node isn't filtering out a column from a system table that 3.0 d

Re: Moving tickets out of 4.0 post freeze

2018-09-25 Thread Jason Brown
Before we blanket update all of these, let's make sure they are not relevant for 4.0 - because some of them actually are. Some are docs, some are parent tickets, some are testing. Naively, here are some that are still 4.0: CASSANDRA-14746 CAS

Re: UDF

2018-09-11 Thread Jason Brown
Hi Robert, Thanks for taking on this work. Is this message a heads up that a patch is coming/complete, or to spawn a discussion about including this in 4.0? Thanks, -Jason On Tue, Sep 11, 2018 at 2:32 AM, Robert Stupp wrote: > In an effort to clean up our hygiene and limit the dependencies us

Re: NGCC 2018?

2018-09-05 Thread Jason Brown
+1 to Jon's sentiment. Further, perhaps we should use that time after GA'ing 4.0 to poll our users what they need/want from the next major release of the database. On Wed, Sep 5, 2018 at 9:31 AM, Jonathan Haddad wrote: > I'm thinking a month or two after 4.0 would give us time to unwind after >

Re: [Discuss] Accept GoCQL driver donation

2018-08-31 Thread Jason Brown
I find this idea interesting and worth a strong discussion. Something to consider is an argument floating around in the admin tool/side car discussion: if we take an existing project wholesale, we inherit all of it's design decision and technical debt (every project has these). On the other hand,

Re: Supporting multiple JDKs

2018-08-23 Thread Jason Brown
Some of our java8 code will not compile under java11 (see CASSANDRA-9608); the symbols have literally been removed (Unsafe.monitorEnter() / Unsafe.monitorExit() ). Setting -source to "8" will not help. Thus, we need two compilers for the foreseeable future. On Thu, Aug 23, 2018 at 3:44 PM, Suman

Re: Side Car New Repo vs not

2018-08-21 Thread Jason Brown
+1 for separate repo. For pretty much all the same reasons Aleksey elucidated. On Tue, Aug 21, 2018 at 10:20 AM, Aleksey Yeshchenko wrote: > Sure, allow me to elaborate - at least a little bit. But before I do, just > let me note that this wasn’t a veto -1, just a shorthand for “I don’t like > t

Re: upgrade guava on trunk before 9/1?

2018-08-15 Thread Jason Brown
, Ariel Weisberg wrote: > Hi, > > What do we get from Guava in exchange for upgrading? > > Ariel > > On Wed, Aug 15, 2018, at 10:19 AM, Jason Brown wrote: > > Hey all, > > > > Does anyone feel strongly about upgrading guava on trunk before the 9/1 > > feat

upgrade guava on trunk before 9/1?

2018-08-15 Thread Jason Brown
Hey all, Does anyone feel strongly about upgrading guava on trunk before the 9/1 feature freeze for 4.0? We are currently at 23.3 (thanks to CASSANDRA-13997), and the current is 26.0. I took a quick look, and there's about 17 compilation errors. They fall into two categories, both of which appear

Re: G1GC is now default

2018-08-10 Thread Jason Brown
restored CMS as the default GC alg in CASSANDRA-14636. Thanks, -Jason On Wed, Aug 8, 2018 at 4:33 PM, Jason Brown wrote: > Hi Jon, > > Thanks for pointing that out. Looks like I missed that during the > CASSANDRA-9608 review. Robert and I didn't discuss that online or o

Re: G1GC is now default

2018-08-08 Thread Jason Brown
Hi Jon, Thanks for pointing that out. Looks like I missed that during the CASSANDRA-9608 review. Robert and I didn't discuss that online or offline, so it's something that snuck in. I don't have a personal preference for GC algs right now, but at a minimum it would probably be appropriate to retu

triage of recent dtest failures

2018-07-26 Thread Jason Brown
Hi all, Now that the vote is on for the next releases, I've done an initial triage of the failed dtest runs from 2.2, 3.0, and 3.11 (based on my circleci runs). Below are the ten dtest failures I found most often (not exhaustive, but representative), and I opened up corresponding jiras for them.

Re: [VOTE] Release Apache Cassandra 3.0.17 (Take 2)

2018-07-26 Thread Jason Brown
Ran the tests again, just for sanity sake, and all seems within acceptable levels (in order to get the data loss bugs resolved). +1 On Wed, Jul 25, 2018 at 1:24 PM, Nate McCall wrote: > +1 > > On Wed, Jul 25, 2018, 7:47 PM Michael Shuler > wrote: > > > I propose the following artifacts for r

Re: [VOTE] Release Apache Cassandra 2.2.13

2018-07-26 Thread Jason Brown
Ran the tests again, just for sanity sake, and all seems within acceptable levels. +1 On Wed, Jul 25, 2018 at 1:25 PM, Nate McCall wrote: > +1 > > On Wed, Jul 25, 2018, 7:49 PM Michael Shuler > wrote: > > > I propose the following artifacts for release as 2.2.13. > > > > sha1: 3482370df5672c93

Re: [VOTE] Release Apache Cassandra 3.11.3 (Take 2)

2018-07-26 Thread Jason Brown
Ran the tests again, just for sanity sake, and all seems within acceptable levels (in order to get the data loss bugs resolved). +1 On Wed, Jul 25, 2018 at 1:24 PM, Nate McCall wrote: > +1 > > On Wed, Jul 25, 2018, 7:46 PM Michael Shuler > wrote: > > > I propose the following artifacts for r

Re: reroll the builds?

2018-07-24 Thread Jason Brown
ey're the same / similar, we know at least we're at parity with the > previous release :) > Dinesh > > On Tuesday, July 24, 2018, 8:18:50 AM PDT, Jason Brown < > jasedbr...@gmail.com> wrote: > > TL;DR We are in a better place than we were for the 3.0.16 and

Re: reroll the builds?

2018-07-24 Thread Jason Brown
lp out with the triage / rerunning dtests if needed. > Dinesh > > On Monday, July 23, 2018, 10:22:18 AM PDT, Jason Brown < > jasedbr...@gmail.com> wrote: > > I spoke with some people over here, and I'm going to spend a day doing a > quick triage of the failing dtest

Re: reroll the builds?

2018-07-23 Thread Jason Brown
to unblock those fixes. Will have an update shortly ... -Jason On Mon, Jul 23, 2018 at 9:18 AM, Jason Brown wrote: > Hi all, > > First, thanks Joey for running the tests. Your pass/fail counts are > basically what in line with what I've seen for the last several months. (I >

Re: reroll the builds?

2018-07-23 Thread Jason Brown
e are just flakes, but > if we only want to go on green builds perhaps we can either disable the > flakey tests or fix them up? If someone feels strongly we should fix > particular tests up please link a jira and I can take a whack at some of > them. > > -Joey > > On Tue, Ju

reroll the builds?

2018-07-16 Thread Jason Brown
Hey all, The recent builds were -1'd, but it appears the issues have been resolved (2.2.13 with CASSANDRA-14423, and 3.0.17 / 3.11.3 reverting CASSANDRA-14252). Can we go ahead and reroll now? Thanks, -Jason

Re: 3.11 currently not building

2018-06-07 Thread Jason Brown
Thanks for the quick turn around, Lerh and Paulo! On Thu, Jun 7, 2018 at 3:56 AM, Paulo Motta wrote: > Fixed bad merge to 3.11 with 7bb88deb4c6387fd67114543986774c903860de9. > Thanks for the heads up! > > 2018-06-07 2:34 GMT-03:00 Lerh Chuan Low : > > Hi guys, > > > > I saw your message on IRC J

Re: 3.11.3

2018-06-06 Thread Jason Brown
wrt releasing 3.11, +1 to this ... and additionally, 3.0 and 2.2. I'd propose we cut early next week (Monday) and anything that can get reviewed/committed from Kurt's list would be great. On Wed, Jun 6, 2018 at 5:22 AM, kurt greaves wrote: > We probably need to release 3.11.3 at some point soon

Re: Improve the performance of CAS

2018-05-16 Thread Jason Brown
Hey all, Before we go bananas, let's see if Sylvain, the primary author of the original patch, has the opportunity to chime with some explanatory notes or other guidance. There may be some subtle points or considerations that are not obvious, and I'd hate to lose that context. Thanks, -Jason On

Re: Roadmap for 4.0

2018-04-05 Thread Jason Brown
isberg > wrote: > >> > >>> Hi, > >>> > >>> +1 to having a feature freeze date. June 1st is earlier than I would > have > >>> picked. > >>> > >>> Ariel > >>> > >>> On Thu, A

Re: Roadmap for 4.0

2018-04-05 Thread Jason Brown
+1 On Wed, Apr 4, 2018 at 8:31 PM, Blake Eggleston wrote: > +1 > > On 4/4/18, 5:48 PM, "Jeff Jirsa" wrote: > > Earlier than I’d have personally picked, but I’m +1 too > > > > -- > Jeff Jirsa > > > > On Apr 4, 2018, at 5:06 PM, Nate McCall wrote: > > > > Top-posting as

Re: Roadmap for 4.0

2018-04-02 Thread Jason Brown
The only additional tickets I'd like to mention are: https://issues.apache.org/jira/browse/CASSANDRA-13971 - Automatic certificate management using Vault - Stefan's Vault integration work. A sub-ticket, CASSANDRA-14102, addresses encryption at-rest, subsumes CASSANDRA-9633 (SSTable encryption) - w

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-23 Thread Jason Brown
I'm coming to be on-board with #3. One thing to watch out for (we can't account for it now) is how our dependencies choose to move forward. If we need to upgrade a jar (netty, for example) due to some leak or vulnerability, and it only runs on a higher version, we may be forced to upgrade the base

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-22 Thread Jason Brown
again, > what is the Apache Software Foundation's approach to this that affects so > many of their projects? > > On Wed, Mar 21, 2018 at 12:55 PM, Jason Brown > wrote: > > > Well, that was quick. TL;DR Redistributing any part of the OpenJDK is > > basically

Re: Paying off tech debt and correctly naming things

2018-03-22 Thread Jason Brown
Jon, Thanks for bringing up this topic. I'll admit that I've been around this code base for long enough, and have enough accumulated history, that I probably can't fully appreciate the impact for a newcomer wrt naming. However, as Josh points out, this situation probably happens to "every non-triv

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-21 Thread Jason Brown
Well, that was quick. TL;DR Redistributing any part of the OpenJDK is basically a no-go. Thus, that option is off the table. On Wed, Mar 21, 2018 at 10:46 AM, Jason Brown wrote: > ftr, I've sent a message to legal-discuss to inquire about the licensing > aspect of the OpenJDK as

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-21 Thread Jason Brown
ftr, I've sent a message to legal-discuss to inquire about the licensing aspect of the OpenJDK as we've been discussing. I believe anyone can follow the thread by subscribing to the legal-discuss@ ML, or you can wait for updates on this thread as I get them. On Wed, Mar 21, 2018 at 9:49

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-21 Thread Jason Brown
If we went down this path, I can't imagine we would build OpenJDK ourselves, but probably build a release with jlink or javapackager. I haven't done homework on that yet, but i *think* it uses a blessed OpenJDK release for the packaging (or perhaps whatever JDK you happen to be compiling/building w

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-21 Thread Jason Brown
fwiw, a naive internet search turned up [1]. tl;dr use the java 9's jlink (or java8's javapackager) to build a full app+jre package for distribution. I started digging into the legal aspects, and (trying to) searching legal-discuss@. May just send an email to them later today to speed up this disc

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-21 Thread Jason Brown
nt to get in the way of that. > >> > >> Which is how you end up with what Jordan and ElasticSearch suggest. I'm > still +1 on that although in my heart of hearts I want to only support the > latest OpenJDK on trunk and after we cut a release only change the JDK if > t

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-20 Thread Jason Brown
...). However, if we have the changes necessary for the JDK releases higher than the LTS (if we following the elastic search model), perhaps it'll be a reasonably smooth transition? On Tue, Mar 20, 2018 at 1:31 PM, Jason Brown wrote: > copied directly from dev channel, just to keep with th

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-20 Thread Jason Brown
wrote: > > > My suggestion would be to keep trunk on the latest LTS by default, but > > > with compatibility with the latest release if possible. Since Oracle > > > LTS releases are every 3 years, I would not want to tie us to that > > > rel

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-20 Thread Jason Brown
;> Wouldn't that potentially leave us in a situation where we're ready >> for a C* release but blocked waiting on a new LTS cut? For example, if >> JDK 9 were the currently supported LTS and trunk was on JDK 11, we'd >> either have to get trunk to work wi

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-20 Thread Jason Brown
ready > for a C* release but blocked waiting on a new LTS cut? For example, if > JDK 9 were the currently supported LTS and trunk was on JDK 11, we'd > either have to get trunk to work with 9 or wait for 11 to resolve > that. > > On Tue, Mar 20, 2018 at 9:32 AM, Jason Brown wr

[DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-20 Thread Jason Brown
Hi all, TL;DR Oracle has started revving the JDK version much faster, and we need an agreed upon plan. Well, we probably should has this discussion this already by now, but here we are. Oracle announced plans to release updated JDK version every six months, and each new version immediate superce

Re: NVIDIA TESLA: The World's Most Advance Data Center GPU's for accelerating demanding HPC workloads

2018-03-15 Thread Jason Brown
All, This is completely OFF-TOPIC for this mailing list. Please stop. -Jason On Thu, Mar 15, 2018 at 10:09 AM, daemeon reiydelle wrote: > Not so sure they are C* relevant, I build (100's of GPU enabled node) HPC's > that use them for ML, AI, Graph analytics, etc. with the sources in C* or > mo

Re: Making RF4 useful aka primary and secondary ranges

2018-03-14 Thread Jason Brown
I feel like we've had a very similar conversation (not so) recently: https://lists.apache.org/thread.html/9952c419398a1a2f22e2887e3492f9d6899365f0ea7c2b68d6fbe0d4@%3Cuser.cassandra.apache.org%3E Which led to the creation of this JIRA: https://issues.apache.org/jira/browse/CASSANDRA-13645 On Wed,

Re: Timeout unit tests in trunk

2018-02-27 Thread Jason Brown
All, As @kjellman pointed out, the timeouts on ViewTest & ViewBuilderTaskTest are being addressed in CASSANDRA-14194 (I have a patch, almost ready to release). @dikang if you want to refactor those tests for fun, go for it - but note that th

Re: Cassandra Needs to Grow Up by Version Five!

2018-02-21 Thread Jason Brown
Hi all, I'd like to deescalate a bit here. Since this is an Apache and an OSS project, contributions come in many forms: code, speaking/advocacy, documentation, support, project management, and so on. None of these things come for free. Ken, I appreciate you bring up these usability topics; they

Re: Release votes

2018-02-16 Thread Jason Brown
Hi, I'm ecstatic others are now running the tests and, more importantly, that we're having the conversation. I've become convinced we cannot always have 100% green tests. I am reminded of this [1] blog post from Google when thinking about flaky tests. The TL;DR is "flakiness happens", to the tune

Re: [VOTE] (Take 2) Release Apache Cassandra 3.0.16

2018-02-15 Thread Jason Brown
Nate, I can do this. On Thu, Feb 15, 2018 at 2:51 PM, Nate McCall wrote: > > > > My circleci test runs fail on lack of resources and I understand now > > that Jason used the circleci configuration from the trunk branch to run > > the 3.0 and 3.11 branches. These branches should get commits for a

Re: [VOTE] (Take 3) Release Apache Cassandra 3.11.2

2018-02-14 Thread Jason Brown
I ran the unit tests and they are green: https://circleci.com/gh/jasobrown/workflows/cassandra/tree/3.11.2-candidate-2 +1. Thanks, Michael. On Wed, Feb 14, 2018 at 1:34 PM, Nate McCall wrote: > +1 > > On Thu, Feb 15, 2018 at 10:09 AM, Michael Shuler > wrote: > > I propose the following artifac

Re: [VOTE] (Take 2) Release Apache Cassandra 3.0.16

2018-02-14 Thread Jason Brown
I ran the unit tests, and all are green: https://circleci.com/gh/jasobrown/workflows/cassandra/tree/3.0.16-candidate-2 +1. Thank you, Michael. On Wed, Feb 14, 2018 at 12:51 PM, Brandon Williams wrote: > +1 > > On Wed, Feb 14, 2018 at 2:40 PM, Michael Shuler > wrote: > > > I propose the followi

Re: [VOTE FAILED] (Take 2) Release Apache Cassandra 3.11.2

2018-02-14 Thread Jason Brown
#x27;ll get a new artifact set up soon for Take 3. > > -- > Warm regards, > Mcihael > > On 02/14/2018 07:30 AM, Jason Brown wrote: > > CASSANDRA-14234 (which fixes ReadCommandTest) is now committed. I think > we > > can attempt another build and vote. > > >

Re: [VOTE FAILED] Release Apache Cassandra 3.0.16

2018-02-14 Thread Jason Brown
gt; Michael > > On 02/14/2018 07:30 AM, Jason Brown wrote: > > I think we can attempt another build and vote now. > > > > On Tue, Feb 13, 2018 at 3:44 PM, Jason Brown > wrote: > > > >> CASSANDRA-14219 is committed and tests look clean ( > https://circleci.

Re: [VOTE] Release Apache Cassandra 3.0.16

2018-02-14 Thread Jason Brown
I think we can attempt another build and vote now. On Tue, Feb 13, 2018 at 3:44 PM, Jason Brown wrote: > CASSANDRA-14219 is committed and tests look clean (https://circleci.com/ > workflow-run/d0a2622a-e74f-4c46-b0ad-a84ca063736f). > > On Tue, Feb 13, 2018 at 1:47 PM, Brandon Willi

Re: [VOTE] (Take 2) Release Apache Cassandra 3.11.2

2018-02-14 Thread Jason Brown
CASSANDRA-14234 (which fixes ReadCommandTest) is now committed. I think we can attempt another build and vote. Thanks, -Jason On Tue, Feb 13, 2018 at 6:16 PM, Jason Brown wrote: > Thank you, Kurt. I'll get to it within the next 12-24 hours (kids' > homework time

Re: [VOTE] (Take 2) Release Apache Cassandra 3.11.2

2018-02-13 Thread Jason Brown
Thank you, Kurt. I'll get to it within the next 12-24 hours (kids' homework time in the U.S. now ;) ) -Jason On Tue, Feb 13, 2018 at 5:10 PM, kurt greaves wrote: > CASSANDRA-14234 > patch > in for ReadCommandTest if anyone wants to take a

Re: [VOTE] (Take 2) Release Apache Cassandra 3.11.2

2018-02-13 Thread Jason Brown
, 2018 at 1:47 PM, Brandon Williams wrote: > I change my vote to -1 binding here, too. > > On Tue, Feb 13, 2018 at 3:45 PM, Jason Brown wrote: > > > -1, binding. Unit tests are broken: > > https://circleci.com/gh/jasobrown/cassandra/452#tests/containers/60 > > <

Re: [VOTE] Release Apache Cassandra 3.0.16

2018-02-13 Thread Jason Brown
CASSANDRA-14219 is committed and tests look clean ( https://circleci.com/workflow-run/d0a2622a-e74f-4c46-b0ad-a84ca063736f). On Tue, Feb 13, 2018 at 1:47 PM, Brandon Williams wrote: > I change my vote to -1 binding as well. > > On Tue, Feb 13, 2018 at 3:43 PM, Jason Brown wrote:

Re: [VOTE] (Take 2) Release Apache Cassandra 3.11.2

2018-02-13 Thread Jason Brown
-1, binding. Unit tests are broken: https://circleci.com/gh/jasobrown/cassandra/452#tests/containers/60 Dave ninja-committed 7df36056b12a13b60097b7a9a4f8155a1d02ff62 to update some logging messages, which broke ViewComplexTest.

Re: [VOTE] Release Apache Cassandra 3.0.16

2018-02-13 Thread Jason Brown
-1, binding. Unit tests are broken: https://circleci.com/gh/jasobrown/cassandra/451#tests/containers/50 Dave ninja-committed 7df36056b12a13b60097b7a9a4f8155a1d02ff62 to update some logging messages, which broke ViewComplexTest. The errors like this: junit.framework.AssertionFailedError: Expected

Re: [VOTE] Release Apache Cassandra 2.2.12

2018-02-13 Thread Jason Brown
+1 On Tue, Feb 13, 2018 at 7:55 AM, Jon Haddad wrote: > +1 > > > > On Feb 13, 2018, at 7:21 AM, Marcus Eriksson wrote: > > > > +1 > > > > On Tue, Feb 13, 2018 at 4:18 PM, Gary Dusbabek > wrote: > > > >> +1 > >> > >> On Mon, Feb 12, 2018 at 2:30 PM, Michael Shuler > > >> wrote: > >> > >>> I pr

Re: [VOTE] Release Apache Cassandra 2.1.20

2018-02-13 Thread Jason Brown
+1 On Tue, Feb 13, 2018 at 7:20 AM, Marcus Eriksson wrote: > +1 > > On Tue, Feb 13, 2018 at 1:30 PM, Aleksey Yeshchenko > wrote: > > > +1 > > > > — > > AY > > > > On 12 February 2018 at 20:30:58, Michael Shuler (mich...@pbandjelly.org) > > wrote: > > > > I propose the following artifacts for re

Re: CASSANDRA-14183 review request -> logback upgrade to fix CVE

2018-02-13 Thread Jason Brown
ll if version 1.1.11 is > > > > fixed for this, or if that might be less breakage? There are a pretty > > > > significant number of API-looking changes from 1.1.3 to 1.2.3, so I > do > > > > not wish to break other user's applications, as I have experie

Re: CASSANDRA-14183 review request -> logback upgrade to fix CVE

2018-02-13 Thread Jason Brown
used in our > default settings (or by any install I have ever seen). > > > > -Jeremiah > > > >> On Feb 13, 2018, at 11:48 AM, Jason Brown wrote: > >> > >> Ariel, > >> > >> If this is a legit CVE, then we would want to patch al

Re: CASSANDRA-14183 review request -> logback upgrade to fix CVE

2018-02-13 Thread Jason Brown
Ariel, If this is a legit CVE, then we would want to patch all the current versions we support - which is 2.1 and higher. Also, is this worth stopping the current open vote for this patch? (Not in a place to look at the patch and affects to impacted branches right now). Jason On Tue, Feb 13, 20

Re: duration based config settings

2017-12-05 Thread Jason Brown
I like this idea, but tbh I hate overburdening operators with what will seem them as busywork. Operators have scripts and other infrastructure to automate the creation of yaml files, and the thoughts of "oh crap, why did they rename all the properties? And, are these really just simple renames, or

Re: Stream is failing while removing the node

2017-10-09 Thread Jason Brown
Varun, Please open a JIRA ticket with all the details of what you are seeing. Thanks, -Jason On Mon, Oct 9, 2017 at 7:54 PM, Varun Barala wrote: > Hi developers, > > Recently, I was removing one node from the cluster without downtime. > > Cluster size :: 3 node [test cluster with nodeA, nodeB

Re: [VOTE] Release Apache Cassandra 3.0.15

2017-10-02 Thread Jason Brown
+1 On Mon, Oct 2, 2017 at 11:00 Jon Haddad wrote: > +1 > > > On Oct 2, 2017, at 11:00 AM, Brandon Williams wrote: > > > > +1 > > > > On Oct 2, 2017 12:58 PM, "Aleksey Yeshchenko" wrote: > > > >> +1 > >> > >> — > >> AY > >> > >> On 2 October 2017 at 18:18:26, Michael Shuler (mich...@pbandjelly.

Re: [VOTE] Release Apache Cassandra 3.11.1

2017-10-02 Thread Jason Brown
+1 On Mon, Oct 2, 2017 at 11:01 Aleksey Yeshchenko wrote: > +1 > > — > AY > > On 2 October 2017 at 18:58:57, Michael Shuler (mich...@pbandjelly.org) > wrote: > > I propose the following artifacts for release as 3.11.1. > > sha1: 983c72a84ab6628e09a78ead9e20a0c323a005af > Git: > > http://git-wip-

Re: [VOTE] Release Apache Cassandra 2.1.19

2017-09-28 Thread Jason Brown
+1 On Thu, Sep 28, 2017 at 12:05 PM, Brandon Williams wrote: > +1 > > On Sep 28, 2017 1:12 PM, "Michael Shuler" wrote: > > > I propose the following artifacts for release as 2.1.19. > > > > sha1: 428eaa3e37cab7227c81fdf124d29dfc1db4257c > > Git: > > http://git-wip-us.apache.org/repos/asf?p=cass

Re: [VOTE] Release Apache Cassandra 2.2.11

2017-09-28 Thread Jason Brown
+1 On Thu, Sep 28, 2017 at 12:05 PM, Brandon Williams wrote: > +1 > > On Sep 28, 2017 1:41 PM, "Michael Shuler" wrote: > > > I propose the following artifacts for release as 2.2.11. > > > > sha1: c510e001481637e1f74d9ad176f8dc3ab7ebd1e3 > > Git: > > http://git-wip-us.apache.org/repos/asf?p=cass

Re: Proposal: Closing old, unable-to-repro JIRAs

2017-09-14 Thread Jason Brown
Jeff, fantastic idea. +1 John, i'd prefer to get the non-PA ones out of the way first. With PA, someone at least tried to improve to software. I'm not at a computer now, but it would be instructive to have a beak down of those types of tickets by age. I can do that later. Jason On Thu, Sep 14, 2

Re: Hints replay incompatible between 2.x and 3.x

2017-08-30 Thread Jason Brown
Hi Andrew, This question is best for the user@ list, included here. Thanks, -Jason On Wed, Aug 30, 2017 at 10:00 AM, Andrew Whang wrote: > In evaluating 3.x, we found that hints are unable to be replayed between > 2.x and 3.x nodes. This introduces a risk during the upgrade path for some > of

Re: CASSANDRA-13772 - Add a skip read validation flag to cassandra-stress - no activity

2017-08-24 Thread Jason Brown
Noam, I can review in the next day ot two. -Jason On Thu, Aug 24, 2017 at 6:59 AM, Noam Hasson wrote: > Hi, > > Regarding CASSANDRA-13772 > , I sent a patch a > week ago and there is no activity since. > I was wondering if I did everything

Re: jira rights

2017-07-21 Thread Jason Brown
Malcolm, You should be able to comment on and assign tickets to yourself, and all the standard Jira use stuff. What specific behavior is not working for you? Thanks -Jason On Fri, Jul 21, 2017 at 08:36 Malcolm Taylor wrote: > Please grant me (malcolmt) contributor rights for the Cassandra Jir

Re: [VOTE] Release Apache Cassandra 2.1.18

2017-06-21 Thread Jason Brown
+1 On Wed, Jun 21, 2017 at 17:52 Brandon Williams wrote: > +1 > > On Wed, Jun 21, 2017 at 3:18 PM, Michael Shuler > wrote: > > > I propose the following artifacts for release as 2.1.18. > > > > sha1: 9369db1dfd92d4eb76284cfb68b1ffb9d22c9b06 > > Git: > > http://git-wip-us.apache.org/repos/asf?p=

Re: [VOTE] Release Apache Cassandra 2.2.10

2017-06-21 Thread Jason Brown
+1 On Wed, Jun 21, 2017 at 16:52 Jeff Jirsa wrote: > +1 > > On Wed, Jun 21, 2017 at 1:20 PM, Michael Shuler > wrote: > > > I propose the following artifacts for release as 2.2.10. > > > > sha1: 83f28ce3c4eeff75ce70855a56b6155047ce8e9a > > Git: > > http://git-wip-us.apache.org/repos/asf?p=cassan

Re: [VOTE] Release Apache Cassandra 3.11.0

2017-06-20 Thread Jason Brown
+1 On Tue, Jun 20, 2017 at 10:37 AM, Jeff Jirsa wrote: > +1 > > > On Mon, Jun 19, 2017 at 4:10 PM, Michael Shuler > wrote: > > > I propose the following artifacts for release as 3.11.0. > > > > sha1: 88dee7e9d515ad94ecf8f2309f1e6138ec79e1a2 > > Git: > > http://git-wip-us.apache.org/repos/asf?p=

Re: [VOTE] Release Apache Cassandra 3.0.14

2017-06-19 Thread Jason Brown
+1 On Mon, Jun 19, 2017 at 14:12 Brandon Williams wrote: > +1 > > On Mon, Jun 19, 2017 at 3:37 PM, Michael Shuler > wrote: > > > I propose the following artifacts for release as 3.0.14. > > > > sha1: f3e38cb638113c2a23855a104d6082da5bc10ddb > > Git: > > http://git-wip-us.apache.org/repos/asf?p=

dtests and differing behavior across c* versions

2017-06-17 Thread Jason Brown
Hey all, As I'm finalizing work on CASSANDRA-8457 and CASSANDRA-12229 (switching to netty for internode messaging and streaming), I need to update the a handful of existing dtests due to changes in a) grepping log for errors (primarily for TLS) b) byteman injections (primarily for streaming) As

Re: dtests and differing behavior across c* versions

2017-06-17 Thread Jason Brown
bah! sent too soon. will finish up and resend asap On Sat, Jun 17, 2017 at 8:20 AM, Jason Brown wrote: > Hey all, > > As I'm finalizing work on CASSANDRA-8457 and CASSANDRA-12229 (switching to > netty for internode messaging and streaming), I need to update the a > handfu

dtests and differing behavior across c* versions

2017-06-17 Thread Jason Brown
Hey all, As I'm finalizing work on CASSANDRA-8457 and CASSANDRA-12229 (switching to netty for internode messaging and streaming), I need to update the a handful of existing dtests due to changes in a) byteman injections (primarily for streaming) b) grepping log for errors (primarily for TLS) As

Re: Is concurrent_batchlog_writes option used/implemented?

2017-06-15 Thread Jason Brown
Hey Tomas, Thanks for finding these errors. Unfortunately, those are problems on the Datastax-hosted documentation, not the docs hosted by the Apache project. To fix those problems you should contact Datastax (I don't have a URL handy rn, but if one of the DS folks who follow this list can add one

Re: NGCC Proposal (Was Re: NGCC?)

2017-06-13 Thread Jason Brown
Bah! Jeff beat me to responding with essentially the same message. +1 for Tuesday and the venue. On Tue, Jun 13, 2017 at 11:44 AM, Jeff Jirsa wrote: > Looks great to me - especially the venue. Date wise, Tuesday (19th) lets > people fly in on Monday instead of costing a weekend, so selfishly th

Re: NGCC?

2017-06-01 Thread Jason Brown
I kind of agree with Russ, here. However, at the same time, a once-a-year, in-person meeting that not everyone can physically attend isn't the only avenue to bring up issues for discussion. All influencers/developers/power users/whatevers should be encouraged to start discussions on the dev@ ML, at

Re: Long running compaction on huge hint table.

2017-05-16 Thread Jason Brown
Varun, This a message better for the user@ ML. Thanks, -Jason On Tue, May 16, 2017 at 3:41 AM, varun saluja wrote: > Hi Experts, > > We are facing issue on production cluster. Compaction on system.hint table > is running from last 2 days. > > > pending tasks: 1 >compaction type keyspace

Re: Integrating vendor-specific code and developing plugins

2017-05-12 Thread Jason Brown
t want to push away contributors if they can add something to the project - as long as it is maintainable. Thanks, -Jason [1] https://mesos.apache.org/documentation/latest/committers/ On Fri, May 12, 2017 at 4:35 AM, Sylvain Lebresne wrote: > On Fri, May 12, 2017 at 12:29 AM, Jason Brown

Re: CASSANDRA-13444: Fast Streaming Hist

2017-05-12 Thread Jason Brown
Hey Fedor, I'll try to make some time in the next week to get to it, as my hands are all over streaming for 4.0. Thanks for being patient, -Jason On Tue, May 9, 2017 at 11:16 PM, Fedor Bobin wrote: > Hello, > > Could someone provide feedback (and possible merge) my PR [1] > for CASSANDRA-1344

Re: Integrating vendor-specific code and developing plugins

2017-05-11 Thread Jason Brown
Hey all, I'm on-board with what Rei is saying. I think we should be open to, and encourage, other platforms/architectures for integration. Of course, it will come down to specific maintainers/committers to do the testing and verification on non-typical platforms. Hopefully those maintainers will a

Re: Soliciting volunteers for flaky dtests on trunk

2017-05-11 Thread Jason Brown
I've taken CASSANDRA-13507 CASSANDRA-13517 -Jason On Wed, May 10, 2017 at 9:45 PM, Lerh Chuan Low wrote: > I'll try my hand on https://issues.apache.org/jira/browse/CASSANDRA-13182. > > On 11 May 2017 at 05:59, Blake Eggleston wrote: > > > I've taken CASSANDRA-13194, CASSANDRA-13506, CASSANDR

Re: Cassandra on RocksDB experiment result

2017-04-20 Thread Jason Brown
I'm +1 on the idea of a pluggable storage engine. There's clearly a bandwidth problem for developing/reviewing/maintain multiple storage engines, but I think having the interface is a good thing and can enhance testability. At a minimum I think it's worthwhile to explore the storage engine interfa

Re: [VOTE] Release Apache Cassandra 3.0.13

2017-04-13 Thread Jason Brown
Alex and Sam T think CASSANDRA-13113 is not a deal breaker in terms of regression (from reading their comments on the JIRA), and Sam mentioned to me that it only affects trunk, so I'm going to +1 and will poke on CASSAADNRA-13113 to get it done as soon as it can be :) -Jason On Thu, Apr 13, 2017

Re: [VOTE] Release Apache Cassandra 3.0.13

2017-04-12 Thread Jason Brown
+1 On Tue, Apr 11, 2017 at 4:26 PM, Brandon Williams wrote: > +1 > > On Tue, Apr 11, 2017 at 1:59 PM, Michael Shuler > wrote: > > > I propose the following artifacts for release as 3.0.13. > > > > sha1: 91661ec296c6d089e3238e1a72f3861c449326aa > > Git: > > http://git-wip-us.apache.org/repos/asf

Re: Apache Cassndra 3.10 node tool status issie

2017-04-04 Thread Jason Brown
this is probably better for the user@ mail list. On Tue, Apr 4, 2017 at 4:10 PM, abdulmuqeet md wrote: > Hi , > I am tryin to set cassandra locally on virtual box with ubuntu. It set up > properly without any issues, but when I run: > nodetool status , I get sockettimeout read exception. I have

Re: [VOTE] self-assignment of jira tickets

2017-04-04 Thread Jason Brown
super binding. > > > > -- > > AY > > > > On 29 March 2017 at 16:22:03, Jason Brown (jasedbr...@gmail.com) wrote: > > > > Hey all, > > > > Following up my thread from a week or two ago ( > > > > https://lists.apache.org/thread.html/0665f40c721

[VOTE] self-assignment of jira tickets

2017-03-29 Thread Jason Brown
thout needing to be added to the contributors group first. https://issues.apache.org/jira/browse/INFRA-11950 is an example of how to get this done with INFRA. Vote will be open for 72 hours. Thanks, -Jason Brown

Re: [VOTE] self-assignment of jira tickets

2017-03-29 Thread Jason Brown
oops, hit sent too early. will send another email shortly On Wed, Mar 29, 2017 at 6:14 AM, Jason Brown wrote: > Hey all, > > Following up on my emai >

[VOTE] self-assignment of jira tickets

2017-03-29 Thread Jason Brown
Hey all, Following up on my emai

  1   2   3   >