JRobTS commented on issue #15912: URL: https://github.com/apache/druid/issues/15912#issuecomment-1947428749
That's correct. Old unused segments are not included in the interval unless a leader election just happened. To be fair, the kill job does find unused segments, it's just finding the recent stuff from compaction and not including the older unused segments from drop forever rule. On Thu, Feb 15, 2024, 10:49 zachjsh ***@***.***> wrote: > @JRobTS <https://github.com/JRobTS> , thanks for submitting this issue. > As I recall, the coordinator should loop around to the older segments that > i missed on way up, after it has found no new unused segments for a given > later interval. Are you finding this not to be the case? > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/druid/issues/15912#issuecomment-1946753117>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ASMJP67VFNFEDQ24YNDZIDLYTZDCXAVCNFSM6AAAAABDJI4A6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBWG42TGMJRG4> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
