Skip to content

HBASE-30142 Resolve NPE while running recoverUnknown command because null RegionLocation#8349

Merged
virajjasani merged 5 commits into
apache:branch-2.5from
Umeshkumar9414:HBASE-30142_branch-2.5
Jul 7, 2026
Merged

HBASE-30142 Resolve NPE while running recoverUnknown command because null RegionLocation#8349
virajjasani merged 5 commits into
apache:branch-2.5from
Umeshkumar9414:HBASE-30142_branch-2.5

Conversation

@Umeshkumar9414

Copy link
Copy Markdown
Contributor

MasterRpcServices.scheduleSCPsForUnknownServers() has no null guard before calling isServerUnknown(). With the old code, regions with null serverName (OFFLINE/FAILED_OPEN in-between state) would spuriously trigger a ServerCrashProcedure. The fix prevents that.

@liuxiaocs7 liuxiaocs7 added the backport This PR is a back port of some issue or issues already committed to master label Jun 13, 2026
@Umeshkumar9414 Umeshkumar9414 force-pushed the HBASE-30142_branch-2.5 branch from 6db615a to 3f52217 Compare June 16, 2026 02:55
@virajjasani virajjasani merged commit c8c7284 into apache:branch-2.5 Jul 7, 2026
30 of 35 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.

3 participants