mirror of
https://github.com/apache/druid.git
synced 2025-02-13 13:34:58 +00:00
Bug: When coordinator period is less than 30s, `maxSegmentsToMove` is always computed as 0 irrespective of number of available threads. Changes: - Fix lower bound condition and set minimum value to 100. - Add new test which fails without this fix