[
https://issues.apache.org/jira/browse/HBASE-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell resolved HBASE-3566.
-----------------------------------
Resolution: Fixed
Fix Version/s: 0.92.0
0.90.2
Committed trivial patch to 0.90 branch and trunk. All tests pass locally.
> 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