HBASE-25840 CatalogJanitor warns about skipping gc of regions during RIT, but does...
commite44592a37d6127cc576dada3c5f287dcd0572340
authorAndrew Purtell <apurtell@apache.org>
Tue, 4 May 2021 01:14:38 +0000 (3 18:14 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 01:14:38 +0000 (3 18:14 -0700)
tree553d1156973af5d7ea51cb559edb41aff7004d7c
parent762abe3beab9dc6711c2497bc3cd7bdb11b95882
HBASE-25840 CatalogJanitor warns about skipping gc of regions during RIT, but does not actually skip (#3223)

We claim in a WARN level log line to be "Playing-it-safe skipping merge/
split gc'ing of regions from hbase:meta while regions-in-transition (RIT)"
but do not actually skip because of a missing return. Remove the warning.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
hbase-server/src/main/java/org/apache/hadoop/hbase/master/janitor/CatalogJanitor.java