Commit bf3aa92
feat: HBase resolvable endpoints (#1159)
* patches I
* patches I
* wip: patch hbase to use listener endpoints
* changed rendering
* rework patch for UI
* Consistently override the advertised ports
* add listener endpoint and info port to hbase-site.xml
* patch and entrypoint refactoring
* hbase: use listener service for region mover
* hbase: patch for 2.6.2 endpoints
* removed dead variable
* Update hbase/stackable/patches/2.6.1/0005-Allow-overriding-ipc-bind-port-and-use-alternative-p.patch
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* Update hbase/stackable/patches/2.6.1/0005-Allow-overriding-ipc-bind-port-and-use-alternative-p.patch
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* review comments: added constants etc.
* set RPC_CLIENT_SPECIFY_HOST to true by default
* corrected constant descriptions
* updated 2.6.2 patch
* patch 2.6.1 to reverse bound/advertised properties
* property re-working for 2.6.2
* provide advertised port as a fallback, removed changes to test class
---------
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>1 parent d40bf9e commit bf3aa92
File tree
6 files changed
+956
-6
lines changed- hbase/hbase/stackable
- bin
- patches
- 2.6.1
- 2.6.2
6 files changed
+956
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| 203 | + | |
202 | 204 | | |
203 | 205 | | |
204 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
75 | 88 | | |
76 | 89 | | |
77 | 90 | | |
| |||
0 commit comments