Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On iRODS 4.2.x replace 2-stage put and checksum with native put+checksum+verify #207

Open
kjsanger opened this issue Aug 25, 2020 · 0 comments
Assignees

Comments

@kjsanger
Copy link
Member

kjsanger commented Aug 25, 2020

Publisher.pm puts a file in 2 stages; a put without checksum, followed by checksum calculation. This was a workaround for silent checksum omissions on put in iRODS 4.1. By having a distinct checksum operation we would see a failure response from the server if checksumming failed.

The downside of the workaround is 1) this is two network operations 2) we don't get server-side checksum verification during the put operation.

We should try making this a one-step put once more and enable verification.

@kjsanger kjsanger self-assigned this Aug 25, 2020
@kjsanger kjsanger changed the title On iRODS 4.2.x replace 2-stage put and checksum with native put+checksum On iRODS 4.2.x replace 2-stage put and checksum with native put+checksum+verify Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant