-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node setup failed with: ssh_exchange_identification: Connection closed by remote host #1815
Comments
We just need to add retry there |
Yes, basically we need to add retries on all places we are trying to make connections. |
Adding retry will improve a bit, but this solution doesn't fix the real problem: how reliable protocol like SSH over TCP loses the connection? The issue is in the network or builders. |
According to @ShlomiBalalis he hits it as well, but he is maybe too lazy to update the issue. I need to solve this. |
We can safely retry the command when it didn't run on remote. This situation can happen when SSH/channel connection was not successfully initiated. Related issues: scylladb#1793, scylladb#1631, scylladb#1815
We can safely retry the command when it didn't run on remote. This situation can happen when SSH/channel connection was not successfully initiated. Related issues: scylladb#1793, scylladb#1631, scylladb#1815
Prerequisites
Versions
see full details in:
https://jenkins.scylladb.com/job/scylla-3.3/job/rolling-upgrade/job/rolling-upgrade-centos7/19/execution/node/38/log/
failure:
The text was updated successfully, but these errors were encountered: