-
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
monitor setup failed: both scp : STDERR: Pseudo-terminal will not be allocated because stdin is not a terminal. & rsync failed: ssh_exchange_identification: Connection closed by remote host #1631
Comments
@amoskong you are tagging the wrong Alex ;) |
Sorry, I made same mistake for many times. |
bentsi
pushed a commit
to bentsi/scylla-cluster-tests
that referenced
this issue
Feb 18, 2020
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
9 tasks
bentsi
pushed a commit
to bentsi/scylla-cluster-tests
that referenced
this issue
Feb 19, 2020
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
bentsi
pushed a commit
that referenced
this issue
Feb 24, 2020
amoskong
pushed a commit
that referenced
this issue
Feb 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Versions
Logs
Description
monitor setup failed.
Both scp and rsync failed
We need to address the problem of ssh err. Retry might solve the problem, but not a good solution.
Steps to Reproduce
Run upgrade job with branch-2019.1, problem not occurred all the time.
Expected behavior: [What you expected to happen]
monitor setup succeeded.
Actual behavior: [What actually happened]
/CC @bentsi @aleksbykov @roydahan
The text was updated successfully, but these errors were encountered: