[
https://issues.apache.org/jira/browse/CASSANDRA-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246370#comment-13246370
]
Vijay commented on CASSANDRA-4100:
----------------------------------
>>> I think Throttle object in CompcationController should be non-static since
>>> compactions may run in parallel.
Exactly thats why static is better, Parallel compaction is not a problem per
say (ParallelCompactionIterable.getReduced() will take care of it), but
compaction running one after the other (lot of small compactions).
Let me know if everything else is ok i will rebase to 1.0.10, if needed. Thanks!
> Make scrub and cleanup operations throttled
> -------------------------------------------
>
> Key: CASSANDRA-4100
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4100
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Vijay
> Assignee: Vijay
> Priority: Minor
> Labels: compaction
> Fix For: 1.0.10
>
> Attachments: 0001-CASSANDRA-4100.patch
>
>
> Looks like scrub and cleanup operations are not throttled and it will be nice
> to throttle else we are likely to run into IO issues while running it on live
> cluster.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira