archivematica / Issues

Issues repository for the Archivematica project
GNU Affero General Public License v3.0
16 stars 1 forks source link

Problem: Store AIP fails syncing a big 7z file #697

Open mamedin opened 5 years ago

mamedin commented 5 years ago

Expected behaviour

Store the AIP

Current behaviour

The "Store the AIP" job fails:

May 20 22:30:01 archivematica-qa python: *** Completed job: #

Steps to reproduce

Ingest a 481Gb hard drive image. It fails when the whole 91Gb compressed 7-zip is syncing from
currentlyProcessing to the accessions storage.

Your environment (version of Archivematica, OS version, etc)

RHEL and AM v1.9.1


For Artefactual use: Please make sure these steps are taken before moving this issue from Review to Verified in Waffle:

  • All PRs related to this issue are properly linked 👍
  • All PRs related to this issue have been merged 👍
  • Test plan for this issue has been implemented and passed 👍
  • Documentation regarding this issue has been written and it has been added to the release notes, if needed 👍
mamedin commented 5 years ago

The 600s timeout seems related to the hardcoded poll_timeout_seconds:

https://github.com/artefactual/archivematica/blob/stable/1.9.x/src/archivematicaCommon/lib/storageService.py#L203

Testing again with a higher poll_timeout_seconds