[
https://issues.apache.org/jira/browse/CASSANDRA-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761363#action_12761363
]
Jonathan Ellis commented on CASSANDRA-463:
------------------------------------------
After more thought I decided we don't want to reset the timer (as it were)
after each update: this allows a CF that grows large very slowly, or reaches a
steady state (the same keys are modified over and over) to block commitlog
purge indefinitely. Instead, set a large enough lifetime that most CFs will
flush out normally during that time and you only have to worry about catching
the stragglers.
> Make FlushPeriodInMinutes default to 60
> ---------------------------------------
>
> Key: CASSANDRA-463
> URL: https://issues.apache.org/jira/browse/CASSANDRA-463
> Project: Cassandra
> Issue Type: Task
> Components: Core
> Reporter: Jonathan Ellis
> Priority: Minor
> Fix For: 0.5
>
> Attachments: 0001-CASSANDRA-463-cleanup.txt,
> 0002-add-MemtableFlushAfterMinutes-a-global-replacement-fo.txt
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.