kfaraz commented on issue #17594:
URL: https://github.com/apache/druid/issues/17594#issuecomment-2558112245

   Thanks for reporting this issue, @Z9n2JktHlZDmlhSvqc9X2MmL3BwQG7tk !
   When `smartSegmentLoading` is set to `true`, the value of 
`replicationThrottleLimit` provided in the coordinator's dynamic is essentially 
ignored. Smart segment loading automatically calculates the value of 
`replicationThrottleLimit` to be 5% of the total number of "used" segments in 
the cluster.
   
   So, if you have 1000 used segments in the cluster, replication throttle 
limit would be calculated as 50.
   
   For the time being, you could try setting these:
   
   ```
   smartSegmentLoading: false
   maxSegmentsInNodeLoadingQueue: 0
   replicationThrottleLimit: 10 (or any other value that suits you depending on 
the total number of segments in your cluster)
   ```
   
   However, in the long run, we would like to improve the computation of 
`replicationThrottleLimit` performed by the Coordinator even when 
`smartSegmentLoading` is set to `true`.


-- 
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]

Reply via email to