Andrew Kyle Purtell created HBASE-25840:
-------------------------------------------
Summary: CatalogJanitor warns about skipping gc of regions during
RIT, but does not actually skip
Key: HBASE-25840
URL: https://issues.apache.org/jira/browse/HBASE-25840
Project: HBase
Issue Type: Bug
Affects Versions: 2.4.3
Reporter: Andrew Kyle Purtell
Assignee: Andrew Kyle Purtell
Fix For: 3.0.0-alpha-1, 2.5.0, 2.4.3
Found while looking for something else.
We claim in a WARN level log line to {{"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.
Playing it safe has proven unnecessary, I would say. Nonetheless here is a
patch that adds the missing return, for discussion.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)