georgew5656 commented on code in PR #16558: URL: https://github.com/apache/druid/pull/16558#discussion_r1628455989
########## extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureStorage.java: ########## @@ -56,255 +54,391 @@ */ public class AzureStorage Review Comment: would it be possible to log a warning somewhere if we're using azure as deep storage and the container doesn't exist? where "using azure as deep storage"=getAzureStorageContainer is called (i don't think getAzureStorageContainer would be called if we were just loading the azure extension and using it to ingest data from azure). or maybe even try to create the container at this point instead? -- 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]
