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

writeToWAL is not serialized for increment operation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.90.0
    • 0.90.2, 0.92.0
    • Client
    • None

    Description

      Class org.apache.hadoop.hbase.client.Increment has a member
      boolean writeToWAL;
      that is not serialized/deserialized in write/readFields functions. As a result an operation to increment several columns within a single row always writes to WAL, even if a client calls
      increment.setWriteToWAL(false);

      Attachments

        1. HBASE-3566.patch
          0.9 kB
          Andrew Kyle Purtell

        Activity

          People

            apurtell Andrew Kyle Purtell
            dmitrip Dmitri Pavlovski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: