ierandra commented on code in PR #2436:
URL: https://github.com/apache/jackrabbit-oak/pull/2436#discussion_r2260820467
##########
oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzurePersistence.java:
##########
@@ -89,7 +96,7 @@ public boolean segmentFilesExist() {
@Override
public JournalFile getJournalFile() {
- return new AzureJournalFile(readBlobContainerClient,
writeBlobContainerClient, rootPrefix + "/journal.log", writeAccessController);
+ return new AzureJournalFile(readBlobContainerClient,
writeBlobContainerClient, rootPrefix + "/journal.log", writeAccessController,
journalLineLimit);
Review Comment:
the logic for setting the `journalLineLimit` has not changed.
The problem indeed is because of the `rootPrefix + "/journal.log"` in the
constructor
--
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]