jelmini opened a new pull request, #957:
URL: https://github.com/apache/jackrabbit-oak/pull/957

   * Reduce the probability of transient Azure issues to break TarWriter, by 
retrying methods AzureSegmentArchiveWriter#doWriteDataFile and 
AzureSegmentArchiveWriter#afterQueueClosed, which are called on TarWriter#close.
   * FileStore#tryFlush, which is called in a background thread, now closes the 
FileStore in case an unrecoverable exception is caught, to prevent it to 
continue while in an inconsistent state.
   * Extracted & improved existing retry logic in its own class, 
org.apache.jackrabbit.oak.segment.azure.util.Retries.


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