You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "prateekm (via GitHub)" <gi...@apache.org> on 2023/03/23 05:50:46 UTC

[GitHub] [samza] prateekm opened a new pull request, #1659: Only verify permissions for file owner after blob store restore.

prateekm opened a new pull request, #1659:
URL: https://github.com/apache/samza/pull/1659

   It's possible that the group permissions for the restored file may not match the uploaded file. E.g., if the file is restored to a directory with different default permissions for new files than the original directory. We only really care about the permissions for the owner, so relaxing the post-restore verification to only check them.


-- 
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: commits-unsubscribe@samza.apache.org

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


[GitHub] [samza] jia-gao commented on pull request #1659: Only verify permissions for file owner after blob store restore.

Posted by "jia-gao (via GitHub)" <gi...@apache.org>.
jia-gao commented on PR #1659:
URL: https://github.com/apache/samza/pull/1659#issuecomment-1481504890

   lgtm


-- 
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: commits-unsubscribe@samza.apache.org

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


[GitHub] [samza] prateekm merged pull request #1659: Only verify permissions for file owner after blob store restore.

Posted by "prateekm (via GitHub)" <gi...@apache.org>.
prateekm merged PR #1659:
URL: https://github.com/apache/samza/pull/1659


-- 
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: commits-unsubscribe@samza.apache.org

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