Skip to content

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

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

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

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 Copilot May 19, 2026 04:39
@liuxiaocs7 liuxiaocs7 added the backport This PR is a back port of some issue or issues already committed to master label May 19, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the RegionServer web UI to surface MOB (Medium Objects) file information on the per-region page, so operators can inspect referenced MOB HFiles alongside regular store files.

Changes:

  • Adds a new “MOB Files” table to region.jsp for MOB-enabled column families (HMobStore), listing referenced MOB files, sizes, and modification times.
  • Parses MOB references from store file metadata (HStoreFile.MOB_FILE_REFS) and links each MOB file to storeFile.jsp for inspection.

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

@liuxiaocs7 liuxiaocs7 merged commit 0ea5512 into apache:branch-2.5 May 19, 2026
41 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This 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