Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-15047

Try spin lock for MVCC completion

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Waits/Notify is very very expensive since it can cost a thread scheduling. There should only ever be a few threads ( < Num Cores ) running. So it should be possible to spin and use compare and swap to update the read point.

      Attachments

        1. HBASE-15047.patch
          7 kB
          Elliott Neil Clark

        Activity

          People

            eclark Elliott Neil Clark
            eclark Elliott Neil Clark
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated: