-
Notifications
You must be signed in to change notification settings - Fork 388
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
prov/verbs: one side trigger fi_connect and fi_eq_sread,it cost about 18.5s when the other side recv fi_eq_sread connect msg,Why? #10566
Comments
@hsh258 It's clearly an issue with your environment. Have you tried with standalone tools like |
@sydidelot |
@hsh258 The only timeout I am aware of in the verbs provider is this one: But honestly, it would be a better option for you to fix your network than trying to hack libfabric :) |
@sydidelot |
I'm sorry, I don't do consulting on networking problems. |
Describe the bug
A clear and concise description of what the bug is.
prov/verbs: one side trigger fi_connect and fi_eq_sread,it cost about 18.5s when the other side recv fi_eq_sread connect msg,Why?
By the way,how to set the interval of reconnect?tks
To Reproduce
Steps to reproduce the behavior:
1,prov/verbs: one side trigger fi_connect and fi_eq_sread
2, After 18.5s,the other side recv fi_eq_sread connect msg.
Expected behavior
If needed, a clear and concise description of what you expected to happen.
Output
If applicable, add output to help explain your problem. (e.g. backtrace, debug logs)
Environment:
OS (if not Linux), provider, endpoint type, etc.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: