-
Notifications
You must be signed in to change notification settings - Fork 897
Fix TCP BTL THREAD_MULTIPLE deadlock #1406
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
Comments
@bosilca Says that he has large modifications to the TCP BTL (it's a giant change). Not clear yet on how we want to handle this... |
@bosilca is there a chance we can have a narrowly focused fix to the existing TCP BTL? |
@bosilca If we can't get a focused fix, how about this:
This would allow us to have somewhat newer/less-tested code in the THREAD_MULTIPLE path (and therefore make solid advances in the THREAD_MULTIPLE category, modulo bug fixes), but have solid/reliable/time-tested code in the non-THREAD_MULTIPLE case (i.e., the majority of the world). As the new code gets more testing and we get higher confidence in it, we can remove this division / remove the old code, and just have the new code. What do you think? |
@bosilca Any comment? |
Fixed via #1491. |
Discussed at Feb 2016 Dallas meeting. @bosilca says he knows what the problem is and will fix it.
The text was updated successfully, but these errors were encountered: