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

Can OOM on CL replay with dense mutations

    XMLWordPrintableJSON

Details

    Description

      If you write dense mutations with many clustering keys, the replay of the CL can quickly overwhelm a node on startup. This looks to be caused by the fact we only ensure there are 1000 mutations in flight at a time. but those mutations could have thousands of cells in them.

      A better approach would be to limit the CL replay to the amount of memory in flight using cell.unsharedHeapSize()

      Attachments

        Activity

          People

            aweisberg Ariel Weisberg
            tjake T Jake Luciani
            Ariel Weisberg
            T Jake Luciani
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: