shekhars-li opened a new pull request, #1684:
URL: https://github.com/apache/samza/pull/1684

   Issue:
   When a samza job is moved to a new set of hosts and a full restore from Blob 
store is performed, the restore (and the job) fails with an error that the 
owner of the remote and local files are different. While this is an unexpected 
and correctly identified as an issue with the restore from blob store, some 
times this is not desirable. In this case, since the job moved to a new host, 
the gid/uid are different and restore/container starts fail. 
   
   Fix:
   Ignore the uid/gid match after restoring the state, if a config 
"blob.store.compare.file.owners.on.restore" is set.
   
   Test:
   Added unit tests


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