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

Use peer's hostname and listen port for advertised producer's names #1569

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nichamon
Copy link
Collaborator

@nichamon nichamon commented Jan 7, 2025

Currently, an advertised producer's name is the name of the advertiser on the peer. This creates confusion. The patch constructs the producer name as :, where hostname is the peer hostname and port is the listening port. If there are multiple listening ports, ldmsd uses the first listening port.

Currently, an advertised producer's name is the name of the advertiser
on the peer. This creates confusion. The patch constructs the producer
name as <hostname>:<port>, where hostname is the peer hostname and port
is the listening port. If there are multiple listening ports, ldmsd uses
the first listening port.
@nichamon
Copy link
Collaborator Author

nichamon commented Jan 7, 2025

The change is the same as #1557 but for main.

@nichamon nichamon requested a review from tom95858 January 7, 2025 19:52
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