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