jihoonson commented on issue #11140: URL: https://github.com/apache/druid/issues/11140#issuecomment-845686882
I haven't heard of a lot of issues about task storage performance, but think it depends on your ingestion workload. I would suggest switching to a database-backed task storage because you will lose not only task history but also task locks of the tasks currently running. Perhaps losing task history might be forgivable, but losing task locks will make all your tasks failed whenever you restart the overlord. -- 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]
