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

The passed durability of Increment is ignored when syncing WAL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.4.0
    • None
    • None
    • Reviewed

    Description

      HRegion.java
      private Result doIncrement(Increment increment, long nonceGroup, long nonce) throws IOException {
      Durability effectiveDurability =    getEffectiveDurability(increment.getDurability());
      ...
      if(txid != 0) {
        syncOrDefer(txid, durability);
      }
      }
      

      Attachments

        1. HBASE-17504.branch-1.v0.patch
          2 kB
          Chia-Ping Tsai

        Activity

          People

            chia7712 Chia-Ping Tsai
            chia7712 Chia-Ping Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: