kfaraz commented on issue #19112: URL: https://github.com/apache/druid/issues/19112#issuecomment-4028791544
@GWphua , I have approved #19118 , thanks for the fix! The cache taking too long to sync 6000 segments is indeed weird. It shouldn't take more than a couple of seconds. This code has not been touched recently either and I have been using it in production for quite some time now. Is the cache able to sync even once? How about the Coordinator, is that also taking time to sync? You can set the property `druid.manager.segments.useIncrementalCache: always` on Coordinator too to see if the cache works fine there. -- 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]
