Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
Jenkins 2.19.1
Description
For better performance, above all when handling big files. See JENKINS-38640 and the corresponding PR
Attachments
Issue Links
- is related to
-
JENKINS-38640 Unstash painfully slow for large artifacts (due to compression?)
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is related to |
Assignee | Andres Rodriguez [ andresrc ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Summary | FilePath.untarFrom should use a greedy RemoteInputStream | FilePath.untarFrom and unzipFrom should use a greedy RemoteInputStream |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Labels | performance | lts-candidate performance |
Labels | lts-candidate performance | 2.19.3-fixed performance |
Labels | 2.19.3-fixed performance | 2.19.4-fixed performance |
Code changed in jenkins
User: Andres Rodriguez
Path:
core/src/main/java/hudson/FilePath.java
http://jenkins-ci.org/commit/jenkins/b62ad15fef4790444af746ac4ae9149c37e89e07
Log:
JENKINS-38814Use GREEDY `RemoteInputStream`s (#2583)