Actions
Bug #3482
closed[Crunch] crunch-job prints the wrong output hash in its log messages (hash of manifest with signatures)
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Crunch
Target version:
Story points:
0.5
Description
When a job completes, crunch-job prints out the output for the job. This can include a manifest, which is automatically created as a collection. The output hash is (apparently) obtained by a naive hash of the contents of "output", rather than using arv-normalize or reporting the contents of "output" after actually creating the collection. This leads to misleading results where the output is logged as one hash, but is recorded in the database with a different (correct) hash.
Updated by Peter Amstutz over 10 years ago
- Subject changed from crunch-job logs misleading output collection hash to [Crunch] crunch-job discrepency in output collection hash between log and job record
- Category set to Crunch
Updated by Peter Amstutz over 10 years ago
This also leads to manifests getting stored in Keep that have Keep access tokens in them, which is wrong.
Updated by Tom Clegg over 10 years ago
- Subject changed from [Crunch] crunch-job discrepency in output collection hash between log and job record to [Crunch] crunch-job prints the wrong output hash in its log messages (hash of manifest with signatures)
- Story points set to 0.5
Updated by Brett Smith over 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:1865158987c87ef6e6b1c53db65615b17b6324af.
Actions