Stale comments in compaction logic
Open
Bug
- Dominant language
- Java
- Stars
- 14.1k
- Forks
- 3.8k
- Avg merge
- 2d 58m
- Merged PRs (30d)
- 233
Description
https://github.com/apache/incubator-druid/blob/517c14632eb627e355840c4991520606608d4caf/server/src/main/java/org/apache/druid/server/coordinator/helper/NewestSegmentFirstIterator.java#L315-L326
-- references `intervalToSearch` but there is no longer such parameter to the method.
https://github.com/apache/incubator-druid/blob/517c14632eb627e355840c4991520606608d4caf/server/src/test/java/org/apache/druid/server/coordinator/helper/NewestSegmentFirstPolicyTest.java#L115-L124
-- references `SegmentCompactorUtil.LOOKUP_PERIOD` but there is no longer such constant.
Contributor guide
Assessment
This issue has not been assessed yet.