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

Reduce thread contention in CommitLogSegment and HintsBuffer by rewriting CAS loops to atomic adds

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      Follow up to CASSANDRA-15922

      Both CommitLogSegment and HintsBuffer use AtomicIntegers for the current offset when allocating. Like in CASSANDRA-15922 the loops on .compareAndSet(..) can be replaced with atomic adds using the . getAndAdd(..) method.

      In highly contended environments the CAS failures can be high, starving writes in a running Cassandra node. On the same cluster CASSANDRA-15922 was found, after CASSANDRA-15922's fix was deployed, there was still problems around commit log flushing and hints. No flamegraph was collected that demonstrated the thread contention as clearly as was found in CASSANDRA-15922, but the performance fix proposed here hopefully is obvious enough.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            mck Michael Semb Wever Assign to me
            mck Michael Semb Wever
            Michael Semb Wever
            Benjamin Lerer, Berenguer Blasi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment