-
-
Notifications
You must be signed in to change notification settings - Fork 4
Use Node-IPs for external reachability and localities #641
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
Comments
NotesHBase master- ( Listener data (hostname and port) can be written to custom config settings in Extending proto entitiesExtending Changes to UI renderingAlternatively, we can leave the Patch StatusThere is a WIP-patch available in this branch (associated changes for hbase-operator changes are here). |
I've asked about this on the dev mailing list: https://lists.apache.org/thread/rx7box0f7b02pg0xnyhlh0sj5b7zp6td |
Moving this into Development:Track with the following comments:
Points 2. and 5. are the ones which make me doubt that this (patching HBase) is the correct/best approach. |
Scope
This issue involves the following topics:
UI endpoint resolution
The endpoints exposed in the HBase UI (mainly the master) are not resolvable for end-users. This means that, while it is possible to use the listener classes to write discovery information to ConfigMaps (so that users can easily reach master/regionserver/rest-server UIs), links referenced in these webpages - most obviously the list of region servers - are dead.
Context
hbase.{ master | regionserver| rest }.{ hostname | port }
Proposed solution
Node advertisement
The text was updated successfully, but these errors were encountered: