You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2017/01/21 19:08:27 UTC

[jira] [Created] (HBASE-17504) The passed durability of Increment is ignored when syncing WAL

ChiaPing Tsai created HBASE-17504:
-------------------------------------

             Summary: The passed durability of Increment is ignored when syncing WAL
                 Key: HBASE-17504
                 URL: https://issues.apache.org/jira/browse/HBASE-17504
             Project: HBase
          Issue Type: Bug
            Reporter: ChiaPing Tsai
            Priority: Minor
             Fix For: 1.4.0


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)