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

Disable reverse DNS lookup for RegionServers #418

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

siegfriedweber
Copy link
Member

@siegfriedweber siegfriedweber commented Nov 11, 2023

Description

Default hbase.unsafe.regionserver.hostname.disable.master.reversedns to true, to ensure the names of RegionServers are resolved to their hostnames instead of IP addresses.

If desired, this option can be reset to false in configOverrides at the rolegroup level, but not at the role level (see stackabletech/operator-rs#339).

Closes #405

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

Preview Give feedback

Reviewer

Preview Give feedback

Acceptance

Preview Give feedback

@siegfriedweber siegfriedweber added release-note Denotes a PR that will be considered when it comes time to generate release notes. customer-request labels Nov 11, 2023
@siegfriedweber siegfriedweber requested a review from a team November 11, 2023 16:48
@siegfriedweber siegfriedweber self-assigned this Nov 11, 2023
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

This worked fine in our tests and resolved the problems

@siegfriedweber siegfriedweber added this pull request to the merge queue Nov 13, 2023
Merged via the queue into main with commit 81d7229 Nov 13, 2023
@siegfriedweber siegfriedweber deleted the bugfix/disable-reverse-dns branch November 13, 2023 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-request release-note Denotes a PR that will be considered when it comes time to generate release notes.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

ServerNames of RegionServers are inconsistent
2 participants