Page MenuHomePhabricator

Excessive timeouts over ssh [mina sshd]
Closed, DuplicatePublic

Description

I'm running a script that will clone a lot of extension repos.

After cloning, "git-review -s" must be performed to create the gerrit remote, based on the information in .gitreview.

This very regularly (every 10-20 clones) exits with:

The following command failed with exit code 1

"scp -P 29418 l10n-bot@gerrit.wikimedia.org:hooks/commit-msg .git/hook/commit-msg"

lost connection

Feels as if something's not right...


Version: wmf-deployment
Severity: blocker

Details

Reference
bz47004

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 22 2014, 1:21 AM
bzimport added projects: Gerrit, Upstream.
bzimport set Reference to bz47004.

This is due to the upstream mina sshd library, which seems to be timing out (even though we've got no timeout set) when data is only going in one direction (pushing, fetching the hook, etc).

We're looking at this right now.

Related URL: https://gerrit.wikimedia.org/r/58126 (Gerrit Change I2affc34f1dbf1a481d369ba52594bfb0b25cd7ad)

This is actually the same issue as 46917 really, so let's just track the ssh problems there.

  • This bug has been marked as a duplicate of bug 46917 ***

It seems this issue is not due to a timeout after all. A fix for
this problem has been submitted upstream to:

https://gerrit-review.googlesource.com/#/c/44472/

Fix merged upstream, deployed since it's very major for us.

Restricted Application added subscribers: Jay8g, TerraCodes. · View Herald Transcript