Action should not store or serialize regionName
-----------------------------------------------
Key: HBASE-3534
URL: https://issues.apache.org/jira/browse/HBASE-3534
Project: HBase
Issue Type: Bug
Reporter: ryan rawson
Fix For: 0.92.0
Action stores the regionName, BUT an action comes from a MultiAction, which
contains:
public Map<byte[], List<Action<R>>> actions
Which means we are storing the regionName multiple times. In fact, no one even
calls the accessor getRegionName!
It changes the serialization of Action and MultiAction, but reduces the byte
overhead.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira