Description
when catalogJanitor is disabled it has various condition for which it can be true to disable CatalogJanitor and sends this message "CatalogJanitor disabled! Not running scan." Since this is an async thread, it is difficult to identify what is the exact reason for it disable. We could log all conditions alongwith LOG.warn("CatalogJanitor disabled! Not running scan.") for better debugging.