mreutegg commented on code in PR #2467: URL: https://github.com/apache/jackrabbit-oak/pull/2467#discussion_r2294023009
########## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureSegmentArchiveWriter.java: ########## @@ -57,6 +57,7 @@ public AzureSegmentArchiveWriter(BlobContainerClient blobContainerClient, String this.archiveName = AzureUtilities.ensureNoTrailingSlash(archiveName); this.archivePathPrefix = AzureUtilities.asAzurePrefix(rootPrefix, archiveName); this.writeAccessController = writeAccessController; + this.created = AzureUtilities.archiveExists(blobContainerClient, archivePathPrefix); Review Comment: Can you please explain why this is necessary? I don't understand how this is related to the reported issue. -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org