Skip to content

[v15] Fix hostname resolution for connections in leaf clusters#38469

Merged
rosstimothy merged 1 commit intobranch/v15from
bot/backport-38358-branch/v15
Feb 27, 2024
Merged

[v15] Fix hostname resolution for connections in leaf clusters#38469
rosstimothy merged 1 commit intobranch/v15from
bot/backport-38358-branch/v15

Conversation

@rosstimothy
Copy link
Copy Markdown
Contributor

Backport #38358 to branch/v15

changelog: Fixes an issue that prevented the Web UI from properly displaying the hostname of servers in leaf clusters.

The changes to hostname resolution introduced in #35773 were always
using the root cache to lookup a matching node, which is never
going to find a match if the target is in the leaf cluster. This
is now resolved by using the `services.NodeWatcher` of the cluster
that the target node is a member of.
@rosstimothy rosstimothy marked this pull request as ready for review February 21, 2024 14:16
@github-actions github-actions Bot requested review from smallinsky and zmb3 February 21, 2024 14:17
@rosstimothy
Copy link
Copy Markdown
Contributor Author

Ping @zmb3

@rosstimothy rosstimothy added this pull request to the merge queue Feb 27, 2024
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Feb 27, 2024
@rosstimothy rosstimothy added this pull request to the merge queue Feb 27, 2024
Merged via the queue into branch/v15 with commit d985cf0 Feb 27, 2024
@rosstimothy rosstimothy deleted the bot/backport-38358-branch/v15 branch February 27, 2024 15:23
@camscale camscale mentioned this pull request Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants