Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
hbase-11339
-
None
-
Reviewed
Description
Currently, the ExpiredMobFileCleanerChore and MobFileCompactorChore are executed immediately when the master is started. At that time most of regions are not online, running these chore is a waste. We need to add a delay for them, now in the patch, we will use the interval as the initial delay.