Closed michael-conway closed 3 years ago
check #130
I built and tested on tip of master . I was able to upload arbitrarily large files, but downloads are still clipped at 4.7GB . The size of the downloaded file always seems to be the true object size and'ed with the bit mask 0xFFFFFFFF, so... it would seem to be an 32-bit integer representation issue.
Ok will dig.
I'm thinking this may be an (Integer /int) where a (Long / long) should have been used, and probably in the metalnx code itself , as opposed to in the jargon code ... @michael-conway see if your intuition agrees. Thanks!
bug is over in https://github.com/DICE-UNC/jargon-irods-ext/issues/20
we've demonstrated a fix - will close this when https://github.com/DICE-UNC/jargon-irods-ext/issues/20 is closed.
check for rendering of file size display and download potentially truncated for large size files.