HBASE-23287 LogCleaner is not added to choreService
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
a154bd8a73
commit
5130bc52d5
|
@ -1259,6 +1259,7 @@ public class HMaster extends HRegionServer implements MasterServices, Server {
|
|||
this.logCleaner = new LogCleaner(cleanerInterval, this, conf,
|
||||
getMasterFileSystem().getOldLogDir().getFileSystem(conf),
|
||||
getMasterFileSystem().getOldLogDir(), cleanerPool);
|
||||
getChoreService().scheduleChore(logCleaner);
|
||||
//start the hfile archive cleaner thread
|
||||
Path archiveDir = HFileArchiveUtil.getArchivePath(conf);
|
||||
Map<String, Object> params = new HashMap<String, Object>();
|
||||
|
|
Loading…
Reference in New Issue