zachjsh commented on code in PR #15630: URL: https://github.com/apache/druid/pull/15630#discussion_r1464038170
########## 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: Is it still true that there will only be at most 2 entries per storage account? Seems like with the addition of the retryCount in the key, this constraint has changed? Or what limits it to only 2 per account given this? -- 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]
