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 incorrect remote hostname and port produced by ldms_xprt_names() #1440

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

nichamon
Copy link
Collaborator

Previosly, ldms_xprt_names() incorrectly passed the local address to getnameinfo() to obtain the remote hostname and port. This resulted in incorrect output.

Previosly, ldms_xprt_names() incorrectly passed the local address to
getnameinfo() to obtain the remote hostname and port. This resulted in
incorrect output.
@nichamon
Copy link
Collaborator Author

This is the same fix as in #1439 for b4.4.

@nichamon nichamon requested a review from tom95858 August 27, 2024 15:54
@nichamon
Copy link
Collaborator Author

Symptom:

The error messages produced by ldms_zap_handle_conn_req() refer to the local host instead of the remote host. The error is either an out-of-memory or an error in zap_accept().

@tom95858 tom95858 merged commit 3fb5eb5 into ovis-hpc:b4.4 Aug 30, 2024
14 checks passed
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.

2 participants