Closed sactiw13 closed 1 year ago
We have root caused the issue, and it seems that artifactory-utilities wrapper jar deployed in production instance was build with 2.6.0 version of artifactory java client.
So it seems we missed updating the artifactory-utilities wrapper jar after updating the Artifactory Java Client version from 2.6.0 to 2.13.0
## 2.8.5 (September 12, 2019)
- Fix failure to upload large files.
So, all in all it was deployment issue from start as we had missed updating the artifactory-utilities wrapper jar after Artifactory Java Client version upgrade from 2.6.0 to 2.13.0
Sorry for the confusion, closing the ticket as false alarm.
Fails to upload artifact greater than 4GB in size while upload with 'curl' passes
Steps 1) create/fetch a file (artifact) of size greater than 4GB. 2) try uploading it to generic repo in artifactory with using artifactory-client-java 3) it should fails with following error:
Expected behavior It should not fail (note: I have tried with file size 1GB, 2GB, 3GB for them this utility works)
Screenshots Below log excerpts shows that it passes for 1GB, 2GB, and 3GB but fails for 4GB file
Versions
Additional context NOTE: the upload fails within 1 min of start but when I try to upload same '>4GB' file using 'curl' then upload passes without any failure