kfaraz commented on issue #13080: URL: https://github.com/apache/druid/issues/13080#issuecomment-1250811970
@599166320 , the configuration seems to be correct for your required behaviour. It seems that your `cold` tier needs to have 2 replicas. Do you have enough historicals in the `cold` tier? If you don't, then it is possible that the segments are never able to reach the target replication of 2. Currently, not being at the target replication level can also block the cleanup from the `_default_tier`. If you have a metric emitter configured, you can check these metrics emitted by the coordinator to be certain: `segment/underReplicated/count` `segment/dropped/count` Alternatively, you can also take a look at the logs at try to find logs which say something like: ``` "Loading in progress for segment [<segmentIdhere>], skipping drop from tier [<tierNameHere>] until loading is complete! " ``` -- 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]
