georgew5656 commented on code in PR #15287: URL: https://github.com/apache/druid/pull/15287#discussion_r1420500841
########## extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureTaskLogsConfig.java: ########## @@ -37,19 +36,14 @@ public class AzureTaskLogsConfig @NotNull private String prefix = null; - @JsonProperty - @Min(1) - private int maxTries = 3; Review Comment: i don't really see this config documented anywhere and its not supported with S3TaskLogs or GoogleTaskLogs so i just removed it -- 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]
