georgew5656 commented on code in PR #15630: URL: https://github.com/apache/druid/pull/15630#discussion_r1464147557
########## extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureClientFactory.java: ########## @@ -46,31 +48,20 @@ public AzureClientFactory(AzureAccountConfig config) } // It's okay to store clients in a map here because all the configs for specifying azure retries are static, and there are only 2 of them. Review Comment: there are only 2 places where retryCount is configured and they're both static configs so there's only ever 2 values for retryCount -- 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]
