-
Bug
-
Resolution: Fixed
-
Major
-
-
2.291 2.289.1
I have not tried to verify it yet, but I have noticed failures of install-plugin -webSocket on large plugins which probably share a root cause with JENKINS-61409: the WebSocket-based CLI transport needs to explicitly break apart large packets into chunks. CC vlatombe
- links to
[JENKINS-64294] Buffer stdin for WebSocket CLI
Link |
New:
This issue relates to |
Assignee | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Summary | Original: Chunked transfer for WebSocket CLI | New: Buffer stdin for WebSocket CLI |
Labels | New: lts-candidate performance |
Remote Link | New: This issue links to "jenkins #5455 (Web Link)" [ 26721 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Tricky because this would likely be an incompatible protocol change, so would at least need to gracefully notify a user of a mismatched client version.