smiroslav commented on PR #1204:
URL: https://github.com/apache/jackrabbit-oak/pull/1204#issuecomment-1809779919

   > As far as I can see, SegmentWriteQueue does not check if the lease is held 
by the current instance when writing to Azure. 
   
   Threads picking up items from the queue are eventually calling 
[AzureSegmentArchiveWriter#doWriteArchiveEntry](https://github.com/apache/jackrabbit-oak/blob/e96cfcb52866e33601a939d13c1e1091fd9ff72c/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureSegmentArchiveWriter.java#L62-L62)
 and  writeAccessController.checkWritingAllowed() is being invoked there. 


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

Reply via email to