[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2014-02-14 Thread Russell Alexander Spitzer (JIRA)

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

Russell Alexander Spitzer commented on CASSANDRA-6451:
--

Discussed over chat, LGTM +1

> Allow Cassandra-Stress to Set Compaction Strategy Options
> -
>
> Key: CASSANDRA-6451
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6451
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tools
>Reporter: Russell Alexander Spitzer
>Assignee: Russell Alexander Spitzer
>Priority: Minor
> Attachments: trunk-6451.txt
>
>
> I was just running some tests with Cassandra-Stress and discovered that I was 
> unable to set the compaction_strategy_options I needed. I've made a small 
> patch to add yet another parameter to stress allowing the user to set 
> strategy_options.
> Usage like so:
> ./cassandra-stress -Z MyStrat -z option1=10,option2=5



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2014-02-14 Thread Jonathan Ellis (JIRA)

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

Jonathan Ellis commented on CASSANDRA-6451:
---

[~rspitzer], can you review?

> Allow Cassandra-Stress to Set Compaction Strategy Options
> -
>
> Key: CASSANDRA-6451
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6451
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tools
>Reporter: Russell Alexander Spitzer
>Assignee: Russell Alexander Spitzer
>Priority: Minor
> Attachments: trunk-6451.txt
>
>
> I was just running some tests with Cassandra-Stress and discovered that I was 
> unable to set the compaction_strategy_options I needed. I've made a small 
> patch to add yet another parameter to stress allowing the user to set 
> strategy_options.
> Usage like so:
> ./cassandra-stress -Z MyStrat -z option1=10,option2=5



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2014-02-14 Thread Benedict (JIRA)

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

Benedict commented on CASSANDRA-6451:
-

Pushed patch to [here|https://github.com/belliottsmith/cassandra/tree/iss-6451]

> Allow Cassandra-Stress to Set Compaction Strategy Options
> -
>
> Key: CASSANDRA-6451
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6451
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tools
>Reporter: Russell Alexander Spitzer
>Assignee: Russell Alexander Spitzer
>Priority: Minor
> Attachments: trunk-6451.txt
>
>
> I was just running some tests with Cassandra-Stress and discovered that I was 
> unable to set the compaction_strategy_options I needed. I've made a small 
> patch to add yet another parameter to stress allowing the user to set 
> strategy_options.
> Usage like so:
> ./cassandra-stress -Z MyStrat -z option1=10,option2=5



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2014-02-14 Thread Benedict (JIRA)

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

Benedict commented on CASSANDRA-6451:
-

Yes it is. Old is already gone from 2.1 - there's a legacy support mode that 
translates old commands into new ones and runs them, but otherwise it's 
completely gone.

This can be added to new stress easily like the replication strategy options 
are currently: compaction(strategy=X,key1=Y)

> Allow Cassandra-Stress to Set Compaction Strategy Options
> -
>
> Key: CASSANDRA-6451
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6451
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tools
>Reporter: Russell Alexander Spitzer
>Assignee: Russell Alexander Spitzer
>Priority: Minor
> Attachments: trunk-6451.txt
>
>
> I was just running some tests with Cassandra-Stress and discovered that I was 
> unable to set the compaction_strategy_options I needed. I've made a small 
> patch to add yet another parameter to stress allowing the user to set 
> strategy_options.
> Usage like so:
> ./cassandra-stress -Z MyStrat -z option1=10,option2=5



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2014-02-13 Thread Jonathan Ellis (JIRA)

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

Jonathan Ellis commented on CASSANDRA-6451:
---

[~benedict] is stress-ng a strict superset of old stress?  should we get rid of 
old in 2.1 and start adding features in ng instead?

> Allow Cassandra-Stress to Set Compaction Strategy Options
> -
>
> Key: CASSANDRA-6451
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6451
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tools
>Reporter: Russell Alexander Spitzer
>Assignee: Russell Alexander Spitzer
>Priority: Minor
> Attachments: trunk-6451.txt
>
>
> I was just running some tests with Cassandra-Stress and discovered that I was 
> unable to set the compaction_strategy_options I needed. I've made a small 
> patch to add yet another parameter to stress allowing the user to set 
> strategy_options.
> Usage like so:
> ./cassandra-stress -Z MyStrat -z option1=10,option2=5



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2013-12-04 Thread Russell Alexander Spitzer (JIRA)

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

Russell Alexander Spitzer commented on CASSANDRA-6451:
--

I understand this is old code and low priority, but if anyone else happens to 
need this patch it is available ^.

> Allow Cassandra-Stress to Set Compaction Strategy Options
> -
>
> Key: CASSANDRA-6451
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6451
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Tools
>Reporter: Russell Alexander Spitzer
>Assignee: Russell Alexander Spitzer
>Priority: Minor
> Attachments: trunk-6451.txt
>
>
> I was just running some tests with Cassandra-Stress and discovered that I was 
> unable to set the compaction_strategy_options I needed. I've made a small 
> patch to add yet another parameter to stress allowing the user to set 
> strategy_options.



--
This message was sent by Atlassian JIRA
(v6.1#6144)