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

   > Now I see that AzureSegmentArchiveWriter, also has retry parameters. Need 
to align it with parameters introduced in this PR. 
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureSegmentArchiveWriter.java#L45
   
   The code in this PR does not need to be changed, since already existing 
parameters, ```azure.segment.archive.writer.retries.max```  and 
```azure.segment.archive.writer.retries.intervalMs``` are configuring 
```Retrier```, and in execute method there is always 
```writeAccessController.checkWritingAllowed();``` check. 


-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to