jihoonson commented on issue #10193: URL: https://github.com/apache/druid/issues/10193#issuecomment-660322298
Thanks for confirming the issue. > Yes, that does help to a certain extent as well. However certain clusters tend to set the default value for this property in order to minimize zookeeper flakiness that sometimes accompanies higher `druid.segmentCache.numLoadingThreads` values. Are there any flakiness problems you are aware of? Maybe we should fix them. > In terms of a fix for this issue, I think using the `failedAssignCount` from LoadQueuePeon or something similar as a factor in the balancing strategy could help. Yeah, maybe the assign timeout should be used only for triggering reassign so that segments can be loaded as soon as possible, but the balancer should treat as if those segments were still in the loadQueuePeon. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
