Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
snalli committed Nov 5, 2023
1 parent ce7cc38 commit cdb19ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public VcrReplicationManager(CloudConfig cloudConfig, ReplicationConfig replicat
tokenHelper, cloudDestination);
if (cloudConfig.cloudBlobCompactionEnabled) {
this.cloudStorageCompactor = new CloudStorageCompactor(cloudDestination, cloudConfig, partitionToPartitionInfo.keySet(), vcrMetrics);
logger.info("[COMPACT] Created CloudStorageCompactor");
}
this.cloudContainerCompactor = cloudDestination.getContainerCompactor();
}
Expand Down

0 comments on commit cdb19ed

Please sign in to comment.