Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-28 Thread Dinesh Joshi
Thanks for the head up Vinay. This is now fixed  (thanks Jon!) and committed.

Dinesh

> On Oct 27, 2019, at 11:31 PM, Vinay Chella  wrote:
> 
> Update on test runs:
> 
> Ran all tests several times, opened followup JIRAs to fix
> DatabaseDescriptorRefTest test(
> https://issues.apache.org/jira/browse/CASSANDRA-15381) and flaky
> testIdleDisconnect
> test (https://issues.apache.org/jira/browse/CASSANDRA-15382).
> 
> On a different note, I see more than 500 upgrade tests are failing (
> https://circleci.com/gh/vinaykumarchella/cassandra/530), assuming it is
> something flaky, will investigate more on these and update here if I find
> anything.
> 
> Thanks,
> Vinay Chella
> 
> 
> On Fri, Oct 25, 2019 at 2:10 PM Jon Meredith  wrote:
> 
>> The DatabaseDescriptorRefTest breakage is on me - there's a fix included as
>> part of CASSANDRA-15371.  Sorry for breaking it -  it's benign, just forgot
>> to add to the new DistributedTestSnitch to the validClasses list.
>> 
>> On Fri, Oct 25, 2019 at 11:06 AM Vinay Chella 
>> wrote:
>> 
>>> Unit test "*testDatabaseDescriptorRef -
>>> org.apache.cassandra.config.DatabaseDescriptorRefTest*" is consistently
>>> failing across different test suites -
>>> 
>> https://circleci.com/gh/vinaykumarchella/cassandra/487#tests/containers/37
>>> 
>>> Java8 tests:
>>> https://circleci.com/workflow-run/b74a1510-9ce5-4d09-a448-0f9cb2a23350
>>> Java11
>>> <
>> https://circleci.com/workflow-run/b74a1510-9ce5-4d09-a448-0f9cb2a23350Java11
>>> 
>>> tests:
>>> https://circleci.com/workflow-run/9b23de5a-3c5b-41b4-88c4-3495b453eb53
>>> 
>>> <
>>> 
>> https://circleci.com/gh/vinaykumarchella/cassandra/487#tests/containers/37
 Following
>>> tests seems to be flaky, I will be rerunning to confirm and open JIRAs as
>>> needed.
>>> 
>>> 1. testIdleDisconnect - org.apache.cassandra.transport.IdleDisconnectTest
>>> 2. test_drop_with_stopped_build -
>>> materialized_views_test.TestMaterializedViews
>>> 3. test_remote_query - cql_test.TestCQLSlowQuery
>>> 
>>> Thanks,
>>> Vinay Chella
>>> 
>>> 
>>> On Fri, Oct 25, 2019 at 9:27 AM Blake Eggleston
>>>  wrote:
>>> 
 +1
 
> On Oct 25, 2019, at 8:57 AM, Jeff Jirsa  wrote:
> 
> +1
> 
> 
> On Fri, Oct 25, 2019 at 8:06 AM Jon Haddad 
>> wrote:
> 
>> +1
>> 
>> On Fri, Oct 25, 2019 at 10:18 AM Sam Tunnicliffe 
 wrote:
>> 
>>> +1
>>> 
 On 24 Oct 2019, at 18:26, Michael Shuler 
>> wrote:
 
 I propose the following artifacts for release as 4.0-alpha2.
 
 sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
 Git:
>>> 
>> 
 
>>> 
>> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
 Artifacts:
>>> 
>> 
 
>>> 
>> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
 Staging repository:
>>> 
>> 
 
>>> 
>> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
 
 The Debian and RPM packages are available here:
>>> http://people.apache.org/~mshuler
 
 The vote will be open for 72 hours (longer if needed).
 
 [1]: CHANGES.txt:
>>> 
>> 
 
>>> 
>> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
 [2]: NEWS.txt:
>>> 
>> 
 
>>> 
>> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
 
 
>>> -
 To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
 For additional commands, e-mail: dev-h...@cassandra.apache.org
 
>>> 
>>> 
>>> 
>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
>>> For additional commands, e-mail: dev-h...@cassandra.apache.org
>>> 
>>> 
>> 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
 For additional commands, e-mail: dev-h...@cassandra.apache.org
 
 
>>> 
>> 


-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org



Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-28 Thread Mick Semb Wever



> Update on test runs:



`ant test-burn` was failing in trunk.
  
https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-test-burn/934/testReport/org.apache.cassandra.net/ConnectionBurnTest/initializationError/

This is now fixed with 3522b54


I'm also seeing a regression of CASSANDRA-11465, the tracing doesn't use same 
consistency level as the request.
  
https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-dtest/856/testReport/junit/cql_tracing_test/TestCqlTracing/

It is flakey, depending on available resources. My understanding is that 
tracing data was intended to be eventually consistent, and making it strictly 
consistency was only for the purpose of testing. If that's true, a simple fix 
is just to reduce ccm nodes for that test, ie 
https://github.com/thelastpickle/cassandra-dtest/commit/f22f89fdb3080ac48f4310ee1a5aeb219ac2f093#diff-b866cba7cf982d53e6406cca014e659eR23

-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org



Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-28 Thread Vinay Chella
Update on test runs:

Ran all tests several times, opened followup JIRAs to fix
DatabaseDescriptorRefTest test(
https://issues.apache.org/jira/browse/CASSANDRA-15381) and flaky
testIdleDisconnect
test (https://issues.apache.org/jira/browse/CASSANDRA-15382).

On a different note, I see more than 500 upgrade tests are failing (
https://circleci.com/gh/vinaykumarchella/cassandra/530), assuming it is
something flaky, will investigate more on these and update here if I find
anything.

Thanks,
Vinay Chella


On Fri, Oct 25, 2019 at 2:10 PM Jon Meredith  wrote:

> The DatabaseDescriptorRefTest breakage is on me - there's a fix included as
> part of CASSANDRA-15371.  Sorry for breaking it -  it's benign, just forgot
> to add to the new DistributedTestSnitch to the validClasses list.
>
> On Fri, Oct 25, 2019 at 11:06 AM Vinay Chella 
> wrote:
>
> > Unit test "*testDatabaseDescriptorRef -
> > org.apache.cassandra.config.DatabaseDescriptorRefTest*" is consistently
> > failing across different test suites -
> >
> https://circleci.com/gh/vinaykumarchella/cassandra/487#tests/containers/37
> >
> > Java8 tests:
> > https://circleci.com/workflow-run/b74a1510-9ce5-4d09-a448-0f9cb2a23350
> > Java11
> > <
> https://circleci.com/workflow-run/b74a1510-9ce5-4d09-a448-0f9cb2a23350Java11
> >
> > tests:
> > https://circleci.com/workflow-run/9b23de5a-3c5b-41b4-88c4-3495b453eb53
> >
> > <
> >
> https://circleci.com/gh/vinaykumarchella/cassandra/487#tests/containers/37
> > >Following
> > tests seems to be flaky, I will be rerunning to confirm and open JIRAs as
> > needed.
> >
> > 1. testIdleDisconnect - org.apache.cassandra.transport.IdleDisconnectTest
> > 2. test_drop_with_stopped_build -
> > materialized_views_test.TestMaterializedViews
> > 3. test_remote_query - cql_test.TestCQLSlowQuery
> >
> > Thanks,
> > Vinay Chella
> >
> >
> > On Fri, Oct 25, 2019 at 9:27 AM Blake Eggleston
> >  wrote:
> >
> > > +1
> > >
> > > > On Oct 25, 2019, at 8:57 AM, Jeff Jirsa  wrote:
> > > >
> > > > +1
> > > >
> > > >
> > > > On Fri, Oct 25, 2019 at 8:06 AM Jon Haddad 
> wrote:
> > > >
> > > >> +1
> > > >>
> > > >> On Fri, Oct 25, 2019 at 10:18 AM Sam Tunnicliffe 
> > > wrote:
> > > >>
> > > >>> +1
> > > >>>
> > >  On 24 Oct 2019, at 18:26, Michael Shuler 
> > > >> wrote:
> > > 
> > >  I propose the following artifacts for release as 4.0-alpha2.
> > > 
> > >  sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
> > >  Git:
> > > >>>
> > > >>
> > >
> >
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
> > >  Artifacts:
> > > >>>
> > > >>
> > >
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
> > >  Staging repository:
> > > >>>
> > > >>
> > >
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
> > > 
> > >  The Debian and RPM packages are available here:
> > > >>> http://people.apache.org/~mshuler
> > > 
> > >  The vote will be open for 72 hours (longer if needed).
> > > 
> > >  [1]: CHANGES.txt:
> > > >>>
> > > >>
> > >
> >
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
> > >  [2]: NEWS.txt:
> > > >>>
> > > >>
> > >
> >
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
> > > 
> > > 
> > -
> > >  To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > >  For additional commands, e-mail: dev-h...@cassandra.apache.org
> > > 
> > > >>>
> > > >>>
> > > >>>
> -
> > > >>> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > > >>> For additional commands, e-mail: dev-h...@cassandra.apache.org
> > > >>>
> > > >>>
> > > >>
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > > For additional commands, e-mail: dev-h...@cassandra.apache.org
> > >
> > >
> >
>


Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-25 Thread Jon Meredith
The DatabaseDescriptorRefTest breakage is on me - there's a fix included as
part of CASSANDRA-15371.  Sorry for breaking it -  it's benign, just forgot
to add to the new DistributedTestSnitch to the validClasses list.

On Fri, Oct 25, 2019 at 11:06 AM Vinay Chella 
wrote:

> Unit test "*testDatabaseDescriptorRef -
> org.apache.cassandra.config.DatabaseDescriptorRefTest*" is consistently
> failing across different test suites -
> https://circleci.com/gh/vinaykumarchella/cassandra/487#tests/containers/37
>
> Java8 tests:
> https://circleci.com/workflow-run/b74a1510-9ce5-4d09-a448-0f9cb2a23350
> Java11
> 
> tests:
> https://circleci.com/workflow-run/9b23de5a-3c5b-41b4-88c4-3495b453eb53
>
> <
> https://circleci.com/gh/vinaykumarchella/cassandra/487#tests/containers/37
> >Following
> tests seems to be flaky, I will be rerunning to confirm and open JIRAs as
> needed.
>
> 1. testIdleDisconnect - org.apache.cassandra.transport.IdleDisconnectTest
> 2. test_drop_with_stopped_build -
> materialized_views_test.TestMaterializedViews
> 3. test_remote_query - cql_test.TestCQLSlowQuery
>
> Thanks,
> Vinay Chella
>
>
> On Fri, Oct 25, 2019 at 9:27 AM Blake Eggleston
>  wrote:
>
> > +1
> >
> > > On Oct 25, 2019, at 8:57 AM, Jeff Jirsa  wrote:
> > >
> > > +1
> > >
> > >
> > > On Fri, Oct 25, 2019 at 8:06 AM Jon Haddad  wrote:
> > >
> > >> +1
> > >>
> > >> On Fri, Oct 25, 2019 at 10:18 AM Sam Tunnicliffe 
> > wrote:
> > >>
> > >>> +1
> > >>>
> >  On 24 Oct 2019, at 18:26, Michael Shuler 
> > >> wrote:
> > 
> >  I propose the following artifacts for release as 4.0-alpha2.
> > 
> >  sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
> >  Git:
> > >>>
> > >>
> >
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
> >  Artifacts:
> > >>>
> > >>
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
> >  Staging repository:
> > >>>
> > >>
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
> > 
> >  The Debian and RPM packages are available here:
> > >>> http://people.apache.org/~mshuler
> > 
> >  The vote will be open for 72 hours (longer if needed).
> > 
> >  [1]: CHANGES.txt:
> > >>>
> > >>
> >
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
> >  [2]: NEWS.txt:
> > >>>
> > >>
> >
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
> > 
> > 
> -
> >  To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> >  For additional commands, e-mail: dev-h...@cassandra.apache.org
> > 
> > >>>
> > >>>
> > >>> -
> > >>> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > >>> For additional commands, e-mail: dev-h...@cassandra.apache.org
> > >>>
> > >>>
> > >>
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > For additional commands, e-mail: dev-h...@cassandra.apache.org
> >
> >
>


Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-25 Thread Vinay Chella
Unit test "*testDatabaseDescriptorRef -
org.apache.cassandra.config.DatabaseDescriptorRefTest*" is consistently
failing across different test suites -
https://circleci.com/gh/vinaykumarchella/cassandra/487#tests/containers/37

Java8 tests:
https://circleci.com/workflow-run/b74a1510-9ce5-4d09-a448-0f9cb2a23350
Java11 tests:
https://circleci.com/workflow-run/9b23de5a-3c5b-41b4-88c4-3495b453eb53

Following
tests seems to be flaky, I will be rerunning to confirm and open JIRAs as
needed.

1. testIdleDisconnect - org.apache.cassandra.transport.IdleDisconnectTest
2. test_drop_with_stopped_build -
materialized_views_test.TestMaterializedViews
3. test_remote_query - cql_test.TestCQLSlowQuery

Thanks,
Vinay Chella


On Fri, Oct 25, 2019 at 9:27 AM Blake Eggleston
 wrote:

> +1
>
> > On Oct 25, 2019, at 8:57 AM, Jeff Jirsa  wrote:
> >
> > +1
> >
> >
> > On Fri, Oct 25, 2019 at 8:06 AM Jon Haddad  wrote:
> >
> >> +1
> >>
> >> On Fri, Oct 25, 2019 at 10:18 AM Sam Tunnicliffe 
> wrote:
> >>
> >>> +1
> >>>
>  On 24 Oct 2019, at 18:26, Michael Shuler 
> >> wrote:
> 
>  I propose the following artifacts for release as 4.0-alpha2.
> 
>  sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
>  Git:
> >>>
> >>
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
>  Artifacts:
> >>>
> >>
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
>  Staging repository:
> >>>
> >>
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
> 
>  The Debian and RPM packages are available here:
> >>> http://people.apache.org/~mshuler
> 
>  The vote will be open for 72 hours (longer if needed).
> 
>  [1]: CHANGES.txt:
> >>>
> >>
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
>  [2]: NEWS.txt:
> >>>
> >>
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
> 
>  -
>  To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
>  For additional commands, e-mail: dev-h...@cassandra.apache.org
> 
> >>>
> >>>
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> >>> For additional commands, e-mail: dev-h...@cassandra.apache.org
> >>>
> >>>
> >>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: dev-h...@cassandra.apache.org
>
>


Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-25 Thread Blake Eggleston
+1

> On Oct 25, 2019, at 8:57 AM, Jeff Jirsa  wrote:
> 
> +1
> 
> 
> On Fri, Oct 25, 2019 at 8:06 AM Jon Haddad  wrote:
> 
>> +1
>> 
>> On Fri, Oct 25, 2019 at 10:18 AM Sam Tunnicliffe  wrote:
>> 
>>> +1
>>> 
 On 24 Oct 2019, at 18:26, Michael Shuler 
>> wrote:
 
 I propose the following artifacts for release as 4.0-alpha2.
 
 sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
 Git:
>>> 
>> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
 Artifacts:
>>> 
>> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
 Staging repository:
>>> 
>> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
 
 The Debian and RPM packages are available here:
>>> http://people.apache.org/~mshuler
 
 The vote will be open for 72 hours (longer if needed).
 
 [1]: CHANGES.txt:
>>> 
>> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
 [2]: NEWS.txt:
>>> 
>> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
 For additional commands, e-mail: dev-h...@cassandra.apache.org
 
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
>>> For additional commands, e-mail: dev-h...@cassandra.apache.org
>>> 
>>> 
>> 


-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org



Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-25 Thread Jeff Jirsa
+1


On Fri, Oct 25, 2019 at 8:06 AM Jon Haddad  wrote:

> +1
>
> On Fri, Oct 25, 2019 at 10:18 AM Sam Tunnicliffe  wrote:
>
> > +1
> >
> > > On 24 Oct 2019, at 18:26, Michael Shuler 
> wrote:
> > >
> > > I propose the following artifacts for release as 4.0-alpha2.
> > >
> > > sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
> > > Git:
> >
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
> > > Artifacts:
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
> > > Staging repository:
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
> > >
> > > The Debian and RPM packages are available here:
> > http://people.apache.org/~mshuler
> > >
> > > The vote will be open for 72 hours (longer if needed).
> > >
> > > [1]: CHANGES.txt:
> >
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
> > > [2]: NEWS.txt:
> >
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > > For additional commands, e-mail: dev-h...@cassandra.apache.org
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > For additional commands, e-mail: dev-h...@cassandra.apache.org
> >
> >
>


Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-25 Thread Jon Haddad
+1

On Fri, Oct 25, 2019 at 10:18 AM Sam Tunnicliffe  wrote:

> +1
>
> > On 24 Oct 2019, at 18:26, Michael Shuler  wrote:
> >
> > I propose the following artifacts for release as 4.0-alpha2.
> >
> > sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
> > Git:
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
> > Artifacts:
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
> > Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
> >
> > The Debian and RPM packages are available here:
> http://people.apache.org/~mshuler
> >
> > The vote will be open for 72 hours (longer if needed).
> >
> > [1]: CHANGES.txt:
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
> > [2]: NEWS.txt:
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > For additional commands, e-mail: dev-h...@cassandra.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: dev-h...@cassandra.apache.org
>
>


Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-25 Thread Aleksey Yeshchenko
+1

> On 24 Oct 2019, at 18:26, Michael Shuler  wrote:
> 
> I propose the following artifacts for release as 4.0-alpha2.
> 
> sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
> Git: 
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
> Artifacts: 
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
> Staging repository: 
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
> 
> The Debian and RPM packages are available here: 
> http://people.apache.org/~mshuler
> 
> The vote will be open for 72 hours (longer if needed).
> 
> [1]: CHANGES.txt: 
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
> [2]: NEWS.txt: 
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: dev-h...@cassandra.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org



Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-25 Thread Tommy Stendahl
+1 nb

On tor, 2019-10-24 at 12:26 -0500, Michael Shuler wrote:

I propose the following artifacts for release as 4.0-alpha2.

sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
Git:
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
Artifacts:
https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
Staging repository:
https://repository.apache.org/content/repositories/orgapachecassandra-1185/

The Debian and RPM packages are available here:
http://people.apache.org/~mshuler

The vote will be open for 72 hours (longer if needed).

[1]: CHANGES.txt:
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
[2]: NEWS.txt:
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative

-
To unsubscribe, e-mail: 
dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: 
dev-h...@cassandra.apache.org




Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-25 Thread Joshua McKenzie
+1

On Thu, Oct 24, 2019 at 4:19 PM Dinesh Joshi  wrote:

> +1
>
> Dinesh
>
> > On Oct 24, 2019, at 10:26 AM, Michael Shuler 
> wrote:
> >
> > I propose the following artifacts for release as 4.0-alpha2.
> >
> > sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
> > Git:
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
> > Artifacts:
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
> > Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
> >
> > The Debian and RPM packages are available here:
> http://people.apache.org/~mshuler
> >
> > The vote will be open for 72 hours (longer if needed).
> >
> > [1]: CHANGES.txt:
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
> > [2]: NEWS.txt:
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > For additional commands, e-mail: dev-h...@cassandra.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: dev-h...@cassandra.apache.org
>
>


Re: [VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-24 Thread Dinesh Joshi
+1

Dinesh

> On Oct 24, 2019, at 10:26 AM, Michael Shuler  wrote:
> 
> I propose the following artifacts for release as 4.0-alpha2.
> 
> sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
> Git: 
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
> Artifacts: 
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
> Staging repository: 
> https://repository.apache.org/content/repositories/orgapachecassandra-1185/
> 
> The Debian and RPM packages are available here: 
> http://people.apache.org/~mshuler
> 
> The vote will be open for 72 hours (longer if needed).
> 
> [1]: CHANGES.txt: 
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
> [2]: NEWS.txt: 
> https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: dev-h...@cassandra.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org



[VOTE] Release Apache Cassandra 4.0-alpha2

2019-10-24 Thread Michael Shuler

I propose the following artifacts for release as 4.0-alpha2.

sha1: ca928a49c68186bdcd57dea8b10c30991c6a3c55
Git: 
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-alpha2-tentative
Artifacts: 
https://repository.apache.org/content/repositories/orgapachecassandra-1185/org/apache/cassandra/apache-cassandra/4.0-alpha2/
Staging repository: 
https://repository.apache.org/content/repositories/orgapachecassandra-1185/


The Debian and RPM packages are available here: 
http://people.apache.org/~mshuler


The vote will be open for 72 hours (longer if needed).

[1]: CHANGES.txt: 
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-alpha2-tentative
[2]: NEWS.txt: 
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-alpha2-tentative


-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org