[jira] [Commented] (CASSANDRA-12906) Update doco with new getting started with contribution section

2016-12-10 Thread Ben Slater (JIRA)

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

Ben Slater commented on CASSANDRA-12906:


[~zznate] just thought I'd give you a reminder on this. Hopefully I've got the 
patch format right now!

> Update doco with new getting started with contribution section
> --
>
> Key: CASSANDRA-12906
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12906
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Documentation and Website
>Reporter: Ben Slater
>Assignee: Ben Slater
>Priority: Minor
> Attachments: CASSANDRA-12906v2-trunk.patch
>
>
> Following discussion on the mailing list about how to get more community 
> input it seemed to be agreed that adding some doco emphasising contributions 
> other than creating new features would be a good idea.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-13029) Add timeUnit Days for cassandra-stress

2016-12-10 Thread Jay Zhuang (JIRA)

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

Jay Zhuang updated CASSANDRA-13029:
---
Attachment: 13029-3.x.txt

> Add timeUnit Days for cassandra-stress
> --
>
> Key: CASSANDRA-13029
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13029
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tools
>Reporter: Jay Zhuang
>Priority: Minor
> Fix For: 3.x
>
> Attachments: 13029-3.x.txt
>
>
> It's useful for long running test and generating large number of data.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-13029) Add timeUnit Days for cassandra-stress

2016-12-10 Thread Jay Zhuang (JIRA)

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

Jay Zhuang updated CASSANDRA-13029:
---
Reproduced In: 3.x
   Status: Patch Available  (was: Open)

> Add timeUnit Days for cassandra-stress
> --
>
> Key: CASSANDRA-13029
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13029
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tools
>Reporter: Jay Zhuang
>Priority: Minor
> Fix For: 3.x
>
>
> It's useful for long running test and generating large number of data.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-13029) Add timeUnit Days for cassandra-stress

2016-12-10 Thread Jay Zhuang (JIRA)
Jay Zhuang created CASSANDRA-13029:
--

 Summary: Add timeUnit Days for cassandra-stress
 Key: CASSANDRA-13029
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13029
 Project: Cassandra
  Issue Type: Improvement
  Components: Tools
Reporter: Jay Zhuang
Priority: Minor
 Fix For: 3.x


It's useful for long running test and generating large number of data.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-13021) Nodetool compactionstats fails with NullPointerException

2016-12-10 Thread Jay Zhuang (JIRA)

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

Jay Zhuang commented on CASSANDRA-13021:


Make sense.

> Nodetool compactionstats fails with NullPointerException
> 
>
> Key: CASSANDRA-13021
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13021
> Project: Cassandra
>  Issue Type: Bug
> Environment: 3.0.10
>Reporter: Jay Zhuang
> Fix For: 3.0.x
>
> Attachments: 13021-3.0-update.txt, 13021-3.0.txt
>
>
> Found in 3.0.10:
> {code}
> $ nodetool compactionstats
> pending tasks: 2
> error: null
> -- StackTrace --
> java.lang.NullPointerException
> at 
> org.apache.cassandra.tools.nodetool.CompactionStats.addLine(CompactionStats.java:102)
> at 
> org.apache.cassandra.tools.nodetool.CompactionStats.execute(CompactionStats.java:70)
> at 
> org.apache.cassandra.tools.NodeTool$NodeToolCmd.run(NodeTool.java:247)
> at org.apache.cassandra.tools.NodeTool.main(NodeTool.java:161)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CASSANDRA-13021) Nodetool compactionstats fails with NullPointerException

2016-12-10 Thread Jay Zhuang (JIRA)

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

Jay Zhuang edited comment on CASSANDRA-13021 at 12/10/16 11:50 PM:
---

Make sense. Updated.


was (Author: jay.zhuang):
Make sense.

> Nodetool compactionstats fails with NullPointerException
> 
>
> Key: CASSANDRA-13021
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13021
> Project: Cassandra
>  Issue Type: Bug
> Environment: 3.0.10
>Reporter: Jay Zhuang
> Fix For: 3.0.x
>
> Attachments: 13021-3.0-update.txt, 13021-3.0.txt
>
>
> Found in 3.0.10:
> {code}
> $ nodetool compactionstats
> pending tasks: 2
> error: null
> -- StackTrace --
> java.lang.NullPointerException
> at 
> org.apache.cassandra.tools.nodetool.CompactionStats.addLine(CompactionStats.java:102)
> at 
> org.apache.cassandra.tools.nodetool.CompactionStats.execute(CompactionStats.java:70)
> at 
> org.apache.cassandra.tools.NodeTool$NodeToolCmd.run(NodeTool.java:247)
> at org.apache.cassandra.tools.NodeTool.main(NodeTool.java:161)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-13021) Nodetool compactionstats fails with NullPointerException

2016-12-10 Thread Jay Zhuang (JIRA)

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

Jay Zhuang updated CASSANDRA-13021:
---
Attachment: 13021-3.0-update.txt

> Nodetool compactionstats fails with NullPointerException
> 
>
> Key: CASSANDRA-13021
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13021
> Project: Cassandra
>  Issue Type: Bug
> Environment: 3.0.10
>Reporter: Jay Zhuang
> Fix For: 3.0.x
>
> Attachments: 13021-3.0-update.txt, 13021-3.0.txt
>
>
> Found in 3.0.10:
> {code}
> $ nodetool compactionstats
> pending tasks: 2
> error: null
> -- StackTrace --
> java.lang.NullPointerException
> at 
> org.apache.cassandra.tools.nodetool.CompactionStats.addLine(CompactionStats.java:102)
> at 
> org.apache.cassandra.tools.nodetool.CompactionStats.execute(CompactionStats.java:70)
> at 
> org.apache.cassandra.tools.NodeTool$NodeToolCmd.run(NodeTool.java:247)
> at org.apache.cassandra.tools.NodeTool.main(NodeTool.java:161)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)