sachidananda007 opened a new issue, #16694: URL: https://github.com/apache/druid/issues/16694
Druid is on 25.0.0 running on kubernetes. I see one issue in auto-compaction for coordinator when it calculates the totalSlots - It doesn't take into account the middle-manager-tiers. We have 2 tiers. for example: 1. compact_tier(10 MMs with 4 slots each) 2. default_tier(50 MMs with 10 slots each) So It ignores tiers and shows maxCompactionslots to 54 which is [0.1*(40+500)] In this log it shows wrong `"Found [32] available task slots for compaction out of [54] max compaction task capacity"` -- 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]
