File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
hbase-server/src/main/java/org/apache/hadoop/hbase/master Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6161import org .apache .hadoop .hbase .util .Pair ;
6262import org .apache .hadoop .hbase .util .PairOfSameType ;
6363import org .apache .hadoop .hbase .util .Threads ;
64- import org .apache .hbase . thirdparty . com . google . common . annotations . VisibleForTesting ;
64+ import org .apache .yetus . audience . InterfaceAudience ;
6565import org .slf4j .Logger ;
6666import org .slf4j .LoggerFactory ;
6767
68+ import org .apache .hbase .thirdparty .com .google .common .annotations .VisibleForTesting ;
69+
6870/**
6971 * A janitor for the catalog tables. Scans the <code>hbase:meta</code> catalog
7072 * table on a period. Makes a lastReport on state of hbase:meta. Looks for unused
7678// TODO: Only works with single hbase:meta region currently. Fix.
7779// TODO: Should it start over every time? Could it continue if runs into problem? Only if
7880// problem does not mess up 'results'.
79- @ org . apache . yetus . audience . InterfaceAudience .Private
81+ @ InterfaceAudience .Private
8082public class CatalogJanitor extends ScheduledChore {
8183 private static final Logger LOG = LoggerFactory .getLogger (CatalogJanitor .class .getName ());
8284 private final AtomicBoolean alreadyRunning = new AtomicBoolean (false );
You can’t perform that action at this time.
0 commit comments