[
https://issues.apache.org/jira/browse/HBASE-25091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Stack resolved HBASE-25091.
-----------------------------------
Fix Version/s: 2.4.0
3.0.0-alpha-1
Hadoop Flags: Reviewed
Assignee: Michael Stack
Resolution: Fixed
Merged. Thanks for reviews [~zhangduo] and [~zghao]
> Move LogComparator from ReplicationSource to
> AbstractFSWALProvider#.WALsStartTimeComparator
> -------------------------------------------------------------------------------------------
>
> Key: HBASE-25091
> URL: https://issues.apache.org/jira/browse/HBASE-25091
> Project: HBase
> Issue Type: Improvement
> Reporter: Michael Stack
> Assignee: Michael Stack
> Priority: Minor
> Fix For: 3.0.0-alpha-1, 2.4.0
>
>
> Minor cleanup item noticed playing over in HBASE-18070.
> ReplicationSource has an inner class named LogComparator which is a pretty
> generic name for the comparator only it just compares on WAL start time and
> nothing else.
> Also, messing in HBASE-18070 I ran into compares that included user-space
> WALs and hbase:meta WALs. The LogComparator as is barfed on meta WALs.
> This ticket moves the comparator to AbstractFSWALProvider, where folks will
> go looking if they need WAL comparators, and it also renames it to more
> clearly explain what it does (and makes it so it can compare start times even
> if it a meta WAL).
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)