You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/09/23 18:12:00 UTC

[jira] [Created] (HBASE-25091) Move LogComparator from ReplicationSource to AbstractFSWALProvider#.WALsStartTimeComparator

Michael Stack created HBASE-25091:
-------------------------------------

             Summary: 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


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)