【转】HBASE Region in Transition issue on Master UI

编程入门 行业动态 更新时间:2024-10-11 11:13:25

【转】HBASE Region in <a href=https://www.elefans.com/category/jswz/34/1760610.html style=Transition issue on Master UI"/>

【转】HBASE Region in Transition issue on Master UI

【From】.html

 

Problem Description: 
When the HBASE Region In Transition issue occurs on Master UI, check the hbck -details. There could be multiple reasons for this issue to occur. However, if there are any inconsistencies, an error like the following will be displayed in hbck -details: 
  1. ERROR: Region { meta => status_hbase_historic_2018_bckup,COL_P_11057715947,
  2. 1545968041870.5d44a1eec86e57eab8bfc85c2764c371., hdfs =>
  3. hdfs://<nameservice>/apps/hbase/data/data/default/status_hbase_historic_2018_bckup/
  4. 5d44a1eec86e57eab8bfc85c2764c371, deployed => , replicaId => 0 } is a split parent in META,
  5. in HDFS, and not deployed on any region server.
  6. This could be transient, consider to run the catalog janitor first!

Cause: 
When a Region Split is marked as Yes, it means that the Region is candidate for Split, and 02 Daughter Regions would be hosted. However, during the process of splitting, if a region get stuck in splitting stage (because of region server restart), the above error will be displayed in hbck -details. 
Solution: 
To resolve this issue, run the following command:
  1. hbase hbck -fixSplitParents
The -fixSplitParents option makes a parent region online forcibly, so after fixing with this option, overlapped regions (the parent region and the daughter regions) will happen normally. 
In that case where we have overlapped regions, we need to run below to fix them-
  1. hbase hbck -fixHdfsOverlaps
Then check Hbase master UI and if still any RIT is there we have to manually assign them like below--
  1. hbase> assign "4edbb392a982b7846a91311d30e9fe21"

  

About: 
This article created by Hortonworks Support (Article: 000008066) on 2019-04-18 12:50 
OS: Linux 
Type: Cluster-Administration 
Version: HDP Support ID: 000008066

转载于:.html

更多推荐

【转】HBASE Region in Transition issue on Master UI

本文发布于:2024-03-15 00:10:08,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1737669.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Transition   Region   HBASE   UI   Master

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!