incCleanerStats();
SourceStatusInfo s = _sourceStatusInfo;
{
assert(s.getSrcName().equals(_source));
BootstrapDBType type = _bootstrapCleanerStaticConfig.getBootstrapType(s.getSrcName());
LOG.info("Cleaner running for source :" + s.getSrcName() + "("
+ s.getSrcId() + ") with bootstrapDB type :" + type);
BootstrapLogInfo logInfo = _bootstrapDBCleanerQueryExecutor.getThresholdWindowSCN(type, s.getSrcId());