We recently received a big spike in traffic to our site from reddit which brought our server to its knees. We ended up seeing a lot of requests dropping because they took too long, but even as we solved those problems we still broken pipe errors come up a lot: tcp-write: error writing
system error: Broken pipe; errno=32
context...:
/app/racket/collects/racket/private/map.rkt:26:19: loop
/app/prod/ac.scm:1422:0: ar-close
handle-request-thread
tcp-write: error writing
system error: Broken pipe; errno=32
context...:
/app/racket/collects/racket/private/map.rkt:26:19: loop
/app/prod/ac.scm:1422:0: ar-close
th1
tcp-write: error writing
system error: Broken pipe; errno=32
context...:
/app/prod/ac.scm:957:13: writeb
gf1287
gf1253
handle-request-thread
I'm just wondering if anyone has any experience with these kind of errors. Is just a case of the connection being closed to early?Note: we usually have nginx in front of our arc server but we get the same error without it. |