gianm commented on issue #17848: URL: https://github.com/apache/druid/issues/17848#issuecomment-2861833795
Good to know you figured it out! Thanks for posting what worked. > @gianm should it work also with the default log config? or should it considered as bug? This feature (and others) definitely do require task logging to be configured to use some shared storage, like `azure`, in order to work properly. The `file` type is meant for situations where you are running on a single server, which wouldn't be the case in kubernetes. In this case, the task log location is used for tasks to save their status. As to `druid.indexer.fallbackToS3TaskJsonFetch=true`, I am not sure if that does anything; I don't see a reference to it in the code, or even to `fallbackToS3TaskJsonFetch`. -- 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]
