Skip to content

Commit

Permalink
[controller] ConfigKeys::TIME_SINCE_LAST_LOG_COMPACTION_THRESHOLD_MS …
Browse files Browse the repository at this point in the history
…cont'd: update CompactionManager init
  • Loading branch information
Whitney Deng committed Dec 17, 2024
1 parent 87294ca commit e6d2bb4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,8 @@ public VeniceHelixAdmin(
ReflectUtils.loadClass(multiClusterConfigs.getRepushOrchestratorClassName());
RepushOrchestrator repushOrchestrator =
ReflectUtils.callConstructor(repushOrchestratorClass, new Class[0], new Object[0]);
compactionManager = new CompactionManager(repushOrchestrator);
compactionManager =
new CompactionManager(repushOrchestrator, multiClusterConfigs.getTimeSinceLastLogCompactionThresholdMS());
}

List<ClusterLeaderInitializationRoutine> initRoutines = new ArrayList<>();
Expand Down

0 comments on commit e6d2bb4

Please sign in to comment.