我们在EC2中通过内部ELB克隆大量的Git仓库时遇到了问题,但是它在绕过ELB时起作用。
以下是Git客户端的输出:
* transfer closed with outstanding read data remaining6.36 MiB/s * Curl_http_done: called premature == 1 * Closing connection 0 error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed
我在AWS论坛上提出了类似的问题,但似乎没有人知道这个问题。 最初的线程是在这里 – https://forums.aws.amazon.com/thread.jspa?threadID=258572任何人都可以帮助我们解决这个问题,请?
更新(从论坛) :我们增加了连接排水超时从默认20s到300s,之后,它似乎是通过ELB的作品。 我们需要运行更多的testing。 这个改变是否可以触及其他内部设置?