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

Fix publisher to be better at metadata consistency #312

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

kjsanger
Copy link
Member

When a data object is overwritten, the publisher currently assumes that only the object's data needs updating and does not check core metadata. This can leave objects without md5 or type metadata if their initial upload didn't didn't complete correctly.

This change adds some metadata updates that will be redundant in most cases, but will catch those cases.

When a data object is overwritten, the publisher currently assumes
that only the object's data needs updating and does not check core
metadata. This can leave objects without md5 or type metadata if their
initial upload didn't didn't complete correctly.

This change adds some metadata updates that will be redundant in most
cases, but will catch those cases.
@kjsanger kjsanger added the bug label Aug 23, 2024
@kjsanger kjsanger merged commit 6a016da into wtsi-npg:devel Aug 29, 2024
6 checks passed
@kjsanger kjsanger deleted the fix/publich-overwrite-metadata branch August 29, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants