mirror of
https://github.com/apache/druid.git
synced 2025-02-08 11:05:05 +00:00
* Add maxSegmentsInQueue parameter to CoordinatorDinamicConfig and use it in LoadRule to improve segments loading and replication time * Rename maxSegmentsInQueue to maxSegmentsInNodeLoadingQueue * Make CoordinatorDynamicConfig constructor private; add/fix tests; set default maxSegmentsInNodeLoadingQueue to 0 (unbounded) * Docs added for maxSegmentsInNodeLoadingQueue parameter in CoordinatorDynamicConfig * More docs for maxSegmentsInNodeLoadingQueue and style fixes