[ 
https://issues.apache.org/jira/browse/HBASE-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell reassigned HBASE-3566:
-------------------------------------

    Assignee: Andrew Purtell

>  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
>         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