[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Incorrect hold code for input transfer failure?



Hi, I noticed an HTC job failed for input transfer like this:

 "CondorVersion": "$CondorVersion: 25.0.9 2026-04-15 BuildID: UW_Python_Wheel_Build $",
"HoldReason": "Error from slot1_5@<node>: Failed to transfer files: FILETRANSFER:1:non-zero exit (1) from /usr/libexec/condor/curl_plugin. |Error: Aborted due to lack of progress ( URL file = <input file> )|", "HoldReasonCode": 12,
According to https://htcondor.readthedocs.io/en/24.x/codes-other-values/hold-reason-codes.html, shouldn't the hold reason code be 13?

Cheers, Gavin