Akshat-Jain commented on code in PR #17566:
URL: https://github.com/apache/druid/pull/17566#discussion_r1884451399


##########
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:
   @kfaraz Should we wrap this in `log.isDebugEnabled()` since we have `new 
Interval(remainingStart, remainingEnd)` as one of the arguments?
   
   My understanding is that a new instance of Interval will be created even if 
debug logging isn't enabled.



-- 
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