bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

BatchValidateChecksumsTask fails to read MD5 sum file in dev environment #2022

Closed mikkonie closed 1 month ago

mikkonie commented 1 month ago

At some point during the iRODS 4.3 and python-irodsclient upgrade, landing zone moving and validation in dev fails with the following error:

Failed to move landing zone files: BatchValidateChecksumsTask failed: Could not connect to specified host and port: irods:1247 (Unable to read checksum file "xxx.md5")

Some facts:

What is suspicious is the irods:1247 URL there. Could this be another case of the redirecting "feature" introduced in python-irodsclient v1.1.9?

Update: Yes, of course it was that. So the solution right now is:

mikkonie commented 1 month ago

Documentation updated. Closing this issue, but it will be properly fixed by #2023.