You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Nick Bailey (JIRA)" <ji...@apache.org> on 2012/10/03 22:54:08 UTC

[jira] [Created] (CASSANDRA-4758) Allow throttling bulk load separately from streaming

Nick Bailey created CASSANDRA-4758:
--------------------------------------

             Summary: Allow throttling bulk load separately from streaming
                 Key: CASSANDRA-4758
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4758
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Nick Bailey


Currently when you call the bulkload jmx call, the only way to achieve throttling is by tuning the streaming throttle in general, which affects all streaming operations.

It would be nice to be able to throttle bulk loading separately.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (CASSANDRA-4758) Allow throttling bulk load separately from streaming

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams reopened CASSANDRA-4758:
-----------------------------------------


Oh, but for the jmx method... hmm, I guess we could add a new method that takes a throttle arg, I'd hate to add another config option just for that.
                
> Allow throttling bulk load separately from streaming
> ----------------------------------------------------
>
>                 Key: CASSANDRA-4758
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4758
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Nick Bailey
>              Labels: ponies
>
> Currently when you call the bulkload jmx call, the only way to achieve throttling is by tuning the streaming throttle in general, which affects all streaming operations.
> It would be nice to be able to throttle bulk loading separately.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-4758) Allow throttling bulk load separately from streaming

Posted by "Nick Bailey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468925#comment-13468925 ] 

Nick Bailey commented on CASSANDRA-4758:
----------------------------------------

Yeah I know. I was referring to the jmx bulk load call.
                
> Allow throttling bulk load separately from streaming
> ----------------------------------------------------
>
>                 Key: CASSANDRA-4758
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4758
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Nick Bailey
>              Labels: ponies
>
> Currently when you call the bulkload jmx call, the only way to achieve throttling is by tuning the streaming throttle in general, which affects all streaming operations.
> It would be nice to be able to throttle bulk loading separately.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CASSANDRA-4758) Allow throttling bulk load separately from streaming

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams resolved CASSANDRA-4758.
-----------------------------------------

    Resolution: Not A Problem

I already did this for BOF.  It's part of sstableloader too:

{noformat}
 -t,--throttle <throttle>     throttle speed in Mbits (default unlimited)
{noformat}
                
> Allow throttling bulk load separately from streaming
> ----------------------------------------------------
>
>                 Key: CASSANDRA-4758
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4758
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Nick Bailey
>              Labels: ponies
>
> Currently when you call the bulkload jmx call, the only way to achieve throttling is by tuning the streaming throttle in general, which affects all streaming operations.
> It would be nice to be able to throttle bulk loading separately.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira