[MINOR] Correct the logs of enable/not-enable async cleaner service. (#3271)
Co-authored-by: yuezhang <yuezhang@freewheel.tv>
This commit is contained in:
@@ -61,7 +61,7 @@ class AsyncCleanerService extends HoodieAsyncService {
|
|||||||
asyncCleanerService = new AsyncCleanerService(writeClient, instantTime);
|
asyncCleanerService = new AsyncCleanerService(writeClient, instantTime);
|
||||||
asyncCleanerService.start(null);
|
asyncCleanerService.start(null);
|
||||||
} else {
|
} else {
|
||||||
LOG.info("Auto cleaning is not enabled. Not running cleaner now");
|
LOG.info("Async auto cleaning is not enabled. Not running cleaner now");
|
||||||
}
|
}
|
||||||
return asyncCleanerService;
|
return asyncCleanerService;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user