fabriziofortino commented on PR #728:
URL: https://github.com/apache/jackrabbit-oak/pull/728#issuecomment-1271674873

   @nfsantos
   
   1. This implementation mimics pretty much what `azcopy copy` command does. 
In case of errors, the blob is just skipped and reported at the end of the 
execution. To fail fast, we could introduce a flag (eg: `fail-on-error`). When 
`true` the command will fail when the first item fails without waiting until 
the end. I have introduced an intermediate log error message as you proposed, 
so the operator does not have to wait until the end in case something goes 
wrong.
   2. Even on this, I have replicated what `azcopy copy` does. We should 
introduce a `retry<int>` flag to instruct the command to retry failed 
operations.
   
   Both enhancements can be addressed with separate PRs.


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