[jira] [Updated] (CASSANDRA-15577) There is a spelling mistake in system_auth.resource_role_permissons_index

2020-02-17 Thread Jay Narale (Jira)


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

Jay Narale  updated CASSANDRA-15577:

Description: 
The system_auth keyspace has an error in a table named as 
resource_role_permissons_index. Should be 
resource_role_permissions_index(missing i in permissions)

cqlsh 5.0.1 | Cassandra 3.11.5

  was:The system_auth keyspace has an error in a table named as 
resource_role_permissons_index. Should be 
resource_role_permissions_index(missing i in permissions)


> There is a spelling mistake in system_auth.resource_role_permissons_index
> -
>
> Key: CASSANDRA-15577
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15577
> Project: Cassandra
>  Issue Type: Bug
>  Components: CQL/Syntax
>Reporter: Jay Narale 
>Priority: Normal
>
> The system_auth keyspace has an error in a table named as 
> resource_role_permissons_index. Should be 
> resource_role_permissions_index(missing i in permissions)
> cqlsh 5.0.1 | Cassandra 3.11.5



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (CASSANDRA-15577) There is a spelling mistake in system_auth.resource_role_permissons_index

2020-02-17 Thread Jay Narale (Jira)
Jay Narale  created CASSANDRA-15577:
---

 Summary: There is a spelling mistake in 
system_auth.resource_role_permissons_index
 Key: CASSANDRA-15577
 URL: https://issues.apache.org/jira/browse/CASSANDRA-15577
 Project: Cassandra
  Issue Type: Bug
  Components: CQL/Syntax
Reporter: Jay Narale 


The system_auth keyspace has an error in a table named as 
resource_role_permissons_index. Should be 
resource_role_permissions_index(missing i in permissions)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15353) GSoD Documentation - Cassandra 4.0

2020-02-17 Thread Joey Lynch (Jira)


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

Joey Lynch commented on CASSANDRA-15353:


Hm, you should be able to change your git user.name to whatever you like. How 
are you creating the patches? Are you using a command line tool or some kind of 
gui or?

> GSoD Documentation - Cassandra 4.0
> --
>
> Key: CASSANDRA-15353
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15353
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: DeepakVohra
>Assignee: Deepak Vohra
>Priority: Normal
>
> Please review, and add comments to, some of the documentation preview for 
> Apache Cassandra 4.0.
> New Features
> ---
> *Audit Logging*
> https://docs.google.com/document/d/1WsQYjDQ9UZ7f8P3eAATht6Vz5oNibTmhsH8cu9viLTk/edit?usp=sharing
> *Full Query Logging*
> https://docs.google.com/document/d/1ZNfs68ZNJXqDc_2XGM6W-tpvnejUfSh8HmkbG8u35Es/edit?usp=sharing
> *Support for Java 11*
> https://docs.google.com/document/d/1v7ffccqk_5Son4iwfuwZae8YUam41quewKi_6Z_PQGw/edit?usp=sharing
> *Transient Replication and Cheap Quorums*
> https://docs.google.com/document/d/1GyJVCmwoMb7OO9NkbGdk26YxHi9fWtfzuTBTiIEpli8/edit?usp=sharing
> *Virtual Tables*
> https://docs.google.com/document/d/1U8qAzQnA2HcoIzTg5IXFUySUZXD1tEIl2bam-514we8/edit?usp=sharing
> Improvements 
> 
> *Improved Streaming*
> https://docs.google.com/document/d/1zd6AuHBgC82v598cuDtVIkxJVDV9c0A2rrMEVFHyB4Y/edit?usp=sharing
> *Improved Internode Messaging*
> https://docs.google.com/document/d/1ub2DBHE7hNEKe4tuCOpdbCZ7qGqCdMAYvSTC-YamuMA/edit?usp=sharing



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-14872) Update to version of python driver and update cqlsh to use driver metadata for virtual tables

2020-02-17 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi updated CASSANDRA-14872:
-
Fix Version/s: 4.0-alpha

> Update to version of python driver and update cqlsh to use driver metadata 
> for virtual tables
> -
>
> Key: CASSANDRA-14872
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14872
> Project: Cassandra
>  Issue Type: Bug
>  Components: Legacy/CQL, Legacy/Tools
>Reporter: Andy Tolbert
>Assignee: Dinesh Joshi
>Priority: Normal
> Fix For: 4.0, 4.0-alpha
>
>
> When virtual tables were implemented ([CASSANDRA-7622]), cqlsh.py was updated 
> to parse virtual keyspace metadata by making queries to the 
> {{system_virtual_schema}} table and included a TODO:
> {code:python}
> # TODO remove after virtual tables are added to connection metadata
> {code}
> Since python driver 3.15.0 (released in August), the driver now parses 
> virtual keyspace metadata.   It would be good to update the bundled python 
> driver and simplify cqlsh code to utilize its capability to parse virtual 
> tables.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15576) CQLSH missing virtual keyspaces on DESCRIBE call

2020-02-17 Thread David Capwell (Jira)


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

David Capwell updated CASSANDRA-15576:
--
Reviewers: David Capwell, Jon Haddad, David Capwell  (was: David Capwell, 
Jon Haddad)
   David Capwell, Jon Haddad, David Capwell  (was: Jon Haddad)
   Status: Review In Progress  (was: Patch Available)

> CQLSH missing virtual keyspaces on DESCRIBE call
> 
>
> Key: CASSANDRA-15576
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15576
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/cqlsh
>Reporter: Dinesh Joshi
>Assignee: Dinesh Joshi
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> cqlsh is missing virtual keyspaces. This patch fixes it. It also adds a dtest 
> to avoid future regressions. 
> [Branch|https://github.com/dineshjoshi/cassandra/tree/fix-missing-keyspace-issue-cqlsh]
>  and 
> [CI|https://circleci.com/workflow-run/af946cf6-f9d6-40e8-a19b-fa8506cfde31].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15576) CQLSH missing virtual keyspaces on DESCRIBE call

2020-02-17 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi updated CASSANDRA-15576:
-
 Bug Category: Parent values: Correctness(12982)
   Complexity: Normal
Discovered By: User Report
Fix Version/s: 4.0-alpha
Reviewers: Jon Haddad
 Severity: Normal
   Status: Open  (was: Triage Needed)

> CQLSH missing virtual keyspaces on DESCRIBE call
> 
>
> Key: CASSANDRA-15576
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15576
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/cqlsh
>Reporter: Dinesh Joshi
>Assignee: Dinesh Joshi
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> cqlsh is missing virtual keyspaces. This patch fixes it. It also adds a dtest 
> to avoid future regressions. 
> [Branch|https://github.com/dineshjoshi/cassandra/tree/fix-missing-keyspace-issue-cqlsh]
>  and 
> [CI|https://circleci.com/workflow-run/af946cf6-f9d6-40e8-a19b-fa8506cfde31].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15576) CQLSH missing virtual keyspaces on DESCRIBE call

2020-02-17 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi updated CASSANDRA-15576:
-
Test and Documentation Plan: DTest added to catch future issues.
 Status: Patch Available  (was: Open)

> CQLSH missing virtual keyspaces on DESCRIBE call
> 
>
> Key: CASSANDRA-15576
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15576
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/cqlsh
>Reporter: Dinesh Joshi
>Assignee: Dinesh Joshi
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> cqlsh is missing virtual keyspaces. This patch fixes it. It also adds a dtest 
> to avoid future regressions. 
> [Branch|https://github.com/dineshjoshi/cassandra/tree/fix-missing-keyspace-issue-cqlsh]
>  and 
> [CI|https://circleci.com/workflow-run/af946cf6-f9d6-40e8-a19b-fa8506cfde31].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (CASSANDRA-15576) CQLSH missing virtual keyspaces on DESCRIBE call

2020-02-17 Thread Dinesh Joshi (Jira)
Dinesh Joshi created CASSANDRA-15576:


 Summary: CQLSH missing virtual keyspaces on DESCRIBE call
 Key: CASSANDRA-15576
 URL: https://issues.apache.org/jira/browse/CASSANDRA-15576
 Project: Cassandra
  Issue Type: Bug
  Components: Tool/cqlsh
Reporter: Dinesh Joshi
Assignee: Dinesh Joshi


cqlsh is missing virtual keyspaces. This patch fixes it. It also adds a dtest 
to avoid future regressions. 
[Branch|https://github.com/dineshjoshi/cassandra/tree/fix-missing-keyspace-issue-cqlsh]
 and 
[CI|https://circleci.com/workflow-run/af946cf6-f9d6-40e8-a19b-fa8506cfde31].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15574) Don't shut down gossip before native transport

2020-02-17 Thread Chris Lohfink (Jira)


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

Chris Lohfink updated CASSANDRA-15574:
--
 Bug Category: Parent values: Availability(12983)
   Complexity: Low Hanging Fruit
  Component/s: Cluster/Gossip
Discovered By: User Report
 Severity: Low
   Status: Open  (was: Triage Needed)

> Don't shut down gossip before native transport
> --
>
> Key: CASSANDRA-15574
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15574
> Project: Cassandra
>  Issue Type: Bug
>  Components: Cluster/Gossip
>Reporter: Chris Lohfink
>Priority: Normal
>
> being shut down in wrong order causes unavailable exceptions: 
> https://github.com/apache/cassandra/blob/da90439f0052c3a05aaf6d4268a8c719e10fafde/src/java/org/apache/cassandra/service/StorageService.java#L394
> Should also do something like throw a WARN in stopGossping if rpc set to 
> ready or native is enabled.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Assigned] (CASSANDRA-14872) Update to version of python driver and update cqlsh to use driver metadata for virtual tables

2020-02-17 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi reassigned CASSANDRA-14872:


Assignee: Dinesh Joshi

> Update to version of python driver and update cqlsh to use driver metadata 
> for virtual tables
> -
>
> Key: CASSANDRA-14872
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14872
> Project: Cassandra
>  Issue Type: Bug
>  Components: Legacy/CQL, Legacy/Tools
>Reporter: Andy Tolbert
>Assignee: Dinesh Joshi
>Priority: Normal
> Fix For: 4.0
>
>
> When virtual tables were implemented ([CASSANDRA-7622]), cqlsh.py was updated 
> to parse virtual keyspace metadata by making queries to the 
> {{system_virtual_schema}} table and included a TODO:
> {code:python}
> # TODO remove after virtual tables are added to connection metadata
> {code}
> Since python driver 3.15.0 (released in August), the driver now parses 
> virtual keyspace metadata.   It would be good to update the bundled python 
> driver and simplify cqlsh code to utilize its capability to parse virtual 
> tables.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15308) Fix flakey testAcquireReleaseOutbound - org.apache.cassandra.net.ConnectionTest

2020-02-17 Thread Yifan Cai (Jira)


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

Yifan Cai commented on CASSANDRA-15308:
---

I got your concern. It was probably mainly that I failed to explain it clearly. 
IMO, only the test was wrong for not cleaning up the remaining in the 
{{global}} and the same {{global}} is referenced in the next run. The 
{{global}} was supposed to be shared. So the implementation looked good to me. 
Just the test was wrong.
{quote}Is there a reason you don't simply release all remaining capacity, as 
opposed to looping releasing acquireStep?
{quote}
There is no API from {{OutboundConnection}} to release all remaining capacity. 
I do not feel like to add one more method just for testing purpose. Therefore, 
it uses the existing one and release the capacity by looping.

There is one potential place that can release all remaining capacity in the 
{{ConnectionTest#doTestManual}} by releasing the {{reserveCapacityInBytes}}. 
But I think it is more proper to clean up the remaining capacity in the test 
itself. Because only {{testAcquireReleaseOutbound}} tests the contention 
scenario by explicitly acquiring and releasing capacity.

> Fix flakey testAcquireReleaseOutbound - 
> org.apache.cassandra.net.ConnectionTest
> ---
>
> Key: CASSANDRA-15308
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15308
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/unit
>Reporter: Joey Lynch
>Assignee: Yifan Cai
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> Example failure: 
> https://circleci.com/gh/jolynch/cassandra/554#tests/containers/61
> {noformat}
> Your job ran 4428 tests with 1 failure
> - testAcquireReleaseOutbound - org.apache.cassandra.net.ConnectionTest
> junit.framework.AssertionFailedError
>   at 
> org.apache.cassandra.net.ConnectionTest.lambda$testAcquireReleaseOutbound$53(ConnectionTest.java:770)
>   at 
> org.apache.cassandra.net.ConnectionTest.lambda$doTest$8(ConnectionTest.java:238)
>   at 
> org.apache.cassandra.net.ConnectionTest.doTestManual(ConnectionTest.java:258)
>   at 
> org.apache.cassandra.net.ConnectionTest.doTest(ConnectionTest.java:236)
>   at org.apache.cassandra.net.ConnectionTest.test(ConnectionTest.java:225)
>   at 
> org.apache.cassandra.net.ConnectionTest.testAcquireReleaseOutbound(ConnectionTest.java:767)
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-13158) Nodetool cleanup throwing exception

2020-02-17 Thread David Capwell (Jira)


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

David Capwell commented on CASSANDRA-13158:
---

Tested on alpha3 and don't see it

{code}
$ ./bin/nodetool cleanup
$ ./bin/nodetool cleanup system
$ ./bin/nodetool cleanup schema1
{code}

[~stefan.miklosovic] could you give more details?  What does your keyspace look 
like? Is it constant or only happens some times?

> Nodetool cleanup throwing exception
> ---
>
> Key: CASSANDRA-13158
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13158
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
> Environment: Fedora 25 x86
>Reporter: Tomas Repik
>Assignee: Eduard Tudenhoefner
>Priority: Normal
> Fix For: 4.0
>
>
> After running nodetool cleanup I get this exception:
> error: Invalid partitioner class org.apache.cassandra.dht.Murmur3Partitioner
> -- StackTrace --
> org.apache.cassandra.exceptions.ConfigurationException: Invalid partitioner 
> class org.apache.cassandra.dht.Murmur3Partitioner
>   at 
> org.apache.cassandra.config.DatabaseDescriptor.applyConfig(DatabaseDescriptor.java:383)
>   at 
> org.apache.cassandra.config.DatabaseDescriptor.(DatabaseDescriptor.java:125)
>   at 
> org.apache.cassandra.cql3.QueryProcessor.(QueryProcessor.java:84)
>   at org.apache.cassandra.config.CFMetaData.compile(CFMetaData.java:411)
>   at 
> org.apache.cassandra.schema.SchemaKeyspace.compile(SchemaKeyspace.java:240)
>   at 
> org.apache.cassandra.schema.SchemaKeyspace.(SchemaKeyspace.java:88)
>   at org.apache.cassandra.config.Schema.(Schema.java:107)
>   at org.apache.cassandra.config.Schema.(Schema.java:55)
>   at org.apache.cassandra.tools.nodetool.Cleanup.execute(Cleanup.java:50)
>   at 
> org.apache.cassandra.tools.NodeTool$NodeToolCmd.run(NodeTool.java:251)
>   at org.apache.cassandra.tools.NodeTool.main(NodeTool.java:165)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15486) Dynamo

2020-02-17 Thread DeepakVohra (Jira)


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

DeepakVohra commented on CASSANDRA-15486:
-

The patch is fine. Thanks [~jolynch].

> Dynamo
> --
>
> Key: CASSANDRA-15486
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15486
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: Documentation/Website
>Reporter: DeepakVohra
>Assignee: DeepakVohra
>Priority: Normal
>
> Added new sections to Dynamo page.
> https://github.com/apache/cassandra/pull/415



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15353) GSoD Documentation - Cassandra 4.0

2020-02-17 Thread DeepakVohra (Jira)


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

DeepakVohra commented on CASSANDRA-15353:
-

Thanks for the suggestion. Changed username to
Deepak-Vohra

Deepak Vohra and DeepakVohra were not available.

> GSoD Documentation - Cassandra 4.0
> --
>
> Key: CASSANDRA-15353
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15353
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: DeepakVohra
>Assignee: Deepak Vohra
>Priority: Normal
>
> Please review, and add comments to, some of the documentation preview for 
> Apache Cassandra 4.0.
> New Features
> ---
> *Audit Logging*
> https://docs.google.com/document/d/1WsQYjDQ9UZ7f8P3eAATht6Vz5oNibTmhsH8cu9viLTk/edit?usp=sharing
> *Full Query Logging*
> https://docs.google.com/document/d/1ZNfs68ZNJXqDc_2XGM6W-tpvnejUfSh8HmkbG8u35Es/edit?usp=sharing
> *Support for Java 11*
> https://docs.google.com/document/d/1v7ffccqk_5Son4iwfuwZae8YUam41quewKi_6Z_PQGw/edit?usp=sharing
> *Transient Replication and Cheap Quorums*
> https://docs.google.com/document/d/1GyJVCmwoMb7OO9NkbGdk26YxHi9fWtfzuTBTiIEpli8/edit?usp=sharing
> *Virtual Tables*
> https://docs.google.com/document/d/1U8qAzQnA2HcoIzTg5IXFUySUZXD1tEIl2bam-514we8/edit?usp=sharing
> Improvements 
> 
> *Improved Streaming*
> https://docs.google.com/document/d/1zd6AuHBgC82v598cuDtVIkxJVDV9c0A2rrMEVFHyB4Y/edit?usp=sharing
> *Improved Internode Messaging*
> https://docs.google.com/document/d/1ub2DBHE7hNEKe4tuCOpdbCZ7qGqCdMAYvSTC-YamuMA/edit?usp=sharing



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15491) Add documentation of hints

2020-02-17 Thread DeepakVohra (Jira)


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

DeepakVohra commented on CASSANDRA-15491:
-

Thanks [~jolynch]. Closed PR. 

> Add documentation of hints
> --
>
> Key: CASSANDRA-15491
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15491
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: Documentation/Website
>Reporter: DeepakVohra
>Assignee: DeepakVohra
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> Added page for hints.
> https://github.com/apache/cassandra/pull/419



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15308) Fix flakey testAcquireReleaseOutbound - org.apache.cassandra.net.ConnectionTest

2020-02-17 Thread Benedict Elliott Smith (Jira)


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

Benedict Elliott Smith commented on CASSANDRA-15308:


I don't know if I was just expressing myself poorly, but I don't _think_ your 
comment addressed my concern.  However, I've taken a look at the test myself 
and the issue I worried about is not a problem.

Is there a reason you don't simply release all remaining capacity, as opposed 
to looping releasing {{acquireStep}}?

> Fix flakey testAcquireReleaseOutbound - 
> org.apache.cassandra.net.ConnectionTest
> ---
>
> Key: CASSANDRA-15308
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15308
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/unit
>Reporter: Joey Lynch
>Assignee: Yifan Cai
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> Example failure: 
> https://circleci.com/gh/jolynch/cassandra/554#tests/containers/61
> {noformat}
> Your job ran 4428 tests with 1 failure
> - testAcquireReleaseOutbound - org.apache.cassandra.net.ConnectionTest
> junit.framework.AssertionFailedError
>   at 
> org.apache.cassandra.net.ConnectionTest.lambda$testAcquireReleaseOutbound$53(ConnectionTest.java:770)
>   at 
> org.apache.cassandra.net.ConnectionTest.lambda$doTest$8(ConnectionTest.java:238)
>   at 
> org.apache.cassandra.net.ConnectionTest.doTestManual(ConnectionTest.java:258)
>   at 
> org.apache.cassandra.net.ConnectionTest.doTest(ConnectionTest.java:236)
>   at org.apache.cassandra.net.ConnectionTest.test(ConnectionTest.java:225)
>   at 
> org.apache.cassandra.net.ConnectionTest.testAcquireReleaseOutbound(ConnectionTest.java:767)
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15358) Cassandra alpha 4 testing - Nodes crashing due to bufferpool allocator issue

2020-02-17 Thread Benedict Elliott Smith (Jira)


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

Benedict Elliott Smith updated CASSANDRA-15358:
---
Fix Version/s: 4.0-beta
   4.0

> Cassandra alpha 4 testing - Nodes crashing due to bufferpool allocator issue
> 
>
> Key: CASSANDRA-15358
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15358
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/benchmark
>Reporter: Santhosh Kumar Ramalingam
>Assignee: Benedict Elliott Smith
>Priority: Normal
>  Labels: 4.0, alpha
> Fix For: 4.0, 4.0-beta
>
> Attachments: all_errors.txt, debug_logs_during_repair.txt, 
> repair_1_trace.txt, verbose_logs.diff, verbose_logs.txt
>
>
> Hitting a bug with cassandra 4 alpha version. The same bug is repeated with 
> difefrent version of Java(8,11 &12) [~benedict]
>  
> Stack trace:
> {code:java}
> INFO [main] 2019-10-11 16:07:12,024 Server.java:164 - Starting listening for 
> CQL clients on /1.3.0.6:9042 (unencrypted)...
> WARN [OptionalTasks:1] 2019-10-11 16:07:13,961 CassandraRoleManager.java:343 
> - CassandraRoleManager skipped default role setup: some nodes were not ready
> INFO [OptionalTasks:1] 2019-10-11 16:07:13,961 CassandraRoleManager.java:369 
> - Setup task failed with error, rescheduling
> WARN [Messaging-EventLoop-3-2] 2019-10-11 16:07:22,038 NoSpamLogger.java:94 - 
> 10.3x.4x.5x:7000->1.3.0.5:7000-LARGE_MESSAGES-[no-channel] dropping message 
> of type PING_REQ whose timeout expired before reaching the network
> WARN [OptionalTasks:1] 2019-10-11 16:07:23,963 CassandraRoleManager.java:343 
> - CassandraRoleManager skipped default role setup: some nodes were not ready
> INFO [OptionalTasks:1] 2019-10-11 16:07:23,963 CassandraRoleManager.java:369 
> - Setup task failed with error, rescheduling
> INFO [Messaging-EventLoop-3-6] 2019-10-11 16:07:32,759 NoSpamLogger.java:91 - 
> 10.3x.4x.5x:7000->1.3.0.2:7000-URGENT_MESSAGES-[no-channel] failed to connect
> io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) 
> failed: Connection refused: /1.3.0.2:7000
> Caused by: java.net.ConnectException: finishConnect(..) failed: Connection 
> refused
> at io.netty.channel.unix.Errors.throwConnectException(Errors.java:124)
> at io.netty.channel.unix.Socket.finishConnect(Socket.java:243)
> at 
> io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:667)
> at 
> io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:644)
> at 
> io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:524)
> at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:414)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:326)
> at 
> io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
> at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at 
> io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
> at java.base/java.lang.Thread.run(Thread.java:834)
> WARN [Messaging-EventLoop-3-3] 2019-10-11 16:11:32,639 NoSpamLogger.java:94 - 
> 1.3.4.6:7000->1.3.4.5:7000-URGENT_MESSAGES-[no-channel] dropping message of 
> type GOSSIP_DIGEST_SYN whose timeout expired before reaching the network
> INFO [Messaging-EventLoop-3-18] 2019-10-11 16:11:33,077 NoSpamLogger.java:91 
> - 1.3.4.5:7000->1.3.4.4:7000-URGENT_MESSAGES-[no-channel] failed to connect
>  
> ERROR [Messaging-EventLoop-3-11] 2019-10-10 01:34:34,407 
> InboundMessageHandler.java:657 - 
> 1.3.4.5:7000->1.3.4.8:7000-LARGE_MESSAGES-0b7d09cd unexpected exception 
> caught while processing inbound messages; terminating connection
> java.lang.IllegalArgumentException: initialBuffer is not a direct buffer.
> at io.netty.buffer.UnpooledDirectByteBuf.(UnpooledDirectByteBuf.java:87)
> at 
> io.netty.buffer.UnpooledUnsafeDirectByteBuf.(UnpooledUnsafeDirectByteBuf.java:59)
> at 
> org.apache.cassandra.net.BufferPoolAllocator$Wrapped.(BufferPoolAllocator.java:95)
> at 
> org.apache.cassandra.net.BufferPoolAllocator.newDirectBuffer(BufferPoolAllocator.java:56)
> at 
> io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:187)
> at 
> io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:178)
> at 
> io.netty.channel.unix.PreferredDirectByteBufAllocator.ioBuffer(PreferredDirectByteBufAllocator.java:53)
> at 
> io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.allocate(DefaultMaxMessagesRecvByteBufAllocator.java:114)
> at 
> 

[jira] [Created] (CASSANDRA-15575) Fix flaky test org.apache.cassandra.tools.StandaloneVerifierTest.testStandaloneVerifier_WithArgs

2020-02-17 Thread David Capwell (Jira)
David Capwell created CASSANDRA-15575:
-

 Summary: Fix flaky test 
org.apache.cassandra.tools.StandaloneVerifierTest.testStandaloneVerifier_WithArgs
 Key: CASSANDRA-15575
 URL: https://issues.apache.org/jira/browse/CASSANDRA-15575
 Project: Cassandra
  Issue Type: Bug
  Components: Test/unit, Tool/sstable
Reporter: David Capwell


Failure was seen on java 8.
{code}
java.lang.NullPointerException
at 
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at 
java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at 
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
at 
java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at 
java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
at 
org.apache.cassandra.tools.ToolsTester.assertNoUnexpectedThreadsStarted(ToolsTester.java:86)
at 
org.apache.cassandra.tools.StandaloneVerifierTest.testStandaloneVerifier_WithArgs(StandaloneVerifierTest.java:45)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15575) Fix flaky test org.apache.cassandra.tools.StandaloneVerifierTest.testStandaloneVerifier_WithArgs

2020-02-17 Thread David Capwell (Jira)


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

David Capwell updated CASSANDRA-15575:
--
 Bug Category: Parent values: Correctness(12982)Level 1 values: Test 
Failure(12990)
   Complexity: Normal
Discovered By: Unit Test
Fix Version/s: 4.0-alpha
 Severity: Normal
   Status: Open  (was: Triage Needed)

> Fix flaky test 
> org.apache.cassandra.tools.StandaloneVerifierTest.testStandaloneVerifier_WithArgs
> 
>
> Key: CASSANDRA-15575
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15575
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/unit, Tool/sstable
>Reporter: David Capwell
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> Failure was seen on java 8.
> {code}
> java.lang.NullPointerException
>   at 
> java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
>   at 
> java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
>   at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
>   at 
> java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
>   at 
> java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
>   at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
>   at 
> java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
>   at 
> org.apache.cassandra.tools.ToolsTester.assertNoUnexpectedThreadsStarted(ToolsTester.java:86)
>   at 
> org.apache.cassandra.tools.StandaloneVerifierTest.testStandaloneVerifier_WithArgs(StandaloneVerifierTest.java:45)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15305) Fix multi DC nodetool status output

2020-02-17 Thread Chris Lohfink (Jira)


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

Chris Lohfink commented on CASSANDRA-15305:
---

Thanks for the review [~brandon.williams]! 

| [tests|https://circleci.com/gh/clohfink/cassandra/694] | 
[commit|https://github.com/apache/cassandra/commit/d9798369dd99cfe44b10aa0aefb5e20ca702e8c2]
 |

> Fix multi DC nodetool status output
> ---
>
> Key: CASSANDRA-15305
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15305
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Chris Lohfink
>Assignee: Chris Lohfink
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> The DC headers are printed before the entire table output
> {code}
> Datacenter: eu-west-1
> =
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> Datacenter: us-east-1
> =
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> --  Address LoadTokens  Owns (effective)  Host ID 
>   Rack  
> UN  100.67.118.115  76.85 KiB   1   16.7% 
> e1bb616a-a22d-4452-a2eb-f14faa6c7900  eu-west-1c
> UN  100.67.97.192   110.42 KiB  1   16.7% 
> fe552b3e-33bf-42c2-9c71-c4e49a034b70  eu-west-1a
> UN  100.67.107.135  76.85 KiB   1   16.7% 
> a9079fbe-8d7b-4f07-8d5f-b9e70a63d799  eu-west-1b
> UN  100.67.97.213   94.59 KiB   1   16.7% 
> 948e123a-7a92-4b35-974f-c7b380998e37  eu-west-1a
> UN  100.67.118.203  110.42 KiB  1   16.7% 
> 6a7d1845-e966-4aba-9245-ed3f5c0805d6  eu-west-1c
> UN  100.67.107.110  110.42 KiB  1   16.7% 
> 6e23da83-e9c8-4c43-a9d1-fb0d6e775cdc  eu-west-1b
> --  Address LoadTokens  Owns (effective)  Host ID 
>   Rack  
> UN  100.66.217.160  110.42 KiB  1   16.7% 
> 7abef190-f4e7-46e6-9e8d-d4441e6b2e33  us-east-1c
> UN  100.66.220.37   110.42 KiB  1   16.7% 
> 6712d2bf-c912-460f-abeb-278770ad7cb4  us-east-1e
> UN  100.66.220.90   110.43 KiB  1   16.7% 
> dcb25670-4011-457c-8018-04b22042dde4  us-east-1e
> UN  100.66.216.184  110.42 KiB  1   16.7% 
> b620b09a-3de8-41c3-a330-6cee808b4a84  us-east-1c
> UN  100.66.219.60   110.42 KiB  1   16.7% 
> 34769195-c582-413f-a663-82f8544d9327  us-east-1d
> UN  100.66.219.93   110.42 KiB  1   16.7% 
> 9ae3372c-1a04-457b-bcce-3562a328565e  us-east-1d
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15305) Fix multi DC nodetool status output

2020-02-17 Thread Chris Lohfink (Jira)


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

Chris Lohfink updated CASSANDRA-15305:
--
  Fix Version/s: (was: 4.0)
 4.0-alpha
  Since Version: 4.0-alpha
Source Control Link: 
https://github.com/apache/cassandra/commit/d9798369dd99cfe44b10aa0aefb5e20ca702e8c2
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> Fix multi DC nodetool status output
> ---
>
> Key: CASSANDRA-15305
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15305
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Chris Lohfink
>Assignee: Chris Lohfink
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> The DC headers are printed before the entire table output
> {code}
> Datacenter: eu-west-1
> =
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> Datacenter: us-east-1
> =
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> --  Address LoadTokens  Owns (effective)  Host ID 
>   Rack  
> UN  100.67.118.115  76.85 KiB   1   16.7% 
> e1bb616a-a22d-4452-a2eb-f14faa6c7900  eu-west-1c
> UN  100.67.97.192   110.42 KiB  1   16.7% 
> fe552b3e-33bf-42c2-9c71-c4e49a034b70  eu-west-1a
> UN  100.67.107.135  76.85 KiB   1   16.7% 
> a9079fbe-8d7b-4f07-8d5f-b9e70a63d799  eu-west-1b
> UN  100.67.97.213   94.59 KiB   1   16.7% 
> 948e123a-7a92-4b35-974f-c7b380998e37  eu-west-1a
> UN  100.67.118.203  110.42 KiB  1   16.7% 
> 6a7d1845-e966-4aba-9245-ed3f5c0805d6  eu-west-1c
> UN  100.67.107.110  110.42 KiB  1   16.7% 
> 6e23da83-e9c8-4c43-a9d1-fb0d6e775cdc  eu-west-1b
> --  Address LoadTokens  Owns (effective)  Host ID 
>   Rack  
> UN  100.66.217.160  110.42 KiB  1   16.7% 
> 7abef190-f4e7-46e6-9e8d-d4441e6b2e33  us-east-1c
> UN  100.66.220.37   110.42 KiB  1   16.7% 
> 6712d2bf-c912-460f-abeb-278770ad7cb4  us-east-1e
> UN  100.66.220.90   110.43 KiB  1   16.7% 
> dcb25670-4011-457c-8018-04b22042dde4  us-east-1e
> UN  100.66.216.184  110.42 KiB  1   16.7% 
> b620b09a-3de8-41c3-a330-6cee808b4a84  us-east-1c
> UN  100.66.219.60   110.42 KiB  1   16.7% 
> 34769195-c582-413f-a663-82f8544d9327  us-east-1d
> UN  100.66.219.93   110.42 KiB  1   16.7% 
> 9ae3372c-1a04-457b-bcce-3562a328565e  us-east-1d
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15305) Fix multi DC nodetool status output

2020-02-17 Thread Chris Lohfink (Jira)


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

Chris Lohfink updated CASSANDRA-15305:
--
Reviewers: Brandon Williams, Chris Lohfink  (was: Brandon Williams)
   Status: Review In Progress  (was: Patch Available)

> Fix multi DC nodetool status output
> ---
>
> Key: CASSANDRA-15305
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15305
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Chris Lohfink
>Assignee: Chris Lohfink
>Priority: Normal
> Fix For: 4.0
>
>
> The DC headers are printed before the entire table output
> {code}
> Datacenter: eu-west-1
> =
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> Datacenter: us-east-1
> =
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> --  Address LoadTokens  Owns (effective)  Host ID 
>   Rack  
> UN  100.67.118.115  76.85 KiB   1   16.7% 
> e1bb616a-a22d-4452-a2eb-f14faa6c7900  eu-west-1c
> UN  100.67.97.192   110.42 KiB  1   16.7% 
> fe552b3e-33bf-42c2-9c71-c4e49a034b70  eu-west-1a
> UN  100.67.107.135  76.85 KiB   1   16.7% 
> a9079fbe-8d7b-4f07-8d5f-b9e70a63d799  eu-west-1b
> UN  100.67.97.213   94.59 KiB   1   16.7% 
> 948e123a-7a92-4b35-974f-c7b380998e37  eu-west-1a
> UN  100.67.118.203  110.42 KiB  1   16.7% 
> 6a7d1845-e966-4aba-9245-ed3f5c0805d6  eu-west-1c
> UN  100.67.107.110  110.42 KiB  1   16.7% 
> 6e23da83-e9c8-4c43-a9d1-fb0d6e775cdc  eu-west-1b
> --  Address LoadTokens  Owns (effective)  Host ID 
>   Rack  
> UN  100.66.217.160  110.42 KiB  1   16.7% 
> 7abef190-f4e7-46e6-9e8d-d4441e6b2e33  us-east-1c
> UN  100.66.220.37   110.42 KiB  1   16.7% 
> 6712d2bf-c912-460f-abeb-278770ad7cb4  us-east-1e
> UN  100.66.220.90   110.43 KiB  1   16.7% 
> dcb25670-4011-457c-8018-04b22042dde4  us-east-1e
> UN  100.66.216.184  110.42 KiB  1   16.7% 
> b620b09a-3de8-41c3-a330-6cee808b4a84  us-east-1c
> UN  100.66.219.60   110.42 KiB  1   16.7% 
> 34769195-c582-413f-a663-82f8544d9327  us-east-1d
> UN  100.66.219.93   110.42 KiB  1   16.7% 
> 9ae3372c-1a04-457b-bcce-3562a328565e  us-east-1d
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15305) Fix multi DC nodetool status output

2020-02-17 Thread Chris Lohfink (Jira)


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

Chris Lohfink updated CASSANDRA-15305:
--
Status: Ready to Commit  (was: Review In Progress)

> Fix multi DC nodetool status output
> ---
>
> Key: CASSANDRA-15305
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15305
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Chris Lohfink
>Assignee: Chris Lohfink
>Priority: Normal
> Fix For: 4.0
>
>
> The DC headers are printed before the entire table output
> {code}
> Datacenter: eu-west-1
> =
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> Datacenter: us-east-1
> =
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> --  Address LoadTokens  Owns (effective)  Host ID 
>   Rack  
> UN  100.67.118.115  76.85 KiB   1   16.7% 
> e1bb616a-a22d-4452-a2eb-f14faa6c7900  eu-west-1c
> UN  100.67.97.192   110.42 KiB  1   16.7% 
> fe552b3e-33bf-42c2-9c71-c4e49a034b70  eu-west-1a
> UN  100.67.107.135  76.85 KiB   1   16.7% 
> a9079fbe-8d7b-4f07-8d5f-b9e70a63d799  eu-west-1b
> UN  100.67.97.213   94.59 KiB   1   16.7% 
> 948e123a-7a92-4b35-974f-c7b380998e37  eu-west-1a
> UN  100.67.118.203  110.42 KiB  1   16.7% 
> 6a7d1845-e966-4aba-9245-ed3f5c0805d6  eu-west-1c
> UN  100.67.107.110  110.42 KiB  1   16.7% 
> 6e23da83-e9c8-4c43-a9d1-fb0d6e775cdc  eu-west-1b
> --  Address LoadTokens  Owns (effective)  Host ID 
>   Rack  
> UN  100.66.217.160  110.42 KiB  1   16.7% 
> 7abef190-f4e7-46e6-9e8d-d4441e6b2e33  us-east-1c
> UN  100.66.220.37   110.42 KiB  1   16.7% 
> 6712d2bf-c912-460f-abeb-278770ad7cb4  us-east-1e
> UN  100.66.220.90   110.43 KiB  1   16.7% 
> dcb25670-4011-457c-8018-04b22042dde4  us-east-1e
> UN  100.66.216.184  110.42 KiB  1   16.7% 
> b620b09a-3de8-41c3-a330-6cee808b4a84  us-east-1c
> UN  100.66.219.60   110.42 KiB  1   16.7% 
> 34769195-c582-413f-a663-82f8544d9327  us-east-1d
> UN  100.66.219.93   110.42 KiB  1   16.7% 
> 9ae3372c-1a04-457b-bcce-3562a328565e  us-east-1d
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[cassandra] branch trunk updated (f9b7775 -> d979836)

2020-02-17 Thread clohfink
This is an automated email from the ASF dual-hosted git repository.

clohfink pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


from f9b7775  Added documentation describing new internode-messaging.
 add 7b72123  Fix multi DC nodetool status output Patch by Chris Lohfink; 
Reviewed by Brandon Williams for CASSANDRA-15305
 new d979836  Fix multi DC nodetool status output

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt|   1 +
 .../cassandra/tools/nodetool/DescribeCluster.java  |   2 +-
 .../cassandra/tools/nodetool/HostStatWithPort.java |  25 ++--
 .../apache/cassandra/tools/nodetool/Status.java| 164 +++--
 .../tools/nodetool/formatter/TableBuilder.java |  62 
 5 files changed, 132 insertions(+), 122 deletions(-)


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



[cassandra] 01/01: Fix multi DC nodetool status output

2020-02-17 Thread clohfink
This is an automated email from the ASF dual-hosted git repository.

clohfink pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit d9798369dd99cfe44b10aa0aefb5e20ca702e8c2
Merge: f9b7775 7b72123
Author: Chris Lohfink 
AuthorDate: Mon Feb 17 15:52:36 2020 -0600

Fix multi DC nodetool status output

Patch by Chris Lohfink; Reviewed by Brandon Williams for CASSANDRA-15305

 CHANGES.txt|   1 +
 .../cassandra/tools/nodetool/DescribeCluster.java  |   2 +-
 .../cassandra/tools/nodetool/HostStatWithPort.java |  25 ++--
 .../apache/cassandra/tools/nodetool/Status.java| 164 +++--
 .../tools/nodetool/formatter/TableBuilder.java |  62 
 5 files changed, 132 insertions(+), 122 deletions(-)


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



[jira] [Updated] (CASSANDRA-15478) Improved Messaging

2020-02-17 Thread Jon Haddad (Jira)


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

Jon Haddad updated CASSANDRA-15478:
---
  Fix Version/s: 4.0-alpha
Source Control Link: 
https://github.com/apache/cassandra/commit/f9b77751383b297bf58cac6851c76a7cfe977ae7
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

Committed as f9b77751383b297bf58cac6851c76a7cfe977ae7, thanks!

> Improved Messaging 
> ---
>
> Key: CASSANDRA-15478
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15478
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: Documentation/Website
>Reporter: DeepakVohra
>Assignee: DeepakVohra
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> Added a page on improved messaging.
> https://github.com/apache/cassandra/pull/407



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15478) Improved Messaging

2020-02-17 Thread Jon Haddad (Jira)


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

Jon Haddad updated CASSANDRA-15478:
---
Status: Ready to Commit  (was: Review In Progress)

> Improved Messaging 
> ---
>
> Key: CASSANDRA-15478
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15478
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: Documentation/Website
>Reporter: DeepakVohra
>Assignee: DeepakVohra
>Priority: Normal
>
> Added a page on improved messaging.
> https://github.com/apache/cassandra/pull/407



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[cassandra] branch trunk updated (d2d526a -> f9b7775)

2020-02-17 Thread rustyrazorblade
This is an automated email from the ASF dual-hosted git repository.

rustyrazorblade pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


from d2d526a  Switch from www.apache.org/dist to downloads.apache.org
 add f9b7775  Added documentation describing new internode-messaging.

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt  |   1 +
 doc/source/new/Figure_1.jpg  | Bin 27827 -> 0 bytes
 doc/source/new/Figure_2.jpg  | Bin 36650 -> 0 bytes
 doc/source/new/index.rst |   2 +-
 doc/source/new/messaging.rst | 257 +++
 5 files changed, 259 insertions(+), 1 deletion(-)
 delete mode 100644 doc/source/new/Figure_1.jpg
 delete mode 100644 doc/source/new/Figure_2.jpg
 create mode 100644 doc/source/new/messaging.rst


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



[jira] [Updated] (CASSANDRA-15478) Improved Messaging

2020-02-17 Thread Jon Haddad (Jira)


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

Jon Haddad updated CASSANDRA-15478:
---
Reviewers: Jon Haddad, Jon Haddad  (was: Jon Haddad)
   Jon Haddad, Jon Haddad  (was: Jon Haddad)
   Status: Review In Progress  (was: Patch Available)

> Improved Messaging 
> ---
>
> Key: CASSANDRA-15478
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15478
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: Documentation/Website
>Reporter: DeepakVohra
>Assignee: DeepakVohra
>Priority: Normal
>
> Added a page on improved messaging.
> https://github.com/apache/cassandra/pull/407



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (CASSANDRA-15574) Don't shut down gossip before native transport

2020-02-17 Thread Chris Lohfink (Jira)
Chris Lohfink created CASSANDRA-15574:
-

 Summary: Don't shut down gossip before native transport
 Key: CASSANDRA-15574
 URL: https://issues.apache.org/jira/browse/CASSANDRA-15574
 Project: Cassandra
  Issue Type: Bug
Reporter: Chris Lohfink


being shut down in wrong order causes unavailable exceptions: 
https://github.com/apache/cassandra/blob/da90439f0052c3a05aaf6d4268a8c719e10fafde/src/java/org/apache/cassandra/service/StorageService.java#L394

Should also do something like throw a WARN in stopGossping if rpc set to ready 
or native is enabled.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[cassandra-website] branch master updated: Rebuild site content

2020-02-17 Thread mshuler
This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 8573b40  Rebuild site content
8573b40 is described below

commit 8573b407743734ac3d2238b85b7998a27aeae2eb
Author: Michael Shuler 
AuthorDate: Mon Feb 17 14:41:51 2020 -0600

Rebuild site content
---
 content/download/index.html | 8 
 content/feed.xml| 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/download/index.html b/content/download/index.html
index 3216133..f5805d6 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -99,17 +99,17 @@
 
 Latest version
 
-Download the latest Apache Cassandra 3.11 release: http://www.apache.org/dyn/closer.lua/cassandra/3.11.6/apache-cassandra-3.11.6-bin.tar.gz;>3.11.6
 (http://www.apache.org/dist/cassandra/3.11.6/apache-cassandra-3.11.6-bin.tar.gz.asc;>pgp,
 http://www.apache.org/dist/cassandra/3.11.6/apache-cassandra-3.11.6-bin.tar.gz.sha256;>sha256
 and http://www.apache.org/dist/cassandra/3.11.6/apache-cassandra-3.11.6-bin.tar.gz.sha512;>sha512),
 relea [...]
+Download the latest Apache Cassandra 3.11 release: https://www.apache.org/dyn/closer.lua/cassandra/3.11.6/apache-cassandra-3.11.6-bin.tar.gz;>3.11.6
 (https://downloads.apache.org/cassandra/3.11.6/apache-cassandra-3.11.6-bin.tar.gz.asc;>pgp,
 https://downloads.apache.org/cassandra/3.11.6/apache-cassandra-3.11.6-bin.tar.gz.sha256;>sha256
 and https://downloads.apache.org/cassandra/3.11.6/apache-cassandra-3.11.6-bin.tar.gz.sha512;>sha512)
 [...]
 
 Older supported releases
 
 The following older Cassandra releases are still supported:
 
 
-  Apache Cassandra 3.0 is supported until 6 months after 4.0 
release (date TBD). The latest release is http://www.apache.org/dyn/closer.lua/cassandra/3.0.20/apache-cassandra-3.0.20-bin.tar.gz;>3.0.20
 (http://www.apache.org/dist/cassandra/3.0.20/apache-cassandra-3.0.20-bin.tar.gz.asc;>pgp,
 http://www.apache.org/dist/cassandra/3.0.20/apache-cassandra-3.0.20-bin.tar.gz.sha256;>sha256
 and http://www.apache.org/dist/cassandr [...]
-  Apache Cassandra 2.2 is supported until 4.0 release (date 
TBD). The latest release is http://www.apache.org/dyn/closer.lua/cassandra/2.2.16/apache-cassandra-2.2.16-bin.tar.gz;>2.2.16
 (http://www.apache.org/dist/cassandra/2.2.16/apache-cassandra-2.2.16-bin.tar.gz.asc;>pgp,
 http://www.apache.org/dist/cassandra/2.2.16/apache-cassandra-2.2.16-bin.tar.gz.sha256;>sha256
 and http://www.apache.org/dist/cassandra/2.2.16/apache [...]
+  Apache Cassandra 3.0 is supported until 6 months after 4.0 
release (date TBD). The latest release is https://www.apache.org/dyn/closer.lua/cassandra/3.0.20/apache-cassandra-3.0.20-bin.tar.gz;>3.0.20
 (https://downloads.apache.org/cassandra/3.0.20/apache-cassandra-3.0.20-bin.tar.gz.asc;>pgp,
 https://downloads.apache.org/cassandra/3.0.20/apache-cassandra-3.0.20-bin.tar.gz.sha256;>sha256
 and https://downloads.apache.org/c [...]
+  Apache Cassandra 2.2 is supported until 4.0 release (date 
TBD). The latest release is https://www.apache.org/dyn/closer.lua/cassandra/2.2.16/apache-cassandra-2.2.16-bin.tar.gz;>2.2.16
 (https://downloads.apache.org/cassandra/2.2.16/apache-cassandra-2.2.16-bin.tar.gz.asc;>pgp,
 https://downloads.apache.org/cassandra/2.2.16/apache-cassandra-2.2.16-bin.tar.gz.sha256;>sha256
 and https://downloads.apache.org/cassandra/2.2.16 [...]
   Apache Cassandra 2.1 is supported until 4.0 release (date 
TBD) with critical fixes only. The latest release is
-http://www.apache.org/dyn/closer.lua/cassandra/2.1.21/apache-cassandra-2.1.21-bin.tar.gz;>2.1.21
 (http://www.apache.org/dist/cassandra/2.1.21/apache-cassandra-2.1.21-bin.tar.gz.asc;>pgp,
 http://www.apache.org/dist/cassandra/2.1.21/apache-cassandra-2.1.21-bin.tar.gz.sha256;>sha256
 and http://www.apache.org/dist/cassandra/2.1.21/apache-cassandra-2.1.21-bin.tar.gz.sha512;>sha512),
 released on 2019-02-11.
+https://www.apache.org/dyn/closer.lua/cassandra/2.1.21/apache-cassandra-2.1.21-bin.tar.gz;>2.1.21
 (https://downloads.apache.org/cassandra/2.1.21/apache-cassandra-2.1.21-bin.tar.gz.asc;>pgp,
 https://downloads.apache.org/cassandra/2.1.21/apache-cassandra-2.1.21-bin.tar.gz.sha256;>sha256
 and https://downloads.apache.org/cassandra/2.1.21/apache-cassandra-2.1.21-bin.tar.gz.sha512;>sha512),
 released on 2019-02-11.
 
 
 Older (unsupported) versions of Cassandra are http://archive.apache.org/dist/cassandra/;>archived here.
diff --git a/content/feed.xml b/content/feed.xml
index f6a2940..332f39d 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="3.4.3">Jekyllhttp://cassandra.apache.org/feed.xml; rel="self" 
type="application/atom+xml" />http://cassandra.apache.org/; 
rel="alternate" type="text/html" 

[cassandra-website] branch master updated: Fix templated download URLs

2020-02-17 Thread mshuler
This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 753089d  Fix templated download URLs
753089d is described below

commit 753089d7f032a4986ba3791c7e7cd7b97b1d76a2
Author: Michael Shuler 
AuthorDate: Mon Feb 17 14:34:34 2020 -0600

Fix templated download URLs
---
 src/_data/urls.yaml  | 4 ++--
 src/_plugins/release_link.rb | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/_data/urls.yaml b/src/_data/urls.yaml
index af15960..0cf8df4 100644
--- a/src/_data/urls.yaml
+++ b/src/_data/urls.yaml
@@ -1,4 +1,4 @@
 git_url: "https://gitbox.apache.org/repos/asf?p=cassandra.git;
-apache_url: "http://www.apache.org;
+apache_url: "https://downloads.apache.org;
 changelog_url: 
"https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra;
-download_url: "http://www.apache.org/dyn/closer.lua/cassandra;
+download_url: "https://www.apache.org/dyn/closer.lua/cassandra;
diff --git a/src/_plugins/release_link.rb b/src/_plugins/release_link.rb
index a5bb4fd..2e05c52 100644
--- a/src/_plugins/release_link.rb
+++ b/src/_plugins/release_link.rb
@@ -8,7 +8,7 @@ module Jekyll
   date = data['releases'][input]['date']
   dl_link = "#{download_url}/#{name}/apache-cassandra-#{name}-bin.tar.gz"
 
-  verif = Proc.new { |h, e| "#{h}"
 }
+  verif = Proc.new { |h, e| "#{h}"
 }
 
   pgp = verif.call("pgp", "asc")
   sha256 = verif.call("sha256", "sha256")


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



[jira] [Updated] (CASSANDRA-14888) Several mbeans are not unregistered when dropping a keyspace and table

2020-02-17 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi updated CASSANDRA-14888:
-
Status: Changes Suggested  (was: Review In Progress)

> Several mbeans are not unregistered when dropping a keyspace and table
> --
>
> Key: CASSANDRA-14888
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14888
> Project: Cassandra
>  Issue Type: Bug
>  Components: Observability/Metrics
>Reporter: Ariel Weisberg
>Assignee: Alex Deparvu
>Priority: Urgent
>  Labels: patch-available
> Fix For: 4.0, 4.0-rc
>
> Attachments: CASSANDRA-14888.patch
>
>
> CasCommit, CasPrepare, CasPropose, ReadRepairRequests, 
> ShortReadProtectionRequests, AntiCompactionTime, BytesValidated, 
> PartitionsValidated, RepairPrepareTime, RepairSyncTime, 
> RepairedDataInconsistencies, ViewLockAcquireTime, ViewReadTime, 
> WriteFailedIdealCL
> Basically for 3 years people haven't known what they are doing because the 
> entire thing is kind of obscure. Fix it and also add a dtest that detects if 
> any mbeans are left behind after dropping a table and keyspace.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-14888) Several mbeans are not unregistered when dropping a keyspace and table

2020-02-17 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi commented on CASSANDRA-14888:
--

[~stillalex] I'm revisiting this ticket. I think we need to go further to 
ensure that future metrics are released properly without excessive manual 
intervention. We should follow a pattern where we use a factory to register all 
kinds of releasable metrics which doesn't seem to be the case right now. Once 
we have that we can iterate over them in the release method much like what we 
do for Metric instances and call release on them.

> Several mbeans are not unregistered when dropping a keyspace and table
> --
>
> Key: CASSANDRA-14888
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14888
> Project: Cassandra
>  Issue Type: Bug
>  Components: Observability/Metrics
>Reporter: Ariel Weisberg
>Assignee: Alex Deparvu
>Priority: Urgent
>  Labels: patch-available
> Fix For: 4.0, 4.0-rc
>
> Attachments: CASSANDRA-14888.patch
>
>
> CasCommit, CasPrepare, CasPropose, ReadRepairRequests, 
> ShortReadProtectionRequests, AntiCompactionTime, BytesValidated, 
> PartitionsValidated, RepairPrepareTime, RepairSyncTime, 
> RepairedDataInconsistencies, ViewLockAcquireTime, ViewReadTime, 
> WriteFailedIdealCL
> Basically for 3 years people haven't known what they are doing because the 
> entire thing is kind of obscure. Fix it and also add a dtest that detects if 
> any mbeans are left behind after dropping a table and keyspace.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[cassandra-website] branch master updated: Switch from www.apache.org/dist to downloads.apache.org

2020-02-17 Thread mshuler
This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/master by this push:
 new f4cb2e2  Switch from www.apache.org/dist to downloads.apache.org
f4cb2e2 is described below

commit f4cb2e260ead4a54bb7f23624fa4412ffd9c6ac1
Author: Michael Shuler 
AuthorDate: Mon Feb 17 14:14:45 2020 -0600

Switch from www.apache.org/dist to downloads.apache.org
---
 src/download.md | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/download.md b/src/download.md
index 9b8537e..6d2360b 100644
--- a/src/download.md
+++ b/src/download.md
@@ -33,13 +33,13 @@ Older (unsupported) versions of Cassandra are [archived 
here](http://archive.apa
 * Add the Apache repository of Cassandra to 
`/etc/apt/sources.list.d/cassandra.sources.list`, for example for the latest 
3.11 version:
 
 ```
-echo "deb http://www.apache.org/dist/cassandra/debian 311x main" | sudo tee -a 
/etc/apt/sources.list.d/cassandra.sources.list
+echo "deb https://downloads.apache.org/cassandra/debian 311x main" | sudo tee 
-a /etc/apt/sources.list.d/cassandra.sources.list
 ```
 
 * Add the Apache Cassandra repository keys:
 
 ```
-curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
+curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
 ```
 
 * Update the repositories:
@@ -59,7 +59,7 @@ Then add the public key A278B781FE4B2BDA as follows:
 sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-key 
A278B781FE4B2BDA
 ```
 and repeat `sudo apt-get update`. The actual key may be different, you get it 
from the error message itself. For a
-full list of Apache contributors public keys, you can refer to 
.
+full list of Apache contributors public keys, you can refer to 
.
 
 * Install Cassandra:
 
@@ -87,10 +87,10 @@ sudo apt-get install cassandra
 ```text
 [cassandra]
 name=Apache Cassandra
-baseurl=https://www.apache.org/dist/cassandra/redhat/311x/
+baseurl=https://downloads.apache.org/cassandra/redhat/311x/
 gpgcheck=1
 repo_gpgcheck=1
-gpgkey=https://www.apache.org/dist/cassandra/KEYS
+gpgkey=https://downloads.apache.org/cassandra/KEYS
 ```
 
 * Install Cassandra, accepting the gpg key import prompts:


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



[cassandra] 02/02: Switch from www.apache.org/dist to downloads.apache.org

2020-02-17 Thread mshuler
This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit d2d526a1deb0a830e0d213db8efe83c0db8e5a5d
Author: Michael Shuler 
AuthorDate: Mon Feb 17 14:11:08 2020 -0600

Switch from www.apache.org/dist to downloads.apache.org
---
 doc/source/development/release_process.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/development/release_process.rst 
b/doc/source/development/release_process.rst
index b21ef9b..8b06e81 100644
--- a/doc/source/development/release_process.rst
+++ b/doc/source/development/release_process.rst
@@ -200,7 +200,7 @@ Edit and commit ``build.xml`` so the base.version property 
points to the next ve
 Wait for Artifacts to Sync
 --
 
-Wait for the artifacts to sync at http://www.apache.org/dist/cassandra/
+Wait for the artifacts to sync at https://downloads.apache.org/cassandra/
 
 Send Release Announcement
 -


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



[cassandra] branch cassandra-3.11 updated: Switch from www.apache.org/dist to downloads.apache.org

2020-02-17 Thread mshuler
This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.11 by this push:
 new c93c298  Switch from www.apache.org/dist to downloads.apache.org
c93c298 is described below

commit c93c2983cd3f795ef81c7cd298a115e05a42ed5c
Author: Michael Shuler 
AuthorDate: Mon Feb 17 14:09:01 2020 -0600

Switch from www.apache.org/dist to downloads.apache.org
---
 bin/cassandra.ps1 | 2 +-
 doc/source/getting_started/installing.rst | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/cassandra.ps1 b/bin/cassandra.ps1
index 5d10994..ee3b566 100644
--- a/bin/cassandra.ps1
+++ b/bin/cassandra.ps1
@@ -109,7 +109,7 @@ Function HandleInstallation
 
 if (-Not (Test-Path $PATH_PRUNSRV\prunsrv.exe))
 {
-Write-Warning "Cannot find $PATH_PRUNSRV\prunsrv.exe.  Please download 
package from http://www.apache.org/dist/commons/daemon/binaries/windows/ to 
install as a service."
+Write-Warning "Cannot find $PATH_PRUNSRV\prunsrv.exe.  Please download 
package from https://downloads.apache.org/commons/daemon/binaries/windows/ to 
install as a service."
 Break
 }
 
diff --git a/doc/source/getting_started/installing.rst 
b/doc/source/getting_started/installing.rst
index 1a7b8ad..9be85e5 100644
--- a/doc/source/getting_started/installing.rst
+++ b/doc/source/getting_started/installing.rst
@@ -63,13 +63,13 @@ Installation from Debian packages
 
 ::
 
-echo "deb http://www.apache.org/dist/cassandra/debian 36x main" | sudo tee 
-a /etc/apt/sources.list.d/cassandra.sources.list
+echo "deb https://downloads.apache.org/cassandra/debian 36x main" | sudo 
tee -a /etc/apt/sources.list.d/cassandra.sources.list
 
 - Add the Apache Cassandra repository keys:
 
 ::
 
-curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
+curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
 
 - Update the repositories:
 
@@ -90,7 +90,7 @@ Then add the public key A278B781FE4B2BDA as follows:
 sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-key 
A278B781FE4B2BDA
 
 and repeat ``sudo apt-get update``. The actual key may be different, you get 
it from the error message itself. For a
-full list of Apache contributors public keys, you can refer to `this link 
`__.
+full list of Apache contributors public keys, you can refer to `this link 
`__.
 
 - Install Cassandra:
 


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



[cassandra] 01/02: Merge branch 'cassandra-3.11' into trunk

2020-02-17 Thread mshuler
This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 39d170ccd14a2c66a4b82a726e7ab71c93f927d1
Merge: 8402d1f c93c298
Author: Michael Shuler 
AuthorDate: Mon Feb 17 14:09:41 2020 -0600

Merge branch 'cassandra-3.11' into trunk

 bin/cassandra.ps1 | 2 +-
 doc/source/getting_started/installing.rst | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)



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



[cassandra] branch trunk updated (8402d1f -> d2d526a)

2020-02-17 Thread mshuler
This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


from 8402d1f  Add documentation of hints
 new c93c298  Switch from www.apache.org/dist to downloads.apache.org
 new 39d170c  Merge branch 'cassandra-3.11' into trunk
 new d2d526a  Switch from www.apache.org/dist to downloads.apache.org

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/cassandra.ps1  | 2 +-
 doc/source/development/release_process.rst | 2 +-
 doc/source/getting_started/installing.rst  | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)


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



[jira] [Updated] (CASSANDRA-15570) Change name of table metrics virtual table percentile columns

2020-02-17 Thread David Capwell (Jira)


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

David Capwell updated CASSANDRA-15570:
--
Status: Ready to Commit  (was: Review In Progress)

> Change name of table metrics virtual table percentile columns
> -
>
> Key: CASSANDRA-15570
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15570
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Feature/Virtual Tables
>Reporter: Chris Lohfink
>Assignee: Chris Lohfink
>Priority: Low
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The column names {{50th}} and {{90th}} are difficult to query as a selector 
> or in aggregation functions since our parser expects a letter for initial 
> char. It currently requires quoting like:
> {code:sql}
> SELECT table_name, "50th_ms", "99th_ms" FROM system_views.local_read_latency
> {code}
> Which is kinda difficult and non obvious, the error we give when not quoted 
> also isnt that helpful. Since it is percentile a simple thing is to just ad a 
> p infront:
> {code:sql}
> SELECT table_name, p50th_ms, p99th_ms FROM system_views.local_read_latency
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15570) Change name of table metrics virtual table percentile columns

2020-02-17 Thread David Capwell (Jira)


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

David Capwell commented on CASSANDRA-15570:
---

LGTM, the only difference was my local trunk had a extra table.

+1

> Change name of table metrics virtual table percentile columns
> -
>
> Key: CASSANDRA-15570
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15570
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Feature/Virtual Tables
>Reporter: Chris Lohfink
>Assignee: Chris Lohfink
>Priority: Low
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The column names {{50th}} and {{90th}} are difficult to query as a selector 
> or in aggregation functions since our parser expects a letter for initial 
> char. It currently requires quoting like:
> {code:sql}
> SELECT table_name, "50th_ms", "99th_ms" FROM system_views.local_read_latency
> {code}
> Which is kinda difficult and non obvious, the error we give when not quoted 
> also isnt that helpful. Since it is percentile a simple thing is to just ad a 
> p infront:
> {code:sql}
> SELECT table_name, p50th_ms, p99th_ms FROM system_views.local_read_latency
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15570) Change name of table metrics virtual table percentile columns

2020-02-17 Thread David Capwell (Jira)


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

David Capwell commented on CASSANDRA-15570:
---

Here is the behavior on trunk; the last query made sure to copy/paste the 
column name from the output.

{code}
cqlsh> select * from system_views.local_read_latency;

 keyspace_name  | table_name | 50th_ms | 99th_ms | 
count | max_ms  | per_second
++-+-+---+-+
schema1 |  users |   0 |   0 | 
0 |   0 |  0
 system |  IndexInfo |   0 |   0 | 
0 |   0 |  0
 system |   available_ranges |   0 |   0 | 
0 |   0 |  0
 system |available_ranges_v2 |   0 |   0 | 
0 |   0 |  0
 system |batches |   0 |   0 | 
0 |   0 |  0
 system |built_views |   0 |   0 | 
0 |   0 |  0
 system | compaction_history |   0 |   0 | 
0 |   0 |  0
 system |  local |1.63 | 129.558 |
28 | 129.558 |  5.036
 system |  paxos |   0 |   0 | 
0 |   0 |  0
 system |peer_events |   0 |   0 | 
0 |   0 |  0
 system | peer_events_v2 |   0 |   0 | 
0 |   0 |  0
 system |  peers |   0 |   0 | 
0 |   0 |  0
 system |   peers_v2 |   0 |   0 | 
0 |   0 |  0
 system |prepared_statements |   0 |   0 | 
0 |   0 |  0
 system |repairs |   0 |   0 | 
0 |   0 |  0
 system | size_estimates |   0 |   0 | 
0 |   0 |  0
 system |   sstable_activity |   0.219 |   0.316 | 
2 |   0.316 |  0.387
 system | transferred_ranges |   0 |   0 | 
0 |   0 |  0
 system |  transferred_ranges_v2 |   0 |   0 | 
0 |   0 |  0
 system |view_builds_in_progress |   0 |   0 | 
0 |   0 |  0
system_auth |network_permissions |   0 |   0 | 
0 |   0 |  0
system_auth | resource_role_permissons_index |   0 |   0 | 
0 |   0 |  0
system_auth |   role_members |   0 |   0 | 
0 |   0 |  0
system_auth |   role_permissions |   0 |   0 | 
0 |   0 |  0
system_auth |  roles |   1.358 |   1.358 | 
1 |   1.358 |  0
 system_distributed |  parent_repair_history |   0 |   0 | 
0 |   0 |  0
 system_distributed | repair_history |   0 |   0 | 
0 |   0 |  0
 system_distributed |  view_build_status |   0 |   0 | 
0 |   0 |  0
  system_schema | aggregates |   0.061 |   0.127 | 
4 |   0.127 |  0.774
  system_schema |columns |   0.786 |   1.132 |
11 |   1.132 |  2.128
  system_schema |dropped_columns |   0.073 |   0.127 |
11 |   0.127 |  2.128
  system_schema |  functions |   0.073 |   0.152 | 
4 |   0.152 |  0.774
  system_schema |indexes |   0.061 |   0.127 |
11 |   0.127 |  2.128
  system_schema |  keyspaces |   0.455 |   1.358 | 
4 |   1.358 |  0.774
  system_schema | tables |   0.379 |   3.379 |
18 |   3.379 |  3.482
  system_schema |   triggers |   0.088 |   0.219 |
11 |   0.219 |  2.128
  system_schema |  types |   0.073 |   0.655 | 
4 |   0.655 |  0.774
  system_schema |  views |   0.088 |   0.127 | 
4 |   0.127 |  0.774
  system_traces | events |   0 |   0 | 
0 |   0 |  0
  system_traces |   sessions |   0 |   0 | 
0 |   0 |  0

(40 rows)
cqlsh> cqlsh> select 50th_ms from system_views.local_read_latency;
SyntaxException: line 1:9 mismatched input 'th_ms' expecting K_FROM (select 
50[th_ms] 

[jira] [Commented] (CASSANDRA-15543) flaky test org.apache.cassandra.distributed.test.SimpleReadWriteTest.readWithSchemaDisagreement

2020-02-17 Thread David Capwell (Jira)


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

David Capwell commented on CASSANDRA-15543:
---

This was renamed in 0f22dab1a015cb84d9857f940de5a256bfbee083

> flaky test 
> org.apache.cassandra.distributed.test.SimpleReadWriteTest.readWithSchemaDisagreement
> ---
>
> Key: CASSANDRA-15543
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15543
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest
>Reporter: David Capwell
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> This fails infrequently, last seen failure was on java 8
> {code}
> junit.framework.AssertionFailedError
>   at 
> org.apache.cassandra.distributed.test.DistributedReadWritePathTest.readWithSchemaDisagreement(DistributedReadWritePathTest.java:276)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15543) flaky test org.apache.cassandra.distributed.test.SimpleReadWriteTest.readWithSchemaDisagreement

2020-02-17 Thread Chris Lohfink (Jira)


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

Chris Lohfink updated CASSANDRA-15543:
--
Summary: flaky test 
org.apache.cassandra.distributed.test.SimpleReadWriteTest.readWithSchemaDisagreement
  (was: flaky test 
org.apache.cassandra.distributed.test.DistributedReadWritePathTest.readWithSchemaDisagreement)

> flaky test 
> org.apache.cassandra.distributed.test.SimpleReadWriteTest.readWithSchemaDisagreement
> ---
>
> Key: CASSANDRA-15543
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15543
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest
>Reporter: David Capwell
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> This fails infrequently, last seen failure was on java 8
> {code}
> junit.framework.AssertionFailedError
>   at 
> org.apache.cassandra.distributed.test.DistributedReadWritePathTest.readWithSchemaDisagreement(DistributedReadWritePathTest.java:276)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15543) flaky test org.apache.cassandra.distributed.test.DistributedReadWritePathTest.readWithSchemaDisagreement

2020-02-17 Thread Chris Lohfink (Jira)


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

Chris Lohfink commented on CASSANDRA-15543:
---

renamed to SimpleReadWriteTest so :

{code}
junit.framework.AssertionFailedError
at 
org.apache.cassandra.distributed.test.SimpleReadWriteTest.readWithSchemaDisagreement(SimpleReadWriteTest.java:274)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
{code}

as seen in https://circleci.com/gh/clohfink/cassandra/674

> flaky test 
> org.apache.cassandra.distributed.test.DistributedReadWritePathTest.readWithSchemaDisagreement
> 
>
> Key: CASSANDRA-15543
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15543
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest
>Reporter: David Capwell
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> This fails infrequently, last seen failure was on java 8
> {code}
> junit.framework.AssertionFailedError
>   at 
> org.apache.cassandra.distributed.test.DistributedReadWritePathTest.readWithSchemaDisagreement(DistributedReadWritePathTest.java:276)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-15564) Refactor repair coordinator so errors are consistent

2020-02-17 Thread David Capwell (Jira)


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

David Capwell commented on CASSANDRA-15564:
---

ok, pushed a big refactor to the tests.  What I saw was if you ran them ~50 
times you will get a timeout (total run was close to the timeout window).  This 
also made it hard to add testing for the different parallel properties.

With the refactor we now have more test files (6 total), so in CI they will 
each run concurrently (in circle ci) and have isolated timeout.  This refactor 
also enabled me to add the parallel flag as well, so also split the "fast" 
tests from the "slow" (timeouts or node failures) tests.

The updated version now has 242 tests across 6 test files; below are the 
timings I see for each test file (default timeout is 4 minutes for unit and 6 
for dtest)

{code}
FullRepairCoordinatorFastTest: 43s
FullRepairCoordinatorSlowTest: 2m:51s
IncrementalRepairCoordinatorFastTest: 51s
IncrementalRepairCoordinatorSlowTest: 3m
PreviewRepairCoordinatorFastTest: 1m2s
PreviewRepairCoordinatorSlowTest: 3m
{code}

> Refactor repair coordinator so errors are consistent
> 
>
> Key: CASSANDRA-15564
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15564
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: Consistency/Repair
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> This is to split the change in CASSANDRA-15399 so the refactor is isolated 
> out.
> Currently the repair coordinator special cases the exit cases at each call 
> site; this makes it so that errors can be inconsistent and there are cases 
> where proper complete isn't done (proper notifications, and forgetting to 
> update ActiveRepairService).
> [Circle 
> CI|https://circleci.com/gh/dcapwell/cassandra/tree/bug%2FrepairCoordinatorJmxConsistency]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15570) Change name of table metrics virtual table percentile columns

2020-02-17 Thread David Capwell (Jira)


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

David Capwell updated CASSANDRA-15570:
--
Reviewers: David Capwell, David Capwell  (was: David Capwell)
   David Capwell, David Capwell
   Status: Review In Progress  (was: Patch Available)

LGTM, i'll try to test in a little bit to confirm.

> Change name of table metrics virtual table percentile columns
> -
>
> Key: CASSANDRA-15570
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15570
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Feature/Virtual Tables
>Reporter: Chris Lohfink
>Assignee: Chris Lohfink
>Priority: Low
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The column names {{50th}} and {{90th}} are difficult to query as a selector 
> or in aggregation functions since our parser expects a letter for initial 
> char. It currently requires quoting like:
> {code:sql}
> SELECT table_name, "50th_ms", "99th_ms" FROM system_views.local_read_latency
> {code}
> Which is kinda difficult and non obvious, the error we give when not quoted 
> also isnt that helpful. Since it is percentile a simple thing is to just ad a 
> p infront:
> {code:sql}
> SELECT table_name, p50th_ms, p99th_ms FROM system_views.local_read_latency
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (CASSANDRA-13158) Nodetool cleanup throwing exception

2020-02-17 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic commented on CASSANDRA-13158:
---

This is still happening in 4.0-alpha3

> Nodetool cleanup throwing exception
> ---
>
> Key: CASSANDRA-13158
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13158
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
> Environment: Fedora 25 x86
>Reporter: Tomas Repik
>Assignee: Eduard Tudenhoefner
>Priority: Normal
> Fix For: 4.0
>
>
> After running nodetool cleanup I get this exception:
> error: Invalid partitioner class org.apache.cassandra.dht.Murmur3Partitioner
> -- StackTrace --
> org.apache.cassandra.exceptions.ConfigurationException: Invalid partitioner 
> class org.apache.cassandra.dht.Murmur3Partitioner
>   at 
> org.apache.cassandra.config.DatabaseDescriptor.applyConfig(DatabaseDescriptor.java:383)
>   at 
> org.apache.cassandra.config.DatabaseDescriptor.(DatabaseDescriptor.java:125)
>   at 
> org.apache.cassandra.cql3.QueryProcessor.(QueryProcessor.java:84)
>   at org.apache.cassandra.config.CFMetaData.compile(CFMetaData.java:411)
>   at 
> org.apache.cassandra.schema.SchemaKeyspace.compile(SchemaKeyspace.java:240)
>   at 
> org.apache.cassandra.schema.SchemaKeyspace.(SchemaKeyspace.java:88)
>   at org.apache.cassandra.config.Schema.(Schema.java:107)
>   at org.apache.cassandra.config.Schema.(Schema.java:55)
>   at org.apache.cassandra.tools.nodetool.Cleanup.execute(Cleanup.java:50)
>   at 
> org.apache.cassandra.tools.NodeTool$NodeToolCmd.run(NodeTool.java:251)
>   at org.apache.cassandra.tools.NodeTool.main(NodeTool.java:165)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (CASSANDRA-15571) Change RPM repo location to downloads.apache.org

2020-02-17 Thread Stefan Podkowinski (Jira)


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

Stefan Podkowinski updated CASSANDRA-15571:
---
Priority: Normal  (was: Urgent)

> Change RPM repo location to downloads.apache.org
> 
>
> Key: CASSANDRA-15571
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15571
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: Stefan Podkowinski
>Priority: Normal
> Attachments: 0001-Stop-serving-RPM-artifacts-from-www.apache.org.patch
>
>
> Stop serving RPM artifacts from www.apache.org as requested by INFRA.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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