Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
We've been using version 2.12.0 of the plugin since quite a while without any issues. After upgrading to 2.23.0 we frequently (every few days) run into the problem that somehow the ssh connection is lost without the underlying ssh implementation recognizing this.
I created a slightly modified version to get more log output and encountered that the read method of the Reader
while (reader.read(cb) != -1)
returns with 0 bytes read.
Could it be that this is related to https://github.com/sonyxperiadev/gerrit-events/pull/58
If yes the real problem is then in the underlying ssh implementation.
Attachments
Issue Links
- is duplicated by
-
JENKINS-44568 Gerrit Trigger version 23.2 fails to trigger Jenkins jobs on Jenkins version 2.46.3!!!
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Description |
We've been using version 2.12.0 of the plugin since quite a while without any issues. After upgrading to 2.23.0 we frequently (every few days) run into the problem that somehow the ssh connection is lost without the underlying ssh implementation recognizing this. I created a slightly modified version to get more log output and encountered that the read method of the Reader while (reader.read(cb) != -1) returns with 0 bytes read. Could it be that this is related to [https://github.com/sonyxperiadev/gerrit-events/pull/58?|https://github.com/sonyxperiadev/gerrit-events/pull/58)] If yes the real problem is then in the underlying ssh implementation. |
We've been using version 2.12.0 of the plugin since quite a while without any issues. After upgrading to 2.23.0 we frequently (every few days) run into the problem that somehow the ssh connection is lost without the underlying ssh implementation recognizing this. I created a slightly modified version to get more log output and encountered that the read method of the Reader while (reader.read(cb) != -1) returns with 0 bytes read. Could it be that this is related to [https://github.com/sonyxperiadev/gerrit-events/pull/58|https://github.com/sonyxperiadev/gerrit-events/pull/58)] If yes the real problem is then in the underlying ssh implementation. |
Description |
We've been using version 2.12.0 of the plugin since quite a while without any issues. After upgrading to 2.23.0 we frequently (every few days) run into the problem that somehow the ssh connection is lost without the underlying ssh implementation recognizing this. I created a slightly modified version to get more log output and encountered that the read method of the Reader while (reader.read(cb) != -1) returns with 0 bytes read. Could it be that this is related to [https://github.com/sonyxperiadev/gerrit-events/pull/58|https://github.com/sonyxperiadev/gerrit-events/pull/58)] If yes the real problem is then in the underlying ssh implementation. |
We've been using version 2.12.0 of the plugin since quite a while without any issues. After upgrading to 2.23.0 we frequently (every few days) run into the problem that somehow the ssh connection is lost without the underlying ssh implementation recognizing this. I created a slightly modified version to get more log output and encountered that the read method of the Reader while (reader.read(cb) != -1) returns with 0 bytes read. Could it be that this is related to https://github.com/sonyxperiadev/gerrit-events/pull/58 If yes the real problem is then in the underlying ssh implementation. |
Link | This issue is duplicated by JENKINS-44568 [ JENKINS-44568 ] |
Link |
This issue relates to |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Probably this is the same root cause