Skip to content

HBASE-30261 Hide segmented CodeHeap memory pools on process info JSP …#8432

Merged
liuxiaocs7 merged 1 commit into
apache:masterfrom
liuxiaocs7:HBASE-30261
Jul 7, 2026
Merged

HBASE-30261 Hide segmented CodeHeap memory pools on process info JSP …#8432
liuxiaocs7 merged 1 commit into
apache:masterfrom
liuxiaocs7:HBASE-30261

Conversation

@liuxiaocs7

Copy link
Copy Markdown
Member

…pages for JDK 9+

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the RegionServer and Master “process info” JSP pages in hbase-server to reduce noisy/less-useful memory pool reporting on JDK 9+ by filtering out segmented CodeHeap code cache pools.

Changes:

  • Hide CodeHeap memory pools (JDK 9+ segmented code cache) from the process info pages while continuing to skip the legacy “Code Cache” pool behavior.
  • Fix a typo in the memory-usage table header (“Commited” → “Committed”).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
hbase-server/src/main/resources/hbase-webapps/regionserver/processRS.jsp Skip CodeHeap memory pools in the RegionServer process info view; fix header typo.
hbase-server/src/main/resources/hbase-webapps/master/processMaster.jsp Skip CodeHeap memory pools in the Master process info view; fix header typo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@liuxiaocs7 liuxiaocs7 requested a review from PDavid June 29, 2026 09:29

@PDavid PDavid left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks, looks good to me. 👍

@liuxiaocs7 liuxiaocs7 merged commit d25b071 into apache:master Jul 7, 2026
12 of 13 checks passed
liuxiaocs7 added a commit that referenced this pull request Jul 8, 2026
…pages for JDK 9+ (#8432)

Signed-off-by: Dávid Paksy <paksyd@apache.org>
liuxiaocs7 added a commit that referenced this pull request Jul 8, 2026
…pages for JDK 9+ (#8432)

Signed-off-by: Dávid Paksy <paksyd@apache.org>
liuxiaocs7 added a commit that referenced this pull request Jul 8, 2026
…pages for JDK 9+ (#8432)

Signed-off-by: Dávid Paksy <paksyd@apache.org>
liuxiaocs7 added a commit that referenced this pull request Jul 8, 2026
…pages for JDK 9+ (#8432)

Signed-off-by: Dávid Paksy <paksyd@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants