--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
is this being tracked as an official bug at all ?
we hadnt set the idle timeout at all (in fact we had no ssh settings other than the port defined i believe) so it was all as stock out the box and was working prior to the upgrade. I'm not sure what the actual timeout was with nio2 but long enough that noone using the system waited that long to find out.
with mina its still doing the same thing, but now the patch is
actually getting pushed (allbeit the client appears to hang when
pushing). So we're on that backend now as its better than nothing.
we hadnt set the idle timeout at all (in fact we had no ssh settings other than the port defined i believe) so it was all as stock out the box and was working prior to the upgrade. I'm not sure what the actual timeout was with nio2 but long enough that noone using the system waited that long to find out.
On Thu, May 11, 2017 at 5:07 AM Robert Pearce <robert...@totaralearning.com> wrote:we hadnt set the idle timeout at all (in fact we had no ssh settings other than the port defined i believe) so it was all as stock out the box and was working prior to the upgrade. I'm not sure what the actual timeout was with nio2 but long enough that noone using the system waited that long to find out.
As far as I understand from this:the default when not explicitly set is 10 minutes, so I was wondering if that's the same timeout you're seeing.I've pushed a WiP fix here:Would you be able to build gerrit with that and see if it fixes your problem?