You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marcus Eriksson (JIRA)" <ji...@apache.org> on 2017/06/05 08:38:04 UTC

[jira] [Comment Edited] (CASSANDRA-13068) Fully expired sstable not dropped when running out of disk space

    [ https://issues.apache.org/jira/browse/CASSANDRA-13068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16036678#comment-16036678 ] 

Marcus Eriksson edited comment on CASSANDRA-13068 at 6/5/17 8:37 AM:
---------------------------------------------------------------------

instead of that {{fullyExpiredSSTables.isEmpty()}} check could we just subtract the size of the {{fullyExpiredSSTables}} from {{expectedWriteSize}} in {{CompactionTask#checkAvailableDiskSpace}}?


was (Author: krummas):
instead of that {{fullyExpiredSSTables.isEmpty()}} could we just subtract the size of the {{fullyExpiredSSTables}} from {{expectedWriteSize}} in {{CompactionTask#checkAvailableDiskSpace}}?

> Fully expired sstable not dropped when running out of disk space
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-13068
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13068
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Compaction
>            Reporter: Marcus Eriksson
>            Assignee: Lerh Chuan Low
>              Labels: lhf
>             Fix For: 3.0.x, 3.11.x, 4.x
>
>
> If a fully expired sstable is larger than the remaining disk space we won't run the compaction that can drop the sstable (ie, in our disk space check should not include the fully expired sstables)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org