-
Bug
-
Resolution: Fixed
-
Major
-
None
TarArchiver.visit assumes that the input stream from a file is of the exact length as .length() reported when it started. This may not be true for things like log files that are frequently appended to. That can cause corruption of artifact archiving, backups, etc.
- duplicates
-
JENKINS-7695 archiving throws hudson.util.IOException2: java.io.IOException: request to write '3977' bytes exceeds size in header of '41955006'
-
- Resolved
-
- is related to
-
JENKINS-21426 ENOENT during archiving artifacts
-
- Open
-
- links to
[JENKINS-20187] TarArchiver.visit produces corrupt archive when file size changes during write
Link | New: This issue is related to JENKINS-21426 [ JENKINS-21426 ] |
Link |
New:
This issue duplicates |
Assignee | New: Alvaro Lobato [ alobato ] |
Remote Link | New: This issue links to "PR-2419 (Web Link)" [ 14529 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Jesse: Isn't this a duplicate of
JENKINS-7695?