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
pjfanning added a commit to pjfanning/incubator-pekko that referenced this pull request Dec 16, 2024
pjfanning added a commit that referenced this pull request Dec 16, 2024
pjfanning added a commit that referenced this pull request Dec 16, 2024
pjfanning added a commit that referenced this pull request Dec 16, 2024
@pjfanning pjfanning removed this from the 1.0.4 milestone Dec 16, 2024
@pjfanning
Copy link
Contributor

pjfanning commented Dec 16, 2024

reverted in #1588

pjfanning added a commit to pjfanning/incubator-pekko that referenced this pull request Dec 16, 2024
pjfanning added a commit to pjfanning/incubator-pekko that referenced this pull request Dec 28, 2024
pjfanning added a commit to pjfanning/incubator-pekko that referenced this pull request Dec 30, 2024
pjfanning added a commit that referenced this pull request Jan 1, 2025
* Revert "revert #1568 due to test failures (#1587)"

This reverts commit 7af03e5.

* temp run nightly test in this PR

* no need for square brackets because the set print adds them

* logging to find issue

* support tcp protocols

* Update ClusterDaemon.scala

* remove temp logging

* try to fix issue in Remoting

* extra tests

* more tests

* ignore udp tests

* try to make tests tidy up after failures

* Update MixedProtocolClusterSpec.scala

* Update MixedProtocolClusterSpec.scala

* run main cluster tests for PR
pjfanning added a commit to pjfanning/incubator-pekko that referenced this pull request Jan 2, 2025
* Revert "revert apache#1568 due to test failures (apache#1587)"

This reverts commit 7af03e5.

* temp run nightly test in this PR

* no need for square brackets because the set print adds them

* logging to find issue

* support tcp protocols

* Update ClusterDaemon.scala

* remove temp logging

* try to fix issue in Remoting

* extra tests

* more tests

* ignore udp tests

* try to make tests tidy up after failures

* Update MixedProtocolClusterSpec.scala

* Update MixedProtocolClusterSpec.scala

* run main cluster tests for PR
pjfanning added a commit that referenced this pull request Jan 2, 2025
* Revert "revert #1568 due to test failures (#1587)"

This reverts commit 7af03e5.

* temp run nightly test in this PR

* no need for square brackets because the set print adds them

* logging to find issue

* support tcp protocols

* Update ClusterDaemon.scala

* remove temp logging

* try to fix issue in Remoting

* extra tests

* more tests

* ignore udp tests

* try to make tests tidy up after failures

* Update MixedProtocolClusterSpec.scala

* Update MixedProtocolClusterSpec.scala

* run main cluster tests for PR
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