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

Hudson commented on HBASE-3566:
-------------------------------

Integrated in HBase-TRUNK #1755 (See 
[https://hudson.apache.org/hudson/job/HBase-TRUNK/1755/])
    HBASE-3566  writeToWAL is not serialized for increment operation


>  writeToWAL is not serialized for increment operation
> -----------------------------------------------------
>
>                 Key: HBASE-3566
>                 URL: https://issues.apache.org/jira/browse/HBASE-3566
>             Project: HBase
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.90.0
>            Reporter: Dmitri Pavlovski
>            Assignee: Andrew Purtell
>             Fix For: 0.90.2, 0.92.0
>
>         Attachments: HBASE-3566.patch
>
>
> 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);

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to