Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-6079

Memtables flush is delayed when having a lot of batchlog activity, making node OOM

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.2.11, 2.0.2
    • None
    • None
    • Low

    Description

      Both MeteredFlusher and BatchlogManager share the same OptionalTasks thread. So, when batchlog manager processes its tasks no flushes can occur. Even more, batchlog manager waits for batchlog CF compaction to finish.

      On a lot of batchlog activity this prevents memtables from flush for a long time, making the node OOM.

      Fixed this by moving batchlog to its own thread and not waiting for batchlog compaction to finish.

      Attachments

        1. NoWaitBatchlogCompaction.diff
          4 kB
          Oleg Anastasyev

        Activity

          People

            m0nstermind Oleg Anastasyev
            m0nstermind Oleg Anastasyev
            Oleg Anastasyev
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: