clepz opened a new issue, #16501: URL: https://github.com/apache/druid/issues/16501
Hi, I followed the quick start directives for docker-compose on Windows. When I tried some of the data load methods (local disk, example data, paste data). Every time the task failed with this error `Failed to run task with an exception. See middleManager or indexer logs for more details.`  When I checked the logs, I realized that middleware threw an error that it couldn't create the index-logs folder under /opt/shared which is the shared volume. I opened this issue to share my solution. - I created a new service with the command `sh", "-c", "chown -R 1000:1000 /opt/shared` and attached the shared volume. - I added this new service to all other services as a depend. -- 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]
