[
https://issues.apache.org/jira/browse/CASSANDRA-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915457#action_12915457
]
Jonathan Ellis commented on CASSANDRA-1527:
-------------------------------------------
bq. Estimated compactions are the sum of all (1 + size_i / thresholdrange) for
i in SSTables with size > min
that looks buggy to me. doesn't estimate of
n += Math.ceil((double)sstables.size() / maxct);
make more sense?
bq. do we want to be estimating compactions when minor compactions are disabled
no
> ensure compaction thresholds are sane
> -------------------------------------
>
> Key: CASSANDRA-1527
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1527
> Project: Cassandra
> Issue Type: Bug
> Components: API
> Affects Versions: 0.7 beta 2
> Reporter: Jonathan Ellis
> Assignee: Jon Hermes
> Priority: Minor
> Fix For: 0.7.0
>
> Attachments: 1527.txt
>
>
> make sure min <= max and neither is negative.
> also make sure that min=max=0 works (this is "no compaction")
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.