[
https://issues.apache.org/jira/browse/HBASE-12600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230234#comment-14230234
]
Enis Soztutar commented on HBASE-12600:
---------------------------------------
This looks good.
Can you please add a comment here, so that 3 is not used again as a tag byte.
{code}
- public static final byte LOG_REPLAY_TAG_TYPE = (byte) 3;
{code}
> Remove REPLAY tag dependency in Distributed Replay Mode
> -------------------------------------------------------
>
> Key: HBASE-12600
> URL: https://issues.apache.org/jira/browse/HBASE-12600
> Project: HBase
> Issue Type: Bug
> Components: wal
> Affects Versions: 2.0.0, 0.99.1
> Reporter: Jeffrey Zhong
> Assignee: Jeffrey Zhong
> Fix For: 2.0.0, 0.99.2
>
> Attachments: HBASE-12600.patch
>
>
> After HBASE-11315 & HBASE-8763, each edit has a unique 'version' i.e. its
> SequenceId(or old mvcc value). Therefore, we don't need replay tag to handle
> out of order same version updates.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)