You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Oleg Anastasyev (JIRA)" <ji...@apache.org> on 2013/09/24 15:39:04 UTC

[jira] [Created] (CASSANDRA-6087) Node OOMs on commit log replay when starting up

Oleg Anastasyev created CASSANDRA-6087:
------------------------------------------

             Summary: Node OOMs on commit log replay when starting up
                 Key: CASSANDRA-6087
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6087
             Project: Cassandra
          Issue Type: Bug
            Reporter: Oleg Anastasyev
         Attachments: CassandraDaemon.txt

After some activity on batchlogs and hints and CFs restarted nodes without finished draining. On startup it OOMs. 

Investigating it found, that memtables occupied all available RAM, because MeteredFlusher is started later in setup code, so memtables cannot flush. 

Fixed by starting metered flusher before commit log replay starts

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira