pjain1 commented on a change in pull request #11507:
URL: https://github.com/apache/druid/pull/11507#discussion_r681432620



##########
File path: 
extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureDataSegmentPusher.java
##########
@@ -107,7 +104,7 @@ public String getStorageDir(DataSegment dataSegment, 
boolean useUniquePath)
         useUniquePath ? DataSegmentPusher.generateUniquePath() : null
     );
 
-    log.info("DataSegment: [%s]", seg);
+    log.info("DataSegment Suffix: [%s]", seg);

Review comment:
       this is needed because `pushToPath` accepts `storageDirSuffix` not the 
full path as it prefixes the path with configured prefix and this method is 
called in `push` method before calling `pushToPath`. Also if you see 
implementations of `getStorageDir` for other pushers they all return suffix so 
this change is inline with that.




-- 
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]

Reply via email to