-
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
"paramiko.ssh_exception.AuthenticationException: Authentication timeout " on remoter run #1793
Comments
@bentsi can you please look at it? |
the server was stuck for 5 seconds for some reason, nothing happend between
and we have a timeout exception |
@bentsi we need to be able to workaround such issues in SCT. |
reproduced in 3.3 2TB longevity and failed all the stress.
test details: |
we may try to think on a general solution to eliminate the severe impact of such similar issues. |
@bentsi This one as well |
@yarongilor your last example is from your local run, there is no |
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
Versions
see all test details here:
scylladb/scylladb#5740
sct log had the following failures:
The text was updated successfully, but these errors were encountered: