Slackbot
04/28/2023, 4:06 PMSergio Ferragut
05/01/2023, 4:51 PMdruid.segmentCache.numLoadingThreads - controls the size of the thread pool used for downloading segments from Deep Storage.
On Coordinator:
• druid.coordinator.loadqueuepeon.type = http (this is the new default over zookeeper based curator method.)
Coordinator dynamic config:
• maxSegmentsToMove - defaults to 5, in larger clusters 100-200 is normal. When historicals are added, segments need to move around historicals, this controls the number of segments moved per coordination cycle (1 minute bey default).
• replicationThrottleLimit - defaults to 10, this controls the rate at which segments are replicated per cycle. Like above, 10 is quite small for larger clusters.John Adams
05/01/2023, 4:53 PMSergio Ferragut
05/01/2023, 5:26 PMJohn Adams
05/01/2023, 5:27 PM