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

All appends are serialized in HLog

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.20.2
    • None
    • None
    • None

    Description

      duiod on IRC was asking about locks on the write path so I reviewed it a bit and saw that we are very good at not locking except on row level in HRegion and others but in HLog we actually synchronize everything on updateLock. I'm pretty sure that's not what we want. I guess a RWLock would be more useful.

      Attachments

        Activity

          People

            jdcryans Jean-Daniel Cryans
            jdcryans Jean-Daniel Cryans
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: