ierandra commented on code in PR #2436: URL: https://github.com/apache/jackrabbit-oak/pull/2436#discussion_r2260840959
########## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureJournalFile.java: ########## @@ -245,23 +248,22 @@ private void createNextFile(int suffix) throws IOException { } private int parseCurrentSuffix() { - String name = AzureUtilities.getName(currentBlob); Review Comment: the issue should be fixed by just changing this line to ``` String name = currentBlob.getBlobName(); ```` ########## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureJournalFile.java: ########## @@ -245,23 +248,22 @@ private void createNextFile(int suffix) throws IOException { } private int parseCurrentSuffix() { - String name = AzureUtilities.getName(currentBlob); Review Comment: the issue should be fixed by just changing this line to ``` String name = currentBlob.getBlobName(); ```` -- 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