Skip to content

HBASE-30014: refresh_meta not working due to regionNode lock#7974

Merged
anmolnar merged 1 commit intoapache:HBASE-29081_rebasedfrom
Kota-SH:HBASE-30014
Mar 25, 2026
Merged

HBASE-30014: refresh_meta not working due to regionNode lock#7974
anmolnar merged 1 commit intoapache:HBASE-29081_rebasedfrom
Kota-SH:HBASE-30014

Conversation

@Kota-SH
Copy link
Contributor

@Kota-SH Kota-SH commented Mar 24, 2026

Jira: HBASE-30014

2026-03-24T16:27:39,332 INFO  [PEWorker-14] procedure.RefreshMetaProcedure: Executing RefreshMetaProcedure state: REFRESH_META_FINISH
2026-03-24T16:27:39,332 INFO  [PEWorker-14] util.FSTableDescriptors: Invalidating table descriptor cache.
2026-03-24T16:27:39,332 INFO  [PEWorker-14] procedure.RefreshMetaProcedure: RefreshMetaProcedure completed successfully
. All follow-up actions finished.
2026-03-24T16:27:39,333 INFO  [PEWorker-14] procedure2.ProcedureExecutor: Finished pid=4, state=SUCCESS, hasLock=false;
 RefreshMetaProcedure table=hbase:meta_replica1 in 427 msec
2026-03-24T16:27:42,670 INFO  [RpcServer.default.FPBQ.Fifo.handler=29,queue=2,port=16000] util.FSTableDescriptors: Fetc
hing table descriptors from the filesystem.
hbase:003:0>
hbase:003:0> list
TABLE
0 row(s)
Took 0.0104 seconds
=> []
hbase:004:0> refresh_meta
Refresh meta procedure submitted. Procedure ID: 4
Took 0.0141 seconds
=> 4
hbase:005:0> list
TABLE
t1
1 row(s)
Took 0.0193 seconds
=> ["t1"]
hbase:006:0>

Copy link
Contributor

@kgeisz kgeisz left a comment

Choose a reason for hiding this comment

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

LGTM. Although this PR doesn't add any unit tests, it does TestRefreshMetaProcedureIntegration.testRestoreTableStateForOrphanRegions()

Copy link
Contributor

@anmolnar anmolnar left a comment

Choose a reason for hiding this comment

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

Patch lgtm. 🚢
Could you please provide a short explanation about the root cause of the problem and why this resolution is correct?
Preferably comment on the jira ticket which will be easier to find later I think.
Is this a bugfix which is also present on the master branch or specific to our feature?
Thanks!

@anmolnar anmolnar merged commit 1dd6162 into apache:HBASE-29081_rebased Mar 25, 2026
8 checks passed
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