Skip to content

HBASE-26962 Add mob info in web UI (#4359) (#8241) - #8255

Merged
liuxiaocs7 merged 1 commit into
apache:branch-2.6from
liuxiaocs7:HBASE-26962-branch-2.6
May 19, 2026
Merged

HBASE-26962 Add mob info in web UI (#4359) (#8241)#8255
liuxiaocs7 merged 1 commit into
apache:branch-2.6from
liuxiaocs7:HBASE-26962-branch-2.6

Conversation

@liuxiaocs7

Copy link
Copy Markdown
Member

Co-authored-by: liangxs <liangxuesen@gmail.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: David Paksy <paksyd@apache.org>
@liuxiaocs7
liuxiaocs7 requested a review from CopilotMay 19, 2026 04:38
@liuxiaocs7liuxiaocs7 added the backport This PR is a back port of some issue or issues already committed to master label May 19, 2026

CopilotAI 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

Backport of HBASE-26962 to display MOB file information in the RegionServer web UI region details page. When a store is a MOB store, the page now enumerates MOB file references from each store file's metadata and renders a table with file path, size, and modification time.

Changes:

  • Added imports for URLEncoder, FileStatus, Path, MobUtils, and HMobStore; reordered HStoreFile import.
  • Added a new "MOB Files" table rendered for stores that are instances of HMobStore.
  • Each row links to storeFile.jsp with the URL-encoded MOB file path, and exceptions during enumeration are surfaced inline in the table.

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

@liuxiaocs7
liuxiaocs7 merged commit 83e4525 into apache:branch-2.6May 19, 2026
43 of 45 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backportThis PR is a back port of some issue or issues already committed to master

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@liuxiaocs7