nibinqtl opened a new issue, #17486: URL: https://github.com/apache/druid/issues/17486
### Affected Version I'm running the currently latest 31.0.0 ### Description - Cluster size: single-server setup - Configurations in use: small I repeatedly use the "local input source" to ingest records in json format at about 10,000 rows every 20 seconds. Each ingest end up as a segment. Then I use auto-compaction to combine them into larger segments of about 3M rows. It worked really well as shown on the console. In the segments list, I can only see the compacted large segments and the recent small segments not yet compacted. However, I noticed that the old (overshadowed) small segments are still in the storage taking disk space. They are at: var/druid/segments/ none of them are actually removed. The directory var/druid/segments-cache/ seems to contain only the active segments and its size matches the size of the data source shown on the console. How can I configure druid to actually remove those old unused overshadowed segments from disk? -- 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]
