[ 
https://issues.apache.org/jira/browse/HBASE-17504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833717#comment-15833717
 ] 

Hudson commented on HBASE-17504:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-1.4 #600 (See 
[https://builds.apache.org/job/HBase-1.4/600/])
HBASE-17504 The passed durability of Increment is ignored when syncing (tedyu: 
rev 6e0f3f5bbc3183c8e768a72dbacde56be51442a1)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java


> 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
>            Assignee: ChiaPing Tsai
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: HBASE-17504.branch-1.v0.patch
>
>
> {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)

Reply via email to