WilliamRoyNelson opened a new pull request, #15986: URL: https://github.com/apache/druid/pull/15986
### Adds a debug log message for S3 when granting Full Control ACL If either `druid.indexer.logs.disableAcl` or `druid.storage.disableAcl` is set to true, and logging is set to debug, this will generate a message every time an object is written to S3 that contains the ID of the Bucket Owner. The main use of this is to help identify a misconfiguration of the above mentioned configurations. If storage is set to true, and the logs is not (and they use the same bucket), then the MiddleManager will may to write the task log to S3 and even if the task was successful, it will treat it as a failed task, causing it to restart. By adding this log message, it should show an identifiable difference between the behavior in Peon logs and MiddleManager logs. - [ ] been self-reviewed. - [ ] been tested in a test Druid cluster. -- 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]
