[
https://issues.apache.org/jira/browse/HBASE-16480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang resolved HBASE-16480.
-------------------------------
Resolution: Won't Fix
Resolve as won't fix since not active for 8 years and we have use the current
WALKey and WALEdit everywhere in code.
> Merge WALEdit and WALKey
> ------------------------
>
> Key: HBASE-16480
> URL: https://issues.apache.org/jira/browse/HBASE-16480
> Project: HBase
> Issue Type: Sub-task
> Components: wal
> Reporter: Enis Soztutar
> Priority: Major
> Attachments: HBASE-16480.master.001.patch
>
>
> No need for separate classes:
> {code}
> // TODO: Key and WALEdit are never used separately, or in one-to-many
> relation, for practical
> // purposes. They need to be merged into WALEntry.
> @InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.REPLICATION)
> public class WALKey implements SequenceId, Comparable<WALKey> {
> {code}
> Will reduce garbage a little and simplify code. We can get rid of WAL.Entry
> as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)