logCleanupIntervalMins = cConfig.getInt(LoggingConfiguration.LOG_CLEANUP_RUN_INTERVAL_MINS,
LoggingConfiguration.DEFAULT_LOG_CLEANUP_RUN_INTERVAL_MINS);
Preconditions.checkArgument(logCleanupIntervalMins > 0,
"Log cleanup run interval is invalid: %s", logCleanupIntervalMins);
AvroFileWriter avroFileWriter = new AvroFileWriter(fileMetaDataManager,
logBaseDir,
serializer.getAvroSchema(),
maxLogFileSizeBytes, syncIntervalBytes,
inactiveIntervalMs);