This repository was archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
v2.0.2: btl tcp fix help messages #1369
Merged
hppritcha
merged 2 commits into
open-mpi:v2.x
from
jsquyres:pr/v2.0.2/btl-tcp-fix-help-messages
Sep 12, 2016
Merged
v2.0.2: btl tcp fix help messages #1369
hppritcha
merged 2 commits into
open-mpi:v2.x
from
jsquyres:pr/v2.0.2/btl-tcp-fix-help-messages
Sep 12, 2016
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It looks like one help message was accidentally pasted in the middle of another. Disentangle the two messages from each other, and slightly tweak the one message to say that the job may also crash (in addition to hanging). Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit open-mpi/ompi@95c6f6c)
We commonly see messages on the users list where a peer has hung up because it has crashed. Instead of having just a BTL_ERROR message, make this a real opal_show_help() message that tells the user that the peer unexpectedly hung up, and they should look into *why* that peer hung up. Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit open-mpi/ompi@1953e34)
|
@bosilca If you could verify this PR for v2.x, that'd be great. Thanks. |
|
👍 |
|
Test FAILed. |
|
@rhc54 Getting a PMIx bind failure on v2.x in Mellanox Jenkins (unrelated to this PR): |
|
@hppritcha Good to go |
|
bot:mellanox:retest |
|
the mlnx jenkins failure doesn't have anything to do with this, merging. |
|
Test FAILed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From open-mpi/ompi#2050:
We commonly see messages on the users list where a peer has hung up because it has crashed. Instead of having just a BTL_ERROR message, make this a real opal_show_help() message that tells the user that the peer unexpectedly hung up, and they should look into why that peer hung up.
Signed-off-by: Jeff Squyres [email protected]
There's a second commit on this PR that disentangles two help messages that accidentally look like they got entangled.