timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-32959] Large Downloads via Workspace fail after 1024MB #7840

Open timja opened 8 years ago

timja commented 8 years ago

I am using Nginx as reverse proxy to serve Jenkins. When I download a large file from the workspace (> 1GB) the download aborts - no matter how fast the download goes.

In the nginx error logs:

2016/02/15 16:22:41 [error] 11453#0: *220 upstream prematurely closed connection while reading upstream, client: XXX, server: XXX, request: "GET /view/Backups/job/XXX/dump.zip HTTP/1.1", upstream: "http://127.0.0.1:8080/view/Backups/job/XXX/dump.zip", host: "XXX

Would it be possible to implement something similar like this: http://blog.kiskolabs.com/post/637725747/nginx-rails-send-file


Originally reported by lifeofguenter, imported from: Large Downloads via Workspace fail after 1024MB
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 8 years ago

eric_thieme:

I am running into the same problem. What did you do in the meantime or how did you "workaround" it?

timja commented 7 years ago

lifeofguenter:

I don't download large files anymore via Jenkins but push them to a different location (like S3)