kfaraz commented on code in PR #17566:
URL: https://github.com/apache/druid/pull/17566#discussion_r1886184301


##########
server/src/main/java/org/apache/druid/server/compaction/DataSourceCompactibleSegmentIterator.java:
##########
@@ -491,10 +491,9 @@ static List<Interval> filterSkipIntervals(Interval 
totalInterval, List<Interval>
         remainingStart = skipInterval.getEnd();
       } else {
         // Ignore this skipInterval
-        log.warn(
+        log.debug(

Review Comment:
   That's true. But this is a rare enough scenario that the creation of the 
superfluous Interval object will not be costly.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to