Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
hbase-11339
-
None
-
Reviewed
Description
NullPointerException in ExpiredMobFileCleanerChore. In the ExpiredMobFileCleanerChore, we invoked ExpiredMobFileCleaner to clean the expired mob files. But we didn't pass the conf in which led to a NPE when invoking methods of conf in cleaner. This patch will fix the NPE issue.