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

Re: [HTCondor-users] Downloading big files is interrupted



On 1/9/2014 10:42 AM, Daniel Forrest wrote:
Can somebody help me too solve this issue?

It looks like the file size is limited to a 32 bit number:

$ printf "%09x\n" 605356032 9195290624
024150000
224150000
^

$ printf "%09x\n" 902758400 30967531520
035cf0000
735cf0800
^

This would appear to be an internal HTCondor limitation.


Looking at this now...