https://bugzilla.wikimedia.org/show_bug.cgi?id=46917
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |upstream --- Comment #10 from [email protected] --- Although I cannot reliably reproduce the problem, the culprit seems to be gerrit's version bump of Apache SSHD to 0.6.0, which comes with closing of idle ssh connections. Upon 10 minutes of inactivity, gerrit disconnects Zuul, and Zuul has to reconnect. Gerrit accepts the connection, but sometimes refuses to stream events over the new connection. There seems to be some race condition in gerrit when Zuul reconnects. We can mitigate the problem by having at least 1 commit every 10 minutes... Go, programmers go :-)) To also have a solution until we get that commit density 24/7, https://gerrit-review.googlesource.com/#/c/44351/ got submitted to upstream gerrit. (We cannot simply downgrade gerrit to the last known good version, as that would require database schema downgrading, which currently is not supported by gerrit) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
