-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[fix][broker] Fix PulsarService.getLookupServiceAddress returns wrong port if TLS is enabled #21015
Conversation
Thanks for being so quick with providing a fix 👍 |
No need to clean-up |
b3125a2
to
bfab08f
Compare
aa9af7d
to
004706b
Compare
… port if TLS is enabled (#21015)
#21894 makes further improvements in this area and replace "lookupServiceAddress" with "brokerId" and uses it consistenly across the code base. @Technoboy- what was the reason to not cherry-pick this fix to branch-3.0 and branch-3.1 ? I noticed that you had reverted the change to branch-3.1 . The reason I'm asking is that I am cherry-picking #21894 to branch-3.0 and branch-3.1 and I noticed that tests fail on branch-3.0 . The reason for this is that in master branch, there are different test configuration for tests due to changes made in this PR. |
I think that we need to reverse the change made to "fix" #21012 since this change doesn't make sense to me. It will cause confusion if it is changed for no proper reason. |
I’m afraid there are break changes or the fix may miss some places, so keep it on the master. Then #21633 found a missing place. As you know, our tests don't cover all the places; this kind of fix impacts many functions. |
I'm cherry-picking this to branch-3.0 and branch-3.1 so that that sequent later changes will merge more cleanly when the changes are cherry-picked. The fixes that will be cherry-picked in this order: #21015, #21633, #21842, #21894, #21937 . |
… port if TLS is enabled (apache#21015) (cherry picked from commit 1363777) (cherry picked from commit 628e79d)
… port if TLS is enabled (apache#21015) (cherry picked from commit 1363777) (cherry picked from commit 628e79d)
… port if TLS is enabled (apache#21015) (cherry picked from commit 1363777) (cherry picked from commit 628e79d)
Fixes #21012
Documentation
doc
doc-required
doc-not-needed
doc-complete