Unnecessary call to syncWal(region); in HRegionServer -----------------------------------------------------
Key: HBASE-2245 URL: https://issues.apache.org/jira/browse/HBASE-2245 Project: Hadoop HBase Issue Type: Improvement Components: regionserver Affects Versions: 0.20.3 Reporter: Benoit Sigoure Assignee: Benoit Sigoure Priority: Minor 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);}}. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.