Skip to content

Conversation

@NickLarsenNZ
Copy link
Member

@NickLarsenNZ NickLarsenNZ commented Jan 26, 2026

@NickLarsenNZ NickLarsenNZ self-assigned this Jan 26, 2026
@NickLarsenNZ NickLarsenNZ moved this to Development: In Progress in Stackable Engineering Jan 26, 2026
@NickLarsenNZ NickLarsenNZ moved this from Development: In Progress to Development: Waiting for Review in Stackable Engineering Jan 26, 2026
@dervoeti dervoeti moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Jan 26, 2026
Co-authored-by: Lukas Krug <lukas.krug@stackable.tech>
@NickLarsenNZ NickLarsenNZ requested a review from dervoeti January 26, 2026 13:57
Copy link
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

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

This is just a blocker until I've checked all the URLs resolve properly and that the corresponding patches - mainly the new one for 2.6.4 - all work (as they are not easily testable with integration tests).

@NickLarsenNZ
Copy link
Member Author

This is just a blocker until I've checked all the URLs resolve properly and that the corresponding patches - mainly the new one for 2.6.4 - all work (as they are not easily testable with integration tests).

No problem. I copied them from 2.6.3 without much of a deeper look.

Can you think of a way we can automate this somehow?
Or at least provide some guidance on how someone else can test the same thing (we can add more instructions to the hbase bump template).

@adwk67
Copy link
Member

adwk67 commented Jan 26, 2026

This is just a blocker until I've checked all the URLs resolve properly and that the corresponding patches - mainly the new one for 2.6.4 - all work (as they are not easily testable with integration tests).

No problem. I copied them from 2.6.3 without much of a deeper look.

Can you think of a way we can automate this somehow? Or at least provide some guidance on how someone else can test the same thing (we can add more instructions to the hbase bump template).

It's basically opening up the UI and clicking on the server URLs to make sure none of them are dead:

image

and

image

The URLs are found in hbase-site.xml with hostname and info.port

<property>
  <name>hbase.master.hostname</name>
  <value>172.19.0.6</value>
</property>
<property>
  <name>hbase.master.info.port</name>
  <value>30965</value>
</property>
<property>
  <name>hbase.unsafe.regionserver.hostname</name>
  <value>172.19.0.3</value>
</property>
<property>
  <name>hbase.regionserver.info.port</name>
  <value>32269</value>
</property>

Or use the listener services:

image

N.B. the links use the info.port, but the link shows the port. I think that's actually intentional, but will check.

Copy link
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

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

Checked the UI links and all looks as expected.

@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Jan 27, 2026
@NickLarsenNZ NickLarsenNZ moved this from Development: In Review to Development: Done in Stackable Engineering Jan 27, 2026
Merged via the queue into main with commit 141f5d2 Jan 27, 2026
12 checks passed
@NickLarsenNZ NickLarsenNZ deleted the hbase-2.6.4 branch January 27, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: Done

Development

Successfully merging this pull request may close these issues.

4 participants