[jira] [Comment Edited] (CASSANDRA-14607) Explore optimizations in AbstractBtreePartiton, java 11 variant

2019-03-12 Thread Blake Eggleston (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-14607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791278#comment-16791278
 ] 

Blake Eggleston edited comment on CASSANDRA-14607 at 3/13/19 4:21 AM:
--

I think we could get the java 8 behavior in java 11 by moving the update logic 
of {{addAllWithSizeDelta}} into a private method, shuffling the 'shouldLock' 
logic around, and just using a {{synchronized}} block. This would work in both 
java 8 and java 11, so we wouldn't need the java8 and java11 source directories.

I pushed up a branch showing how this would work here: 
[https://github.com/bdeggleston/cassandra/tree/14607]

I may be missing some nuance in the usage of {{monitorEnter/Exit}} (I couldn't 
find a lot of documentation on the method, or explanations for why we were 
using it), but I think this would be functionally identical to what we were 
doing with {{monitorEnter/Exit}}.

WDYT [~benedict] & [~jasobrown]?

Edit: That branch is just for illustration, it's not a finished patch. At a 
minimum it still needs to fix the handling of {{inputDeletionInfoCopy}}, 
condense the {{AbstractBTreePartition}} class structure, and remove the java8 
and java11 source directories.


was (Author: bdeggleston):
I think we could get the java 8 behavior in java 11 by moving the update logic 
of {{addAllWithSizeDelta}} into a private method, shuffling the 'shouldLock' 
logic around, and just using a {{synchronized}} block. This would work in both 
java 8 and java 11, so we wouldn't need the java8 and java11 source directories.

I pushed up a branch showing how this would work here: 
[https://github.com/bdeggleston/cassandra/tree/14607]

I may be missing some nuance in the usage of {{monitorEnter/Exit}} (I couldn't 
find a lot of documentation on the method, or explanations for why we were 
using it), but I think this would be functionally identical to what we were 
doing with {{monitorEnter/Exit}}.

WDYT [~benedict] & [~jasobrown]?

> Explore optimizations in AbstractBtreePartiton, java 11 variant
> ---
>
> Key: CASSANDRA-14607
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14607
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Legacy/Core
>Reporter: Jason Brown
>Priority: Normal
>  Labels: Java11
> Fix For: 4.0
>
>
> In CASSANDRA-9608, we discussed some way to optimize the java 11 
> implementation of {{AbstractBTreePartition}}. This ticket serves that 
> purpose, as well as a "note to selves" to ensure the java 11 version does not 
> have a performance regression.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CASSANDRA-14607) Explore optimizations in AbstractBtreePartiton, java 11 variant

2019-03-12 Thread Blake Eggleston (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-14607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791278#comment-16791278
 ] 

Blake Eggleston commented on CASSANDRA-14607:
-

I think we could get the java 8 behavior in java 11 by moving the update logic 
of {{addAllWithSizeDelta}} into a private method, shuffling the 'shouldLock' 
logic around, and just using a {{synchronized}} block. This would work in both 
java 8 and java 11, so we wouldn't need the java8 and java11 source directories.

I pushed up a branch showing how this would work here: 
[https://github.com/bdeggleston/cassandra/tree/14607]

I may be missing some nuance in the usage of {{monitorEnter/Exit}} (I couldn't 
find a lot of documentation on the method, or explanations for why we were 
using it), but I think this would be functionally identical to what we were 
doing with {{monitorEnter/Exit}}.

WDYT [~benedict] & [~jasobrown]?

> Explore optimizations in AbstractBtreePartiton, java 11 variant
> ---
>
> Key: CASSANDRA-14607
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14607
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Legacy/Core
>Reporter: Jason Brown
>Priority: Normal
>  Labels: Java11
> Fix For: 4.0
>
>
> In CASSANDRA-9608, we discussed some way to optimize the java 11 
> implementation of {{AbstractBTreePartition}}. This ticket serves that 
> purpose, as well as a "note to selves" to ensure the java 11 version does not 
> have a performance regression.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15052) Dtests: Add acceptable warnings to offline tool tests in order to pass them

2019-03-12 Thread Dinesh Joshi (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dinesh Joshi updated CASSANDRA-15052:
-
Reviewers: Dinesh Joshi  (was: Dinesh A. Joshi)

> Dtests: Add acceptable warnings to offline tool tests in order to pass them
> ---
>
> Key: CASSANDRA-15052
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15052
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Test/dtest
>Reporter: Stefan Miklosovic
>Priority: Normal
>
> I run all dtest suite and test 
> offline_tools_test.py::TestOfflineTools::test_sstablelevelreset has failed 
> because of additional warning logs which were not added into acceptable ones.
> After adding them, test passed fine. I believe added warning messages have 
> nothing to do with test itself, it was reproduced on c5.9xlarge as well as no 
> "regular" notebook.
>  
> https://github.com/apache/cassandra-dtest/pull/47



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15052) Dtests: Add acceptable warnings to offline tool tests in order to pass them

2019-03-12 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated CASSANDRA-15052:
---
Labels: pull-request-available  (was: )

> Dtests: Add acceptable warnings to offline tool tests in order to pass them
> ---
>
> Key: CASSANDRA-15052
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15052
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Test/dtest
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
>  Labels: pull-request-available
>
> I run all dtest suite and test 
> offline_tools_test.py::TestOfflineTools::test_sstablelevelreset has failed 
> because of additional warning logs which were not added into acceptable ones.
> After adding them, test passed fine. I believe added warning messages have 
> nothing to do with test itself, it was reproduced on c5.9xlarge as well as no 
> "regular" notebook.
>  
> https://github.com/apache/cassandra-dtest/pull/47



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Assigned] (CASSANDRA-15052) Dtests: Add acceptable warnings to offline tool tests in order to pass them

2019-03-12 Thread Dinesh Joshi (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dinesh Joshi reassigned CASSANDRA-15052:


Assignee: Stefan Miklosovic

> Dtests: Add acceptable warnings to offline tool tests in order to pass them
> ---
>
> Key: CASSANDRA-15052
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15052
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Test/dtest
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
>
> I run all dtest suite and test 
> offline_tools_test.py::TestOfflineTools::test_sstablelevelreset has failed 
> because of additional warning logs which were not added into acceptable ones.
> After adding them, test passed fine. I believe added warning messages have 
> nothing to do with test itself, it was reproduced on c5.9xlarge as well as no 
> "regular" notebook.
>  
> https://github.com/apache/cassandra-dtest/pull/47



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CASSANDRA-15052) Dtests: Add acceptable warnings to offline tool tests in order to pass them

2019-03-12 Thread Stefan Miklosovic (JIRA)
Stefan Miklosovic created CASSANDRA-15052:
-

 Summary: Dtests: Add acceptable warnings to offline tool tests in 
order to pass them
 Key: CASSANDRA-15052
 URL: https://issues.apache.org/jira/browse/CASSANDRA-15052
 Project: Cassandra
  Issue Type: Improvement
  Components: Test/dtest
Reporter: Stefan Miklosovic


I run all dtest suite and test 
offline_tools_test.py::TestOfflineTools::test_sstablelevelreset has failed 
because of additional warning logs which were not added into acceptable ones.

After adding them, test passed fine. I believe added warning messages have 
nothing to do with test itself, it was reproduced on c5.9xlarge as well as no 
"regular" notebook.

 

https://github.com/apache/cassandra-dtest/pull/47



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



svn commit: r1855364 - /cassandra/site/Dockerfile

2019-03-12 Thread mshuler
Author: mshuler
Date: Wed Mar 13 02:06:53 2019
New Revision: 1855364

URL: http://svn.apache.org/viewvc?rev=1855364&view=rev
Log:
s/oracle-java8-installer/openjdk-8-jdk/

We should not be installing unauthenticated packages..
The webupd8 PPA is notorious for leaving installation broken for
long periods of time, whenever Oracle decides to make changes to
downloads, as well as when JDK releases occur.

Modified:
cassandra/site/Dockerfile

Modified: cassandra/site/Dockerfile
URL: 
http://svn.apache.org/viewvc/cassandra/site/Dockerfile?rev=1855364&r1=1855363&r2=1855364&view=diff
==
--- cassandra/site/Dockerfile (original)
+++ cassandra/site/Dockerfile Wed Mar 13 02:06:53 2019
@@ -1,20 +1,10 @@
 FROM debian:latest
 
-# Install Java
-RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select 
true | debconf-set-selections && \
-apt-get update && \
-apt-get install -y \
-software-properties-common \
-gpg && \
-add-apt-repository -y ppa:webupd8team/java && \
-apt-get update && \
-apt-get install -y --allow-unauthenticated oracle-java8-installer && \
-rm -rf /var/lib/apt/lists/* && \
-rm -rf /var/cache/oracle-jdk8-installer
-
-# Install other tools
+# Install tools
 RUN apt-get update && \
 apt-get install -y \
+openjdk-8-jdk \
+procps \
 git \
 python2.7 \
 python-pip \



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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread Nate McCall (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nate McCall updated CASSANDRA-15051:

Resolution: Fixed
Status: Resolved  (was: Triage)

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



svn commit: r1855358 - in /cassandra/site: publish/events/2019-apache-cassandra-summit/index.html src/apachecon_cfp.md

2019-03-12 Thread zznate
Author: zznate
Date: Wed Mar 13 00:14:58 2019
New Revision: 1855358

URL: http://svn.apache.org/viewvc?rev=1855358&view=rev
Log:
CASSANDRA-15051-v3 - add note to use cassandra as category

Modified:
cassandra/site/publish/events/2019-apache-cassandra-summit/index.html
cassandra/site/src/apachecon_cfp.md

Modified: cassandra/site/publish/events/2019-apache-cassandra-summit/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/publish/events/2019-apache-cassandra-summit/index.html?rev=1855358&r1=1855357&r2=1855358&view=diff
==
--- cassandra/site/publish/events/2019-apache-cassandra-summit/index.html 
(original)
+++ cassandra/site/publish/events/2019-apache-cassandra-summit/index.html Wed 
Mar 13 00:14:58 2019
@@ -155,7 +155,7 @@
 
 https://asf.jamhosted.net/cfp.html";>Click here to submit a proposal 
for the Apache Cassandra Summit or NGCC.
 
-For NGCC submissions, please include “NGCC Proposal” in the “Optional 
Notes” field.
+When submitting, please ensure you select “Cassandra” as the category. 
For NGCC submissions, please include “NGCC Proposal” in the “Optional 
Notes” field.
 
 
   

Modified: cassandra/site/src/apachecon_cfp.md
URL: 
http://svn.apache.org/viewvc/cassandra/site/src/apachecon_cfp.md?rev=1855358&r1=1855357&r2=1855358&view=diff
==
Binary files - no diff available.



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



[jira] [Commented] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread Nate McCall (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791105#comment-16791105
 ] 

Nate McCall commented on CASSANDRA-15051:
-

Reviewed and committed. Thanks, [~cscotta]!

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



svn commit: r1855356 - /cassandra/site/src/apachecon_cfp.md

2019-03-12 Thread zznate
Author: zznate
Date: Tue Mar 12 23:53:31 2019
New Revision: 1855356

URL: http://svn.apache.org/viewvc?rev=1855356&view=rev
Log:
CASSANDRA-15051-v2 - small tweak for typo fix on event page

Modified:
cassandra/site/src/apachecon_cfp.md

Modified: cassandra/site/src/apachecon_cfp.md
URL: 
http://svn.apache.org/viewvc/cassandra/site/src/apachecon_cfp.md?rev=1855356&r1=1855355&r2=1855356&view=diff
==
Binary files - no diff available.



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



svn commit: r1855355 - /cassandra/site/publish/events/2019-apache-cassandra-summit/index.html

2019-03-12 Thread zznate
Author: zznate
Date: Tue Mar 12 23:53:15 2019
New Revision: 1855355

URL: http://svn.apache.org/viewvc?rev=1855355&view=rev
Log:
CASSANDRA-15051-v2 - small tweak for typo fix on event page

Modified:
cassandra/site/publish/events/2019-apache-cassandra-summit/index.html

Modified: cassandra/site/publish/events/2019-apache-cassandra-summit/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/publish/events/2019-apache-cassandra-summit/index.html?rev=1855355&r1=1855354&r2=1855355&view=diff
==
--- cassandra/site/publish/events/2019-apache-cassandra-summit/index.html 
(original)
+++ cassandra/site/publish/events/2019-apache-cassandra-summit/index.html Tue 
Mar 12 23:53:15 2019
@@ -133,10 +133,10 @@
 
 Example proposals might include:
 
-  Presentations from contributors and large operators covering pain points 
and proposals to address them.
-  Planned or proposed improvements in specific areas of the Apache 
Cassandra codebase.
-  Planned or proposes improvements we can make to strengthen and empower 
the Apache Cassandra. community.
-  Something we haven’t thought about that advanced operators / 
contributors would be interested to hear.
+  Lessons learned operating Apache Cassandra at scale.
+  Customizations and ways members of the community have extended Apache 
Cassandra to make it a great fit for their use case.
+  Stability improvements, performance enhancements, and new features in an 
upcoming Cassandra release.
+  Something we haven’t thought about that a general audience would be 
interested to hear.
 
 
  
@@ -147,7 +147,7 @@
 
   Presentations from contributors and large operators covering pain points 
and proposals to address them
   Planned or proposed improvements in specific areas of the Apache 
Cassandra codebase
-  Planned or proposes improvements we can make to strengthen and empower 
the Apache Cassandra community.
+  Planned or proposed improvements we can make to strengthen and empower 
the Apache Cassandra community.
   Something we haven’t thought about that advanced operators / 
contributors would be interested to hear.
 
 



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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: apachecon-cfp.png

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: apachecon-cfp.diff

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: apachecon-cfp.diff

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: (was: apachecon-cfp.png)

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: (was: apachecon-cfp.diff)

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



svn commit: r1855353 - in /cassandra/site: publish/ publish/events/ publish/events/2019-apache-cassandra-summit/ publish/img/ src/ src/img/

2019-03-12 Thread zznate
Author: zznate
Date: Tue Mar 12 23:42:52 2019
New Revision: 1855353

URL: http://svn.apache.org/viewvc?rev=1855353&view=rev
Log:
CASSANDRA-15051 - pages for ApacheCon announcement. Patch from cscotta.

Added:
cassandra/site/publish/events/
cassandra/site/publish/events/2019-apache-cassandra-summit/
cassandra/site/publish/events/2019-apache-cassandra-summit/index.html
cassandra/site/publish/img/apachecon-2019.jpg   (with props)
cassandra/site/src/apachecon_cfp.md   (with props)
cassandra/site/src/img/apachecon-2019.jpg   (with props)
Modified:
cassandra/site/publish/feed.xml
cassandra/site/src/_config.yml

Added: cassandra/site/publish/events/2019-apache-cassandra-summit/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/publish/events/2019-apache-cassandra-summit/index.html?rev=1855353&view=auto
==
--- cassandra/site/publish/events/2019-apache-cassandra-summit/index.html 
(added)
+++ cassandra/site/publish/events/2019-apache-cassandra-summit/index.html Tue 
Mar 12 23:42:52 2019
@@ -0,0 +1,213 @@
+
+
+  
+
+
+
+
+  
+  
+  
+  
+  
+  
+
+
+  Announcing the 2019 Apache Cassandra Summit
+
+  http://cassandra.apache.org/events/2019-apache-cassandra-summit/";>
+
+  https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"; 
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
 crossorigin="anonymous">
+  
+  
+
+  
+  https://use.fontawesome.com/releases/v5.2.0/css/all.css"; 
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
 crossorigin="anonymous">
+  
+  http://cassandra.apache.org/feed.xml"; title="Apache Cassandra Website" />
+
+
+  
+
+
+  
+
+  
+
+  
+  Apache Software Foundation 
+  
+http://www.apache.org";>Apache Homepage
+http://www.apache.org/licenses/";>License
+http://www.apache.org/foundation/sponsorship.html";>Sponsorship
+http://www.apache.org/foundation/thanks.html";>Thanks
+http://www.apache.org/security/";>Security
+  
+
+  
+
+  
+  Apache Cassandra
+  
+
+  
+
+Announcing the 2019 Apache Cassandra Summit
+
+  
+
+  
+
+  
+
+  
+
+  
+  
+
+  
+
+  Toggle navigation
+  
+  
+  
+
+
+  
+
+  
+
+  Home
+  Download
+  Documentation
+  Community
+  
+Blog
+
+
+  
+
+  
+
+  
+
+
+
+  
+  Announcing the 2019 
Apache Cassandra Summit
+
+Join the 
Apache Cassandra community for the 2019 Apache Cassandra Summit, hosted with 
ApacheCon in Las Vegas, NV (Sept 9 - 13).
+
+
+
+Apache Cassandra at ApacheCon
+
+
+
+For more information about other events at ApacheCon, see https://apachecon.com/acna19/index.html";>ApacheCon 2019.
+
+ 
+
+Day One: Next 
Generation Cassandra Conference (NGCC)
+NGCC (Next Generation Cassandra Conference), a one-day event for Apache 
Cassandra contributors and large system operators to meet, discuss, and plan 
future development in the project. NGCC will take place on Tuesday, 
September 10th.
+
+NGCC is an advanced event targeted toward Apache Cassandra contributors and 
large system / platform operators. Content will focus on Cassandra internals 
and is geared toward those with detailed knowledge of the codebase and 
architecture. All are welcome to attend.
+
+ 
+
+Day Two: Apache Cassandra Summit
+The Apache Cassandra Summit, a one-day event for Apache Cassandra users to 
meet, network, and learn about what’s new and what’s coming in Cassandra. 
The Apache Cassandra Summit will be held on Wednesday, Sept 
11.
+
+The Apache Cassandra Summit is targeted toward a wider audience. Topics 
should be interesting and accessible to those whose first introduction to 
Cassandra is at this event, and those who have been active in the community for 
many years.
+
+
+
+Call for Presentations
+
+We’re excited to announce the Call for Presentations is now open for 
both, closing Monday, May 13 at 2pm BST (UTC+1).
+
+ 
+
+Apache 
Cassandra Summit CFP (40-minute presentation, 5-minute Q&A) –
+
+Example proposals might include:
+
+  Presentations from contributors and large operators covering pain points 
and proposals to address them.
+  Planned or proposed improvements in specific areas of the Apache 
Cassandra codebase.
+  Planned or proposes improvements we can make to strengthen and empower 
the Apache Cassandra. community.
+  Something we haven’t thought about that advanced operators / 
contributors would be interested to hear.
+
+
+ 
+
+Next
 Generation Cassandra Conference CFP (30-minute presentation, 15m breakout) 
–
+
+Example proposals might include:
+
+  Presentations from contributors and large operators c

[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: (was: apachecon-cfp.png)

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: (was: apachecon-cfp.diff)

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: apachecon-cfp.png

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png, apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: (was: apachecon-cfp.png)

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: apachecon-cfp.png

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: apachecon-cfp.diff

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: (was: apachecon-cfp.diff)

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Assigned] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas reassigned CASSANDRA-15051:


Assignee: Nate McCall

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: Nate McCall
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website (as part of this commit), though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: apachecon-2019.jpeg

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website (as part of this commit), though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Reviewers: Nate McCall

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Assigned] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas reassigned CASSANDRA-15051:


Assignee: C. Scott Andreas  (was: Nate McCall)

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Description: 
This patch for the Apache Cassandra SVN repo adds a page to 
cassandra.apache.org for Cassandra's presence at ApacheCon 2019.

It also contains a one-line fix for building the site via the non-Dockerized 
flow (excluding vendor/ from Jekyll's search path for compilation).

When published, the URI for this page will be: 
/events/2019-apache-cassandra-summit. This address won't be linked publicly 
from the website as part of this commit, though we can follow with a short blog 
post announcing + linking to it.

A visual rendering of the page is also attached.

  was:
This patch for the Apache Cassandra SVN repo adds a page to 
cassandra.apache.org for Cassandra's presence at ApacheCon 2019.

It also contains a one-line fix for building the site via the non-Dockerized 
flow (excluding vendor/ from Jekyll's search path for compilation).

When published, the URI for this page will be: 
/events/2019-apache-cassandra-summit. This address won't be linked publicly 
from the website (as part of this commit), though we can follow with a short 
blog post announcing + linking to it.

A visual rendering of the page is also attached.


> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Assignee: Nate McCall
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website as part of this commit, though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: apachecon-cfp.png

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website (as part of this commit), though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)
C. Scott Andreas created CASSANDRA-15051:


 Summary: Website: Add Page Announcing ApacheCon 2019 Event + CFP
 Key: CASSANDRA-15051
 URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
 Project: Cassandra
  Issue Type: Task
  Components: Documentation/Website
Reporter: C. Scott Andreas
 Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, apachecon-cfp.png

This patch for the Apache Cassandra SVN repo adds a page to 
cassandra.apache.org for Cassandra's presence at ApacheCon 2019.

It also contains a one-line fix for building the site via the non-Dockerized 
flow (excluding vendor/ from Jekyll's search path for compilation).

When published, the URI for this page will be: 
/events/2019-apache-cassandra-summit. This address won't be linked publicly 
from the website (as part of this commit), though we can follow with a short 
blog post announcing + linking to it.

A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15051) Website: Add Page Announcing ApacheCon 2019 Event + CFP

2019-03-12 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-15051:
-
Attachment: apachecon-cfp.diff

> Website: Add Page Announcing ApacheCon 2019 Event + CFP
> ---
>
> Key: CASSANDRA-15051
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15051
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: C. Scott Andreas
>Priority: Normal
> Attachments: apachecon-2019.jpeg, apachecon-cfp.diff, 
> apachecon-cfp.png
>
>
> This patch for the Apache Cassandra SVN repo adds a page to 
> cassandra.apache.org for Cassandra's presence at ApacheCon 2019.
> It also contains a one-line fix for building the site via the non-Dockerized 
> flow (excluding vendor/ from Jekyll's search path for compilation).
> When published, the URI for this page will be: 
> /events/2019-apache-cassandra-summit. This address won't be linked publicly 
> from the website (as part of this commit), though we can follow with a short 
> blog post announcing + linking to it.
> A visual rendering of the page is also attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-15050) JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821

2019-03-12 Thread Michael Shuler (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Shuler updated CASSANDRA-15050:
---
Status: Triage  (was: Awaiting Feedback)

> JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821
> -
>
> Key: CASSANDRA-15050
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15050
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Michael Shuler
>Priority: Normal
> Fix For: 2.2.x
>
>
> CASSANDRA-14821 introduced some errors on JDK7. The build fails as follows:
> {noformat}
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ java -version
> java version "1.7.0_80"
> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ ant jar
> Buildfile: /home/mshuler/git/cassandra/build.xml
> init:
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/main
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/thrift
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/classes
>    [mkdir] Created dir: /home/mshuler/git/cassandra/src/gen-java
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco/partials
> maven-ant-tasks-localrepo:
> [copy] Copying 1 file to /home/mshuler/git/cassandra/build
> maven-ant-tasks-download:
> maven-ant-tasks-init:
> maven-declare-dependencies:
> maven-ant-tasks-retrieve-build:
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies.xml
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies-sources.xml
> [copy] Copying 65 files to /home/mshuler/git/cassandra/build/lib/jars
> [copy] Copying 41 files to /home/mshuler/git/cassandra/build/lib/sources
> [copy] Copying 25 files to /home/mshuler/git/cassandra/build/lib/jars
>    [unzip] Expanding: 
> /home/mshuler/git/cassandra/build/lib/jars/org.jacoco.agent-0.7.5.201505241946.jar
>  into /home/mshu
> ler/git/cassandra/build/lib/jars
> check-gen-cql3-grammar:
> gen-cql3-grammar:
> [echo] Building Grammar 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/cql3/Cql.g  ...
> generate-cql-html:
> build-project:
> [echo] apache-cassandra: /home/mshuler/git/cassandra/build.xml
>    [javac] Compiling 45 source files to 
> /home/mshuler/git/cassandra/build/classes/thrift
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] Note: 
> /home/mshuler/git/cassandra/interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java
>  uses o
> r overrides a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 1 warning
>    [javac] Compiling 1171 source files to 
> /home/mshuler/git/cassandra/build/classes/main
>    [javac] Note: Processing compiler hints annotations
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
>  error: package java.uti
> l.function does not exist
>    [javac] import java.util.function.Consumer;
>    [javac]  ^
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:203:
>  error: cannot find sym
> bol
>    [javac] private Consumer handler;
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:204:
>  error: cannot find sym
> bol
>    [javac] OnException(Consumer handler)
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] Note: Processing compiler hints annotations
>    [javac] Note: Writing compiler command file at META-INF/hotspot_compiler
>    [javac] Note: Done processing compiler hints annotations
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
>  error: package java.uti
> l.function does not exist
>    [javac] import java.util.function.Consumer;
>    [javac]  ^
>    [javac] 
> /home/mshu

[jira] [Commented] (CASSANDRA-15050) JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821

2019-03-12 Thread Michael Shuler (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791033#comment-16791033
 ] 

Michael Shuler commented on CASSANDRA-15050:


While using JDK7, repro is:
{noformat}
ant jar{noformat}
Alternatively, build the branch on JDK8 and attempt to run on JDK7 (which is 
where this came from - user of JDK7 (by company policy) emailed me directly, 
since I'm the packaging guy with my name and email in the deb changelog). Repro 
is:
{noformat}
./bin/cassandra{noformat}
Foreground log from attempting to run on JDK7 (after build on JDK8):
{noformat}
(cassandra-2.2)mshuler@mana:~/git/cassandra$ java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

(cassandra-2.2)mshuler@mana:~/git/cassandra$ ./bin/cassandra -f
Java HotSpot(TM) 64-Bit Server VM warning: Cannot open file 
./bin/../logs/gc.log due to No such file or directory

CompilerOracle: inline org/apache/cassandra/db/AbstractNativeCell.compareTo 
(Lorg/apache/cassandra/db/composites/Composit
e;)I
CompilerOracle: inline 
org/apache/cassandra/db/composites/AbstractSimpleCellNameType.compareUnsigned 
(Lorg/apache/cassand
ra/db/composites/Composite;Lorg/apache/cassandra/db/composites/Composite;)I
CompilerOracle: inline org/apache/cassandra/io/util/Memory.checkBounds (JJ)V
CompilerOracle: inline org/apache/cassandra/io/util/SafeMemory.checkBounds (JJ)V
CompilerOracle: inline 
org/apache/cassandra/utils/AsymmetricOrdering.selectBoundary 
(Lorg/apache/cassandra/utils/Asymmetr
icOrdering/Op;II)I
CompilerOracle: inline 
org/apache/cassandra/utils/AsymmetricOrdering.strictnessOfLessThan 
(Lorg/apache/cassandra/utils/As
ymmetricOrdering/Op;)I
CompilerOracle: inline org/apache/cassandra/utils/ByteBufferUtil.compare 
(Ljava/nio/ByteBuffer;[B)I
CompilerOracle: inline org/apache/cassandra/utils/ByteBufferUtil.compare 
([BLjava/nio/ByteBuffer;)I
CompilerOracle: inline 
org/apache/cassandra/utils/ByteBufferUtil.compareUnsigned 
(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuff
er;)I
CompilerOracle: inline 
org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo 
(Ljava/lang/Object;JILjav
a/lang/Object;JI)I
CompilerOracle: inline 
org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo 
(Ljava/lang/Object;JILjav
a/nio/ByteBuffer;)I
CompilerOracle: inline 
org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo 
(Ljava/nio/ByteBuffer;Lja
va/nio/ByteBuffer;)I
INFO  21:25:06 Node configuration:[authenticator=AllowAllAuthenticator; 
authorizer=AllowAllAuthorizer; auto_bootstrap=tru
e; auto_snapshot=true; batch_size_fail_threshold_in_kb=50; 
batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in
_kb=1024; broadcast_address=null; broadcast_rpc_address=null; 
cas_contention_timeout_in_ms=1000; client_encryption_option
s=; cluster_name=Test Cluster; column_index_size_in_kb=64; 
commit_failure_policy=stop; commitlog_compression=nu
ll; commitlog_directory=null; commitlog_max_compression_buffers_in_pool=3; 
commitlog_periodic_queue_size=-1; commitlog_se
gment_size_in_mb=32; commitlog_sync=periodic; 
commitlog_sync_batch_window_in_ms=null; commitlog_sync_period_in_ms=1;
commitlog_total_space_in_mb=null; 
compaction_large_partition_warning_threshold_mb=100; 
compaction_throughput_mb_per_sec=1
6; concurrent_compactors=null; concurrent_counter_writes=32; 
concurrent_reads=32; concurrent_replicates=null; concurrent_
writes=32; counter_cache_keys_to_save=2147483647; 
counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_
write_request_timeout_in_ms=5000; cross_node_timeout=false; 
data_file_directories=null; disk_access_mode=auto; disk_failu
re_policy=stop; dynamic_snitch=true; dynamic_snitch_badness_threshold=0.1; 
dynamic_snitch_reset_interval_in_ms=60; dy
namic_snitch_update_interval_in_ms=100; enable_user_defined_functions=false; 
encryption_options=null; endpoint_snitch=Sim
pleSnitch; file_cache_size_in_mb=null; gc_log_threshold_in_ms=200; 
gc_warn_threshold_in_ms=0; hinted_handoff_enabled=true
; hinted_handoff_enabled_by_dc=[]; hinted_handoff_enabled_global=true; 
hinted_handoff_throttle_in_kb=1024; incremental_ba
ckups=false; index_interval=null; index_summary_capacity_in_mb=null; 
index_summary_resize_interval_in_minutes=60; initial
_token=null; inter_dc_stream_throughput_outbound_megabits_per_sec=200; 
inter_dc_tcp_nodelay=false; internode_authenticato
r=null; internode_compression=all; internode_recv_buff_size_in_bytes=null; 
internode_send_buff_size_in_bytes=null; key_ca
che_keys_to_save=2147483647; key_cache_save_period=14400; 
key_cache_size_in_mb=null; listen_address=localhost; listen_int
erface=null; listen_interface_prefer_ipv6=false; 
listen_on_broadcast_address=false; max_hint_window_in_ms=1080; max_h
ints_delivery_threads=2; max_streaming_retries=3; memory_allocat

[jira] [Updated] (CASSANDRA-15050) JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821

2019-03-12 Thread Dinesh Joshi (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dinesh Joshi updated CASSANDRA-15050:
-
Status: Awaiting Feedback  (was: Triage)

> JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821
> -
>
> Key: CASSANDRA-15050
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15050
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Michael Shuler
>Priority: Normal
> Fix For: 2.2.x
>
>
> CASSANDRA-14821 introduced some errors on JDK7. The build fails as follows:
> {noformat}
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ java -version
> java version "1.7.0_80"
> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ ant jar
> Buildfile: /home/mshuler/git/cassandra/build.xml
> init:
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/main
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/thrift
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/classes
>    [mkdir] Created dir: /home/mshuler/git/cassandra/src/gen-java
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco/partials
> maven-ant-tasks-localrepo:
> [copy] Copying 1 file to /home/mshuler/git/cassandra/build
> maven-ant-tasks-download:
> maven-ant-tasks-init:
> maven-declare-dependencies:
> maven-ant-tasks-retrieve-build:
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies.xml
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies-sources.xml
> [copy] Copying 65 files to /home/mshuler/git/cassandra/build/lib/jars
> [copy] Copying 41 files to /home/mshuler/git/cassandra/build/lib/sources
> [copy] Copying 25 files to /home/mshuler/git/cassandra/build/lib/jars
>    [unzip] Expanding: 
> /home/mshuler/git/cassandra/build/lib/jars/org.jacoco.agent-0.7.5.201505241946.jar
>  into /home/mshu
> ler/git/cassandra/build/lib/jars
> check-gen-cql3-grammar:
> gen-cql3-grammar:
> [echo] Building Grammar 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/cql3/Cql.g  ...
> generate-cql-html:
> build-project:
> [echo] apache-cassandra: /home/mshuler/git/cassandra/build.xml
>    [javac] Compiling 45 source files to 
> /home/mshuler/git/cassandra/build/classes/thrift
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] Note: 
> /home/mshuler/git/cassandra/interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java
>  uses o
> r overrides a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 1 warning
>    [javac] Compiling 1171 source files to 
> /home/mshuler/git/cassandra/build/classes/main
>    [javac] Note: Processing compiler hints annotations
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
>  error: package java.uti
> l.function does not exist
>    [javac] import java.util.function.Consumer;
>    [javac]  ^
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:203:
>  error: cannot find sym
> bol
>    [javac] private Consumer handler;
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:204:
>  error: cannot find sym
> bol
>    [javac] OnException(Consumer handler)
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] Note: Processing compiler hints annotations
>    [javac] Note: Writing compiler command file at META-INF/hotspot_compiler
>    [javac] Note: Done processing compiler hints annotations
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
>  error: package java.uti
> l.function does not exist
>    [javac] import java.util.function.Consumer;
>    [javac]  ^
>    [javac] 
> /home/mshuler/

[jira] [Comment Edited] (CASSANDRA-15050) JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821

2019-03-12 Thread Dinesh Joshi (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791023#comment-16791023
 ] 

Dinesh Joshi edited comment on CASSANDRA-15050 at 3/12/19 9:18 PM:
---

Can you add the exact steps to reproduce this? {{Consumer}} is available 
starting Java 8 and looks like your issue is in 2.2 backport.


was (Author: djoshi3):
Can you add the exact steps to reproduce this? `Consumer` is available starting 
Java 8 and looks like your issue is in 2.2 backport.

> JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821
> -
>
> Key: CASSANDRA-15050
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15050
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Michael Shuler
>Priority: Normal
> Fix For: 2.2.x
>
>
> CASSANDRA-14821 introduced some errors on JDK7. The build fails as follows:
> {noformat}
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ java -version
> java version "1.7.0_80"
> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ ant jar
> Buildfile: /home/mshuler/git/cassandra/build.xml
> init:
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/main
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/thrift
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/classes
>    [mkdir] Created dir: /home/mshuler/git/cassandra/src/gen-java
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco/partials
> maven-ant-tasks-localrepo:
> [copy] Copying 1 file to /home/mshuler/git/cassandra/build
> maven-ant-tasks-download:
> maven-ant-tasks-init:
> maven-declare-dependencies:
> maven-ant-tasks-retrieve-build:
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies.xml
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies-sources.xml
> [copy] Copying 65 files to /home/mshuler/git/cassandra/build/lib/jars
> [copy] Copying 41 files to /home/mshuler/git/cassandra/build/lib/sources
> [copy] Copying 25 files to /home/mshuler/git/cassandra/build/lib/jars
>    [unzip] Expanding: 
> /home/mshuler/git/cassandra/build/lib/jars/org.jacoco.agent-0.7.5.201505241946.jar
>  into /home/mshu
> ler/git/cassandra/build/lib/jars
> check-gen-cql3-grammar:
> gen-cql3-grammar:
> [echo] Building Grammar 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/cql3/Cql.g  ...
> generate-cql-html:
> build-project:
> [echo] apache-cassandra: /home/mshuler/git/cassandra/build.xml
>    [javac] Compiling 45 source files to 
> /home/mshuler/git/cassandra/build/classes/thrift
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] Note: 
> /home/mshuler/git/cassandra/interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java
>  uses o
> r overrides a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 1 warning
>    [javac] Compiling 1171 source files to 
> /home/mshuler/git/cassandra/build/classes/main
>    [javac] Note: Processing compiler hints annotations
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
>  error: package java.uti
> l.function does not exist
>    [javac] import java.util.function.Consumer;
>    [javac]  ^
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:203:
>  error: cannot find sym
> bol
>    [javac] private Consumer handler;
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:204:
>  error: cannot find sym
> bol
>    [javac] OnException(Consumer handler)
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] Note: Processing compiler hints annotations
>    [javac] Note: Writing compiler command file at META-IN

[jira] [Commented] (CASSANDRA-15050) JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821

2019-03-12 Thread Dinesh Joshi (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791023#comment-16791023
 ] 

Dinesh Joshi commented on CASSANDRA-15050:
--

Can you add the exact steps to reproduce this? `Consumer` is available starting 
Java 8 and looks like your issue is in 2.2 backport.

> JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821
> -
>
> Key: CASSANDRA-15050
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15050
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Michael Shuler
>Priority: Normal
> Fix For: 2.2.x
>
>
> CASSANDRA-14821 introduced some errors on JDK7. The build fails as follows:
> {noformat}
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ java -version
> java version "1.7.0_80"
> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ ant jar
> Buildfile: /home/mshuler/git/cassandra/build.xml
> init:
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/main
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/thrift
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/classes
>    [mkdir] Created dir: /home/mshuler/git/cassandra/src/gen-java
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco/partials
> maven-ant-tasks-localrepo:
> [copy] Copying 1 file to /home/mshuler/git/cassandra/build
> maven-ant-tasks-download:
> maven-ant-tasks-init:
> maven-declare-dependencies:
> maven-ant-tasks-retrieve-build:
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies.xml
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies-sources.xml
> [copy] Copying 65 files to /home/mshuler/git/cassandra/build/lib/jars
> [copy] Copying 41 files to /home/mshuler/git/cassandra/build/lib/sources
> [copy] Copying 25 files to /home/mshuler/git/cassandra/build/lib/jars
>    [unzip] Expanding: 
> /home/mshuler/git/cassandra/build/lib/jars/org.jacoco.agent-0.7.5.201505241946.jar
>  into /home/mshu
> ler/git/cassandra/build/lib/jars
> check-gen-cql3-grammar:
> gen-cql3-grammar:
> [echo] Building Grammar 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/cql3/Cql.g  ...
> generate-cql-html:
> build-project:
> [echo] apache-cassandra: /home/mshuler/git/cassandra/build.xml
>    [javac] Compiling 45 source files to 
> /home/mshuler/git/cassandra/build/classes/thrift
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] Note: 
> /home/mshuler/git/cassandra/interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java
>  uses o
> r overrides a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 1 warning
>    [javac] Compiling 1171 source files to 
> /home/mshuler/git/cassandra/build/classes/main
>    [javac] Note: Processing compiler hints annotations
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
>  error: package java.uti
> l.function does not exist
>    [javac] import java.util.function.Consumer;
>    [javac]  ^
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:203:
>  error: cannot find sym
> bol
>    [javac] private Consumer handler;
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:204:
>  error: cannot find sym
> bol
>    [javac] OnException(Consumer handler)
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] Note: Processing compiler hints annotations
>    [javac] Note: Writing compiler command file at META-INF/hotspot_compiler
>    [javac] Note: Done processing compiler hints annotations
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
>  error: package java.uti

[jira] [Updated] (CASSANDRA-15050) JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821

2019-03-12 Thread Michael Shuler (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Shuler updated CASSANDRA-15050:
---
Fix Version/s: 2.2.x

> JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821
> -
>
> Key: CASSANDRA-15050
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15050
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Michael Shuler
>Priority: Normal
> Fix For: 2.2.x
>
>
> CASSANDRA-14821 introduced some errors on JDK7. The build fails as follows:
> {noformat}
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ java -version
> java version "1.7.0_80"
> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> (cassandra-2.2)mshuler@mana:~/git/cassandra$ ant jar
> Buildfile: /home/mshuler/git/cassandra/build.xml
> init:
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/main
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/thrift
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/classes
>    [mkdir] Created dir: /home/mshuler/git/cassandra/src/gen-java
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/lib
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco
>    [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco/partials
> maven-ant-tasks-localrepo:
> [copy] Copying 1 file to /home/mshuler/git/cassandra/build
> maven-ant-tasks-download:
> maven-ant-tasks-init:
> maven-declare-dependencies:
> maven-ant-tasks-retrieve-build:
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies.xml
> [artifact:dependencies] Building ant file: 
> /home/mshuler/git/cassandra/build/build-dependencies-sources.xml
> [copy] Copying 65 files to /home/mshuler/git/cassandra/build/lib/jars
> [copy] Copying 41 files to /home/mshuler/git/cassandra/build/lib/sources
> [copy] Copying 25 files to /home/mshuler/git/cassandra/build/lib/jars
>    [unzip] Expanding: 
> /home/mshuler/git/cassandra/build/lib/jars/org.jacoco.agent-0.7.5.201505241946.jar
>  into /home/mshu
> ler/git/cassandra/build/lib/jars
> check-gen-cql3-grammar:
> gen-cql3-grammar:
> [echo] Building Grammar 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/cql3/Cql.g  ...
> generate-cql-html:
> build-project:
> [echo] apache-cassandra: /home/mshuler/git/cassandra/build.xml
>    [javac] Compiling 45 source files to 
> /home/mshuler/git/cassandra/build/classes/thrift
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] Note: 
> /home/mshuler/git/cassandra/interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java
>  uses o
> r overrides a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 1 warning
>    [javac] Compiling 1171 source files to 
> /home/mshuler/git/cassandra/build/classes/main
>    [javac] Note: Processing compiler hints annotations
>    [javac] warning: Supported source version 'RELEASE_6' from annotation 
> processor 'org.openjdk.jmh.generators.Benchmark
> Processor' less than -source '1.7'
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
>  error: package java.uti
> l.function does not exist
>    [javac] import java.util.function.Consumer;
>    [javac]  ^
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:203:
>  error: cannot find sym
> bol
>    [javac] private Consumer handler;
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:204:
>  error: cannot find sym
> bol
>    [javac] OnException(Consumer handler)
>    [javac] ^
>    [javac]   symbol:   class Consumer
>    [javac]   location: class OnException
>    [javac] Note: Processing compiler hints annotations
>    [javac] Note: Writing compiler command file at META-INF/hotspot_compiler
>    [javac] Note: Done processing compiler hints annotations
>    [javac] 
> /home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
>  error: package java.uti
> l.function does not exist
>    [javac] import java.util.function.Consumer;
>    [javac]  ^
>    [javac] 
> /home/mshuler/git/cassandra/sr

[jira] [Created] (CASSANDRA-15050) JDK7 compatibility broken in cassandra-2.2 by CASSANDRA-14821

2019-03-12 Thread Michael Shuler (JIRA)
Michael Shuler created CASSANDRA-15050:
--

 Summary: JDK7 compatibility broken in cassandra-2.2 by 
CASSANDRA-14821
 Key: CASSANDRA-15050
 URL: https://issues.apache.org/jira/browse/CASSANDRA-15050
 Project: Cassandra
  Issue Type: Bug
Reporter: Michael Shuler


CASSANDRA-14821 introduced some errors on JDK7. The build fails as follows:
{noformat}
(cassandra-2.2)mshuler@mana:~/git/cassandra$ java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

(cassandra-2.2)mshuler@mana:~/git/cassandra$ ant jar
Buildfile: /home/mshuler/git/cassandra/build.xml

init:
   [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/main
   [mkdir] Created dir: /home/mshuler/git/cassandra/build/classes/thrift
   [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/lib
   [mkdir] Created dir: /home/mshuler/git/cassandra/build/test/classes
   [mkdir] Created dir: /home/mshuler/git/cassandra/src/gen-java
   [mkdir] Created dir: /home/mshuler/git/cassandra/build/lib
   [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco
   [mkdir] Created dir: /home/mshuler/git/cassandra/build/jacoco/partials

maven-ant-tasks-localrepo:
[copy] Copying 1 file to /home/mshuler/git/cassandra/build

maven-ant-tasks-download:

maven-ant-tasks-init:

maven-declare-dependencies:

maven-ant-tasks-retrieve-build:
[artifact:dependencies] Building ant file: 
/home/mshuler/git/cassandra/build/build-dependencies.xml
[artifact:dependencies] Building ant file: 
/home/mshuler/git/cassandra/build/build-dependencies-sources.xml
[copy] Copying 65 files to /home/mshuler/git/cassandra/build/lib/jars
[copy] Copying 41 files to /home/mshuler/git/cassandra/build/lib/sources
[copy] Copying 25 files to /home/mshuler/git/cassandra/build/lib/jars
   [unzip] Expanding: 
/home/mshuler/git/cassandra/build/lib/jars/org.jacoco.agent-0.7.5.201505241946.jar
 into /home/mshu
ler/git/cassandra/build/lib/jars

check-gen-cql3-grammar:

gen-cql3-grammar:
[echo] Building Grammar 
/home/mshuler/git/cassandra/src/java/org/apache/cassandra/cql3/Cql.g  ...

generate-cql-html:

build-project:
[echo] apache-cassandra: /home/mshuler/git/cassandra/build.xml
   [javac] Compiling 45 source files to 
/home/mshuler/git/cassandra/build/classes/thrift
   [javac] warning: Supported source version 'RELEASE_6' from annotation 
processor 'org.openjdk.jmh.generators.Benchmark
Processor' less than -source '1.7'
   [javac] Note: 
/home/mshuler/git/cassandra/interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java
 uses o
r overrides a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.
   [javac] 1 warning
   [javac] Compiling 1171 source files to 
/home/mshuler/git/cassandra/build/classes/main
   [javac] Note: Processing compiler hints annotations
   [javac] warning: Supported source version 'RELEASE_6' from annotation 
processor 'org.openjdk.jmh.generators.Benchmark
Processor' less than -source '1.7'
   [javac] 
/home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
 error: package java.uti
l.function does not exist
   [javac] import java.util.function.Consumer;
   [javac]  ^
   [javac] 
/home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:203:
 error: cannot find sym
bol
   [javac] private Consumer handler;
   [javac] ^
   [javac]   symbol:   class Consumer
   [javac]   location: class OnException
   [javac] 
/home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:204:
 error: cannot find sym
bol
   [javac] OnException(Consumer handler)
   [javac] ^
   [javac]   symbol:   class Consumer
   [javac]   location: class OnException
   [javac] Note: Processing compiler hints annotations
   [javac] Note: Writing compiler command file at META-INF/hotspot_compiler
   [javac] Note: Done processing compiler hints annotations
   [javac] 
/home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:22:
 error: package java.uti
l.function does not exist
   [javac] import java.util.function.Consumer;
   [javac]  ^
   [javac] 
/home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:203:
 error: cannot find sym
bol
   [javac] private Consumer handler;
   [javac] ^
   [javac]   symbol:   class Consumer
   [javac]   location: class OnException
   [javac] 
/home/mshuler/git/cassandra/src/java/org/apache/cassandra/utils/MBeanWrapper.java:204:
 error: cannot find sym
bol
   [javac] OnException(Consumer handler)
   [javac]  

[jira] [Commented] (CASSANDRA-14298) cqlshlib tests broken on b.a.o

2019-03-12 Thread Dinesh Joshi (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-14298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791004#comment-16791004
 ] 

Dinesh Joshi commented on CASSANDRA-14298:
--

Yep, that is already cleaned up :)

> cqlshlib tests broken on b.a.o
> --
>
> Key: CASSANDRA-14298
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14298
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build, Legacy/Testing
>Reporter: Stefan Podkowinski
>Assignee: Patrick Bannister
>Priority: Normal
>  Labels: cqlsh, dtest, pull-request-available
> Attachments: CASSANDRA-14298-blogposts-and-ratefile-workarounds.txt, 
> CASSANDRA-14298.txt, cqlsh_tests_notes.md
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It appears that cqlsh-tests on builds.apache.org on all branches stopped 
> working since we removed nosetests from the system environment. See e.g. 
> [here|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-cqlsh-tests/458/cython=no,jdk=JDK%201.8%20(latest),label=cassandra/console].
>  Looks like we either have to make nosetests available again or migrate to 
> pytest as we did with dtests. Giving pytest a quick try resulted in many 
> errors locally, but I haven't inspected them in detail yet. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CASSANDRA-14298) cqlshlib tests broken on b.a.o

2019-03-12 Thread Stefan Podkowinski (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-14298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790996#comment-16790996
 ] 

Stefan Podkowinski commented on CASSANDRA-14298:


You to be clear, I was referring to 
[d724c125|https://github.com/apache/cassandra-dtest/pull/45/commits/d724c1257ab4cf2428a62ff8a77d9d1265b03cba]
 as "Hack debugging".

> cqlshlib tests broken on b.a.o
> --
>
> Key: CASSANDRA-14298
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14298
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build, Legacy/Testing
>Reporter: Stefan Podkowinski
>Assignee: Patrick Bannister
>Priority: Normal
>  Labels: cqlsh, dtest, pull-request-available
> Attachments: CASSANDRA-14298-blogposts-and-ratefile-workarounds.txt, 
> CASSANDRA-14298.txt, cqlsh_tests_notes.md
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It appears that cqlsh-tests on builds.apache.org on all branches stopped 
> working since we removed nosetests from the system environment. See e.g. 
> [here|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-cqlsh-tests/458/cython=no,jdk=JDK%201.8%20(latest),label=cassandra/console].
>  Looks like we either have to make nosetests available again or migrate to 
> pytest as we did with dtests. Giving pytest a quick try resulted in many 
> errors locally, but I haven't inspected them in detail yet. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-14298) cqlshlib tests broken on b.a.o

2019-03-12 Thread Dinesh Joshi (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-14298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dinesh Joshi updated CASSANDRA-14298:
-
Status: Ready to Commit  (was: Review In Progress)

> cqlshlib tests broken on b.a.o
> --
>
> Key: CASSANDRA-14298
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14298
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build, Legacy/Testing
>Reporter: Stefan Podkowinski
>Assignee: Patrick Bannister
>Priority: Normal
>  Labels: cqlsh, dtest, pull-request-available
> Attachments: CASSANDRA-14298-blogposts-and-ratefile-workarounds.txt, 
> CASSANDRA-14298.txt, cqlsh_tests_notes.md
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It appears that cqlsh-tests on builds.apache.org on all branches stopped 
> working since we removed nosetests from the system environment. See e.g. 
> [here|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-cqlsh-tests/458/cython=no,jdk=JDK%201.8%20(latest),label=cassandra/console].
>  Looks like we either have to make nosetests available again or migrate to 
> pytest as we did with dtests. Giving pytest a quick try resulted in many 
> errors locally, but I haven't inspected them in detail yet. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-14298) cqlshlib tests broken on b.a.o

2019-03-12 Thread Dinesh Joshi (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-14298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dinesh Joshi updated CASSANDRA-14298:
-
Status: Review In Progress  (was: Patch Available)

> cqlshlib tests broken on b.a.o
> --
>
> Key: CASSANDRA-14298
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14298
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build, Legacy/Testing
>Reporter: Stefan Podkowinski
>Assignee: Patrick Bannister
>Priority: Normal
>  Labels: cqlsh, dtest, pull-request-available
> Attachments: CASSANDRA-14298-blogposts-and-ratefile-workarounds.txt, 
> CASSANDRA-14298.txt, cqlsh_tests_notes.md
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It appears that cqlsh-tests on builds.apache.org on all branches stopped 
> working since we removed nosetests from the system environment. See e.g. 
> [here|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-cqlsh-tests/458/cython=no,jdk=JDK%201.8%20(latest),label=cassandra/console].
>  Looks like we either have to make nosetests available again or migrate to 
> pytest as we did with dtests. Giving pytest a quick try resulted in many 
> errors locally, but I haven't inspected them in detail yet. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CASSANDRA-14298) cqlshlib tests broken on b.a.o

2019-03-12 Thread Dinesh Joshi (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-14298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790886#comment-16790886
 ] 

Dinesh Joshi commented on CASSANDRA-14298:
--

Thanks, [~spo...@gmail.com] for taking a look. We'll hold off making any 
changes to circleci. They were the only "hack debugging" we did :). All the 
tests pass. I will squash and merge it.

> cqlshlib tests broken on b.a.o
> --
>
> Key: CASSANDRA-14298
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14298
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build, Legacy/Testing
>Reporter: Stefan Podkowinski
>Assignee: Patrick Bannister
>Priority: Normal
>  Labels: cqlsh, dtest, pull-request-available
> Attachments: CASSANDRA-14298-blogposts-and-ratefile-workarounds.txt, 
> CASSANDRA-14298.txt, cqlsh_tests_notes.md
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It appears that cqlsh-tests on builds.apache.org on all branches stopped 
> working since we removed nosetests from the system environment. See e.g. 
> [here|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-cqlsh-tests/458/cython=no,jdk=JDK%201.8%20(latest),label=cassandra/console].
>  Looks like we either have to make nosetests available again or migrate to 
> pytest as we did with dtests. Giving pytest a quick try resulted in many 
> errors locally, but I haven't inspected them in detail yet. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CASSANDRA-14298) cqlshlib tests broken on b.a.o

2019-03-12 Thread Stefan Podkowinski (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-14298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790868#comment-16790868
 ] 

Stefan Podkowinski commented on CASSANDRA-14298:


We should be fine merging the dtest changes (sans "Hack debugging") if tests 
are passing and do not take a huge amount of time, which doesn't seem to be the 
case.

> cqlshlib tests broken on b.a.o
> --
>
> Key: CASSANDRA-14298
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14298
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build, Legacy/Testing
>Reporter: Stefan Podkowinski
>Assignee: Patrick Bannister
>Priority: Normal
>  Labels: cqlsh, dtest, pull-request-available
> Attachments: CASSANDRA-14298-blogposts-and-ratefile-workarounds.txt, 
> CASSANDRA-14298.txt, cqlsh_tests_notes.md
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It appears that cqlsh-tests on builds.apache.org on all branches stopped 
> working since we removed nosetests from the system environment. See e.g. 
> [here|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-cqlsh-tests/458/cython=no,jdk=JDK%201.8%20(latest),label=cassandra/console].
>  Looks like we either have to make nosetests available again or migrate to 
> pytest as we did with dtests. Giving pytest a quick try resulted in many 
> errors locally, but I haven't inspected them in detail yet. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CASSANDRA-15047) Slow Query Logger in Cassandra 3.11.4

2019-03-12 Thread Chris Lohfink (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790750#comment-16790750
 ] 

Chris Lohfink commented on CASSANDRA-15047:
---

Your worst read was 89ms so the slow query logger didnt trigger as expected.

> Slow Query Logger  in Cassandra 3.11.4
> --
>
> Key: CASSANDRA-15047
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15047
> Project: Cassandra
>  Issue Type: Bug
>  Components: Legacy/Observability
>Reporter: RAVI KIRAN REDDY MADIREDDY
>Priority: Low
> Fix For: 3.11.4
>
> Attachments: logback.xml
>
>
> As per
>  https://issues.apache.org/jira/browse/CASSANDRA-12403
> I tried to enable slow query logging with below steps on Cassandra 3.11.4 , 
> but not able to log slow query's .seems its merged in 3.10 not sure if 
> anything changed in 3.11.4 
> there was dicussion in renaming 
> {code:java}
>  nodetool getlogginglevels
>  Logger NameLog Level
>  ROOTINFO
>  com.thinkaurelius.thrift   ERROR
>  org.apache.cassandra   DEBUG
>  org.apache.cassandra.dbDEBUG
>  org.apache.cassandra.db.monitoring DEBUG
> {code}
> In cassandra.yaml
> {code:java}
> # can be identified. Set this value to zero to disable slow query logging. 
> slow_query_log_timeout_in_ms: 500{code}
>  
> {code:java}
> slow_query_log_timeout_in_ms & log_slow_query_log_timeout_in_ms{code}
> Attached is the logback.xml i am using default [^logback.xml]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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