[
https://issues.apache.org/jira/browse/CASSANDRA-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846253#action_12846253
]
Gary Dusbabek edited comment on CASSANDRA-880 at 3/17/10 2:07 AM:
------------------------------------------------------------------
Right on the OOM. Modified to use a counter instead.
Maybe the WrappedRunnable should be replaced with a Runnable and the decrement
should happen in a finally. But if there is an IOException during the
Table.apply(), we probably have far worse problems than non-recovery.
was (Author: gdusbabek):
Right on the OOM. Modified to use a counter instead.
> add "drain" command
> -------------------
>
> Key: CASSANDRA-880
> URL: https://issues.apache.org/jira/browse/CASSANDRA-880
> Project: Cassandra
> Issue Type: Task
> Components: Tools
> Reporter: Jonathan Ellis
> Assignee: Gary Dusbabek
> Fix For: 0.6
>
> Attachments: v3-0001-drain-method.txt,
> v3-0002-cleanup-DeletionService-and-MessagingService.txt
>
>
> "drain" will flush and not accept more writes, leaving the commitlog empty on
> restart.
> this is important to make the future upgrade to 0.7 smooth.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.