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

Unnecessary call to syncWal(region); in HRegionServer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.20.3
    • 0.90.0
    • regionserver
    • Reviewed

    Description

      Some methods unconditionally call syncWal on the region even though the operation specifically asks to not use the WAL.

      The most obvious example is in incrementColumnValue where, regardless of the value of the argument writeToWAL, we always call syncWal(region);.

      Attachments

        Activity

          People

            tsuna Benoit Sigoure
            tsuna Benoit Sigoure
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: