kfaraz commented on code in PR #17863:
URL: https://github.com/apache/druid/pull/17863#discussion_r2028414523
##########
server/src/main/java/org/apache/druid/server/coordinator/SegmentCountsPerInterval.java:
##########
@@ -61,6 +66,11 @@ public long getTotalSegmentBytes()
return totalSegmentBytes;
}
+ public Set<DataSegment> getSegments()
Review Comment:
you might need to do
```
else if (action == DROP)
```
since the action can be MOVE_FROM too.
--
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]