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

Reply via email to