[
https://issues.apache.org/jira/browse/CASSANDRA-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762686#action_12762686
]
Jonathan Ellis commented on CASSANDRA-465:
------------------------------------------
maxthreshold default should be a constant in CompactionManager (that CM also
defaults to of course)
currently max=0 disables compaction sort of by accident (from the sublist call
in CFS.doCompaction), which generates a Warning log message. we should add a
special case to doCompaction that doesn't call doFileCompaction at all in that
case.
> nodeprobe setcompactionthreshold <Max> does not allow zero
> ----------------------------------------------------------
>
> Key: CASSANDRA-465
> URL: https://issues.apache.org/jira/browse/CASSANDRA-465
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.5
> Reporter: Chris Goffinet
> Assignee: Chris Goffinet
> Priority: Minor
> Fix For: 0.5
>
> Attachments:
> 0001-Allow-maxthreshold-to-be-greater-than-zero-v2.patch,
> 0001-Allow-maxthreshold-to-be-greater-than-zero-v3.patch,
> 0001-CASSANDRA-465.-Allow-maxthreshold-to-be-set-to-zero.patch
>
>
> We should allow setting maxthreshold to zero.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.