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

Allow cluster formation with mixed protocols #1568

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

raboof
Copy link
Member

@raboof raboof commented Nov 27, 2024

backport of #1567

@pjfanning
Copy link
Contributor

cherry pick e4fa6f5

@pjfanning pjfanning added this to the 1.0.4 milestone Nov 27, 2024
@raboof
Copy link
Member Author

raboof commented Nov 27, 2024

(yes - 'well actually' I cherry-picked 33156d2 but that pretty much amounts to the same thing since we squash-and-merge in Pekko)

Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

logWarning(
"Trying to join member with wrong protocol, but was ignored, expected [{}] but was [{}]",
selfAddress.protocol,
"Trying to join member with wrong protocol, but was ignored, expected any of {} but was [{}]",
Copy link
Member

@He-Pin He-Pin Nov 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we removed the [] here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm good point, I missed that in the original PR. IMO we can fix this on the main branch but don't need to revisit the backport.

@raboof raboof merged commit c2d1d9a into apache:1.0.x Nov 27, 2024
18 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.

3 participants