-
Notifications
You must be signed in to change notification settings - Fork 2
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
fr360kt0172 seems to have a duplicate content file, maybe as a result of an scp mistake? (services-disk16) #1399
Comments
looks like this druid is also the subject of #1194 |
[pres@preservation-catalog-prod-02 ~]$ diff /services-disk16/sdr2objects/fr/360/kt/0172/fr360kt0172/v0001/data/content/lyberadmin\@lyberservices-prod /services-disk16/sdr2objects/fr/360/kt/0172/fr360kt0172/v0001/data/content/MVI_1372.AVI
[pres@preservation-catalog-prod-02 ~]$ will delete this file and re-run validation. |
moab is now valid! |
FWIW, this was already replicated with the extraneous file, since all the expected replicated copies are already there and [19] pry(main)> ZipPart.joins(zipped_moab_version: [{ complete_moab: [:preserved_object] }, :zip_endpoint]).where(preserved_objects: { druid: druid }).pluck(:druid, 'current_version AS highest_version', 'zipped_moab_versions.version AS zip_version', :endpoint_name, :status)
=> [["fr360kt0172", 4, 4, "aws_s3_east_1", "ok"],
["fr360kt0172", 4, 3, "aws_s3_east_1", "ok"],
["fr360kt0172", 4, 2, "aws_s3_east_1", "ok"],
["fr360kt0172", 4, 1, "aws_s3_east_1", "ok"],
["fr360kt0172", 4, 1, "aws_s3_west_2", "ok"],
["fr360kt0172", 4, 4, "ibm_us_south", "ok"],
["fr360kt0172", 4, 3, "ibm_us_south", "ok"],
["fr360kt0172", 4, 2, "ibm_us_south", "ok"],
["fr360kt0172", 4, 1, "ibm_us_south", "ok"],
["fr360kt0172", 4, 4, "aws_s3_west_2", "ok"],
["fr360kt0172", 4, 3, "aws_s3_west_2", "ok"],
["fr360kt0172", 4, 2, "aws_s3_west_2", "ok"]] sounds like @andrewjbtw would prefer to re-push archives for such moabs, so that the cloud copies are conformant moabs if we ever have to retrieve them (then we won't puzzle over why they don't validate when we pull them). filed #1402 for tracking that decision for all moabs facing this problem, and linked to the moab remediation tickets that are already open. |
spawned from #1324
the file that's flagged as unexpected is actually pretty big (808 MB), but it's also the same size as a known content file...
if i checksum the two files repeatedly, it appears that the content is the same:
i'm inclined to delete the file that's not in
signatureCatalog.xml
, under the assumption that it landed there as the result of a bad manual copy attempt, maybe via scp, considering the filename.would of course want approval from @andrewjbtw before removing.
The text was updated successfully, but these errors were encountered: