Slackbot
03/12/2023, 5:47 AMSergio Ferragut
03/13/2023, 10:58 PMdruid.segmentCache.dropSegmentDelayMillis which says
How long a process delays before completely dropping segment.
But this is a historical property, not sure if the coordinator would also pick it up or if it could be set to something larger. Seems more like a delay in deleting local files after the instruction to drop is received.
I would expect it to be a coordinator configuration. I'll let you know if I find anything.Gian Merlino
03/13/2023, 11:05 PMreplicationThrottleLimit (see https://druid.apache.org/docs/latest/configuration/index.html#dynamic-configuration), assuming other replicas exist elsewhere. you might find this helpful
also i wonder why your historical frequently crashes? if i was you i would try to fix that— it sounds annoying! maybe we can help with this issue too.