[
https://issues.apache.org/jira/browse/HBASE-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-3534:
--------------------------
Attachment: 3534-v3.txt
This is the version I committed.
> 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
> Assignee: Ted Yu
> Fix For: 0.92.0
>
> Attachments: 3534-v2.txt, 3534-v3.txt, 3534.txt
>
>
> 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