Skip to content
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

Fix a few bugs/leaks in the OOB subsystem #1378

Merged
merged 1 commit into from
Jun 2, 2022
Merged

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Jun 2, 2022

Correctly identify the type of data being stored when
storing a returned daemon URI. Don't go looking for
a URI if we are terminating - if we don't know how to
talk to someone, this is not the time to create new
connections. Ensure we properly record the peer when
it connects to us.

Signed-off-by: Ralph Castain rhc@pmix.org

Correctly identify the type of data being stored when
storing a returned daemon URI. Don't go looking for
a URI if we are terminating - if we don't know how to
talk to someone, this is not the time to create new
connections. Ensure we properly record the peer when
it connects to us.

Signed-off-by: Ralph Castain <rhc@pmix.org>
@rhc54
Copy link
Contributor Author

rhc54 commented Jun 2, 2022

@abouteiller This fixed some problems I found in the messaging system. We obviously need to scrub that code to reduce its complexity - there is only one component, and a lot of that code is no longer relevant. I didn't want to touch it right now as I know you are working down there.

One of the bugs would have precluded the ability to connect to a daemon that hadn't already connected to us - you might want to see if that fixes the behavior concerning you.

@rhc54 rhc54 merged commit 6a77daa into openpmix:master Jun 2, 2022
@rhc54 rhc54 deleted the topic/oob branch June 2, 2022 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant