You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Class names of the implementation of interface {@link com.linkedin.venice.controller.logcompaction.RepushCandidateFilter} in {@link com.linkedin.venice.controller.logcompaction.CompactionManager}
419
-
* These are prerequisite filters evaluated with AND logic (all must pass).
418
+
* Class names of the implementation of interface
419
+
* {@link com.linkedin.venice.controller.logcompaction.RepushCandidateFilter} used by
* Class names of the implementation of interface {@link com.linkedin.venice.controller.logcompaction.RepushCandidateTrigger} in {@link com.linkedin.venice.controller.logcompaction.CompactionManager}
425
-
* These are trigger conditions evaluated with OR logic (any must pass).
428
+
* Class names of the implementation of interface
429
+
* {@link com.linkedin.venice.controller.logcompaction.RepushCandidateTrigger} used by
Copy file name to clipboardExpand all lines: services/venice-controller/src/main/java/com/linkedin/venice/controller/logcompaction/VersionStalenessTrigger.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@
16
16
* As a {@link RepushCandidateTrigger}, this participates in OR logic with other triggers — if any
17
17
* trigger passes, the store is scheduled for compaction (provided all prerequisite filters also pass).
Copy file name to clipboardExpand all lines: services/venice-controller/src/test/java/com/linkedin/venice/controller/logcompaction/CompactionManagerTest.java
0 commit comments