[jira] [Assigned] (CASSANDRA-14553) Document troubleshooting page

2018-07-01 Thread Dinesh Joshi (JIRA)


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

Dinesh Joshi reassigned CASSANDRA-14553:


Assignee: Joseph Lynch

> Document troubleshooting page
> -
>
> Key: CASSANDRA-14553
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14553
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Documentation and Website
>Reporter: Joseph Lynch
>Assignee: Joseph Lynch
>Priority: Minor
>  Labels: Documentation
>
> Currently the [troubleshooting 
> docs|http://cassandra.apache.org/doc/latest/troubleshooting/] are blank. As 
> much as I like to believe Cassandra never has any problems I was thinking of 
> writing up a troubleshooting page focussing on:
>  # Finding the hosts(s) that are behaving badly (common error messages)
>  # Which logs exist, where they are, and what to look for in which log 
> (common error messages, gc logs, etc)
>  # Which nodetool commands can give you more information
>  # Java/Operating systems tools that can help dive deep into performance 
> issues (jstat, top, iostat, cachestat, etc) 
> Since this is going to be a fairly lengthy page I wanted to get a jira going 
> in case someone else had ideas or had already started. Also if there are any 
> large areas I missed above please comment here and I can include them.
> [~cscotta] fyi



--
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-14553) Document troubleshooting page

2018-07-01 Thread Joseph Lynch (JIRA)


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

Joseph Lynch commented on CASSANDRA-14553:
--

Working on it over in a [github 
branch|https://github.com/jolynch/cassandra/tree/jolynch_write_troubleshooting]

> Document troubleshooting page
> -
>
> Key: CASSANDRA-14553
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14553
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Documentation and Website
>Reporter: Joseph Lynch
>Priority: Minor
>  Labels: Documentation
>
> Currently the [troubleshooting 
> docs|http://cassandra.apache.org/doc/latest/troubleshooting/] are blank. As 
> much as I like to believe Cassandra never has any problems I was thinking of 
> writing up a troubleshooting page focussing on:
>  # Finding the hosts(s) that are behaving badly (common error messages)
>  # Which logs exist, where they are, and what to look for in which log 
> (common error messages, gc logs, etc)
>  # Which nodetool commands can give you more information
>  # Java/Operating systems tools that can help dive deep into performance 
> issues (jstat, top, iostat, cachestat, etc) 
> Since this is going to be a fairly lengthy page I wanted to get a jira going 
> in case someone else had ideas or had already started. Also if there are any 
> large areas I missed above please comment here and I can include them.
> [~cscotta] fyi



--
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] [Resolved] (CASSANDRA-14493) Test describe statements for aggregates, functions, indexes, schemas, types, and user types

2018-07-01 Thread Patrick Bannister (JIRA)


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

Patrick Bannister resolved CASSANDRA-14493.
---
Resolution: Implemented

Demonstrated existing coverage for describing indexes and schemas, and added 
new tests for describing functions, aggregates, and user defined types.

> Test describe statements for aggregates, functions, indexes, schemas, types, 
> and user types
> ---
>
> Key: CASSANDRA-14493
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14493
> Project: Cassandra
>  Issue Type: Sub-task
>Reporter: Patrick Bannister
>Priority: Major
> Fix For: 4.x
>
>
> Coverage analysis of the cqlsh unittests (pylib/cqlshlib/test/test*.py) and 
> the dtest cqlsh_tests (cqlsh_tests.py and cqlsh_copy_tests.py) showed no 
> coverage of functions for describing aggregates, functions, indexes, schemas, 
> types, or usertypes.
> Before we can release a ported cqlsh, we should either create a new test that 
> exercises these kinds of describe statements, or refute the coverage report 
> by identifying an existing test for these features.



--
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-14493) Test describe statements for aggregates, functions, indexes, schemas, types, and user types

2018-07-01 Thread Patrick Bannister (JIRA)


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

Patrick Bannister commented on CASSANDRA-14493:
---

Added a new test for DESCRIBE TYPE.

> Test describe statements for aggregates, functions, indexes, schemas, types, 
> and user types
> ---
>
> Key: CASSANDRA-14493
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14493
> Project: Cassandra
>  Issue Type: Sub-task
>Reporter: Patrick Bannister
>Priority: Major
> Fix For: 4.x
>
>
> Coverage analysis of the cqlsh unittests (pylib/cqlshlib/test/test*.py) and 
> the dtest cqlsh_tests (cqlsh_tests.py and cqlsh_copy_tests.py) showed no 
> coverage of functions for describing aggregates, functions, indexes, schemas, 
> types, or usertypes.
> Before we can release a ported cqlsh, we should either create a new test that 
> exercises these kinds of describe statements, or refute the coverage report 
> by identifying an existing test for these features.



--
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-14552) Website: Add Static Blogging / Article Publishing to cassandra.apache.org

2018-07-01 Thread Dinesh Joshi (JIRA)


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

Dinesh Joshi commented on CASSANDRA-14552:
--

You're right, it was something to do with my shell, after recreating the 
environment I am able to run {{make serve}}.

> Website: Add Static Blogging / Article Publishing to cassandra.apache.org
> -
>
> Key: CASSANDRA-14552
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14552
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Documentation and Website
>Reporter: C. Scott Andreas
>Assignee: C. Scott Andreas
>Priority: Minor
> Attachments: blog-post-listing.png, blog-post.png, blog.diff
>
>
> To make it easier for members of the community to share what's happening in 
> Apache Cassandra, advertise meetups, and publish other article-style content, 
> this patch enables simple blogging functionality via the static 
> cassandra.apache.org site.
>  
> *How does it work?*
> The patch uses Jekyll's built-in static blog functionality to add 
> article-style publishing. It adds no dynamic content, and does not include 
> commenting or a mechanism for accepting any user-generated content. It makes 
> the following changes:
> – Adds a new layout file for a blog post listing and single-post detail view 
> (+ supporting CSS).
>  – Enables pagination of posts via `jekyll-paginate-v2`
>  – Adds documentation on how to contribute.
>  – And fixes a minor documentation issue specifying a Ruby version that 
> conflicts with earlier guidance in the documentation.
>  
> *How do I write a post?*
> The patch includes a /_templates folder with an example post to begin. Blog 
> posts are written using Markdown. To write a new post, copy the template into 
> /_posts, rename the file in keeping with the 
> `MM-DD--blog-post-slug.markdown` convention, add the title/date, and 
> begin writing.
> These pages are generated via the existing build process documented in the 
> README – `make serve` to preview, `make` to publish.
>  
> *What else should I know?*
> The aim of this patch is to make it easy to write and publish. The "/blog" 
> link is currently hidden from the top nav and no posts are included in this 
> patch, but this can be enabled once the first article is ready.
>  
> *What's it look like?*
> Screenshots of the generated post list view and single-post view attached.
> !blog-post-listing.png|width=592,height=619!
>  
> !blog-post.png|width=592,height=619!



--
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-14493) Test describe statements for aggregates, functions, indexes, schemas, types, and user types

2018-07-01 Thread Patrick Bannister (JIRA)


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

Patrick Bannister commented on CASSANDRA-14493:
---

DESCRIBE AGGREGATE and DESCRIBE FUNCTION are done. DESCRIBE for user defined 
types is next on my list.

> Test describe statements for aggregates, functions, indexes, schemas, types, 
> and user types
> ---
>
> Key: CASSANDRA-14493
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14493
> Project: Cassandra
>  Issue Type: Sub-task
>Reporter: Patrick Bannister
>Priority: Major
> Fix For: 4.x
>
>
> Coverage analysis of the cqlsh unittests (pylib/cqlshlib/test/test*.py) and 
> the dtest cqlsh_tests (cqlsh_tests.py and cqlsh_copy_tests.py) showed no 
> coverage of functions for describing aggregates, functions, indexes, schemas, 
> types, or usertypes.
> Before we can release a ported cqlsh, we should either create a new test that 
> exercises these kinds of describe statements, or refute the coverage report 
> by identifying an existing test for these features.



--
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