<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HBase - Region in Transition in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/39948#M55549</link>
    <description>&lt;P&gt;Well, it's been a couple years since I supported HBase, but what we used to do is delete all the znodes in the /hbase directory in ZK EXCEPT for the /hbase/replication dir. &amp;nbsp;You just have to be a little more surgical with what you're deleting in that RIT situation, IF you're using the Hbase replication feature to back your cluster up to a secondary cluster. &amp;nbsp;If not, the previous advice is fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ultimately, regions should not get stuck in transition, though. &amp;nbsp;What version of HBase are you running? &amp;nbsp;We used to have tons of bugs in older versions that would cause this situation, but those should be resolved long ago.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2016 19:23:26 GMT</pubDate>
    <dc:creator>Clint</dc:creator>
    <dc:date>2016-04-20T19:23:26Z</dc:date>
    <item>
      <title>HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26703#M55532</link>
      <description>&lt;P&gt;HBase keep having region in transition:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regions in Transition&lt;/P&gt;&lt;P&gt;Region State RIT time (ms)&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1588230740&lt;/TD&gt;&lt;TD&gt;hbase:meta,,1.1588230740 state=FAILED_OPEN, ts=Thu Apr 23 12:15:49 ICT 2015 (8924s ago), server=02slave.mabu.com,60020,1429765579823&lt;/TD&gt;&lt;TD&gt;8924009&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total number of Regions in Transition for more than 60000 milliseconds&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total number of Regions in Transition&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've try "sudo -u hbase hbase hbck -repair" and also "unassign '&lt;SPAN&gt;hbase:meta,,1.1588230740'" but still can't fix the problem.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:26:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26703#M55532</guid>
      <dc:creator>MabuXayda</dc:creator>
      <dc:date>2022-09-16T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26705#M55533</link>
      <description>&lt;P&gt;Sounds like a bug, check the bugs reported about transitions and compare with the version you are using.&lt;/P&gt;&lt;P&gt;If repair doesn't work, the only solution I see is to do a snapshot, truncate the table and then import the snapshot (maybe try to import into another table before you truncate the main one).&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 08:51:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26705#M55533</guid>
      <dc:creator>Gonzalo Herreros</dc:creator>
      <dc:date>2015-04-23T08:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26707#M55534</link>
      <description>&lt;P&gt;Thanks for reply Gonzalo,&lt;/P&gt;&lt;P&gt;I can't do anything with hbase right now (can't disable, drop table, can't event view sample table on hue), everything just stuct, so i just manually delete all table data on HDFS, just keep the default(sample) table, but it still won't work.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:24:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26707#M55534</guid>
      <dc:creator>MabuXayda</dc:creator>
      <dc:date>2015-04-23T09:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26710#M55535</link>
      <description>&lt;P&gt;If restarting the master din't do anything I would say the hbase znode is messed up in zookeeper.&lt;/P&gt;&lt;P&gt;If you have nothing to lose stop hbase, delete the znode in zookeeper, delete the hbase folder in hdfs and start hbase.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:38:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26710#M55535</guid>
      <dc:creator>Gonzalo Herreros</dc:creator>
      <dc:date>2015-04-23T09:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26715#M55536</link>
      <description>&lt;P&gt;Thanks Gonzalo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been try to delete the "/hbase" folder ( just move it to /tmp), but when i restart Hbase, the hbase master can't start, as i remember is because of user authentication of "/" belong to HDFS, and i don't want to chown "/" to hbase.&lt;/P&gt;&lt;P&gt;Even after i create a new "/hbase" and chow it to hbase:hbase, the hbase master still won't start unless i move back the old "/hbase"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About znode in zookeeper, i really don't know much about it, i just know my&amp;nbsp;&lt;SPAN class="cmfParamName"&gt;ZooKeeper Znode Parent is "/hbase", do i just delete this folder or i have to delete something elsse ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 10:20:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26715#M55536</guid>
      <dc:creator>MabuXayda</dc:creator>
      <dc:date>2015-04-23T10:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26727#M55537</link>
      <description>&lt;P&gt;1. Stop HBase&lt;BR /&gt;2. Move your original /hbase back into place&lt;BR /&gt;3. Use a zookeeper cli such as "hbase zkcli"[1] and run "rmr /hbase" to delete the HBase znodes&lt;BR /&gt;4. Restart HBase. It will recreate the znodes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Hbase fails to start after this, you can always try the offline Meta repair:&lt;BR /&gt;hbase org.apache.hadoop.hbase.util.hbck.OfflineMetaRepair&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also check for inconsistencies after HBase is up. &amp;nbsp;As the hbase user, run "hbase hbck -details". If there are inconsistencies reported, normally I would use the "ERROR" messages from the hbck output to decide on the best repair method, but since you were willing to start over just run "hbase hbck -repair".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the above fails, you can always try the offline Meta repair:&lt;/P&gt;&lt;P&gt;hbase org.apache.hadoop.hbase.util.hbck.OfflineMetaRepair&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] &lt;A target="_blank" href="http://hbase.apache.org/book.html#trouble.tools"&gt;http://hbase.apache.org/book.html#trouble.tools&lt;/A&gt;&lt;BR /&gt;[2] &lt;A target="_blank" href="http://hbase.apache.org/book.html#hbck.in.depth"&gt;http://hbase.apache.org/book.html#hbck.in.depth&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 17:01:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26727#M55537</guid>
      <dc:creator>denloe</dc:creator>
      <dc:date>2015-04-23T17:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26776#M55538</link>
      <description>&lt;P&gt;Thanks denloe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command "hbase hbck -repair" solve 6 inconsistencies. And the step that delete znodes make this command working, i think, because i've been trying "hbase hbck -repair" before but it just stuck. HBase working fine now, thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 04:08:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/26776#M55538</guid>
      <dc:creator>MabuXayda</dc:creator>
      <dc:date>2015-04-27T04:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/30610#M55539</link>
      <description>&lt;P&gt;I have tried your steps, but I still have inconsistancies and hbck -repair does not work. My inconsistancies are with data tables and not with META.&lt;/P&gt;&lt;P&gt;I get the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;INFO util.HBaseFsckRepair: Region still in transition, waiting for it to become assigned&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it eventually times out. I am using CDH 5.4.4 with Hbase 1.0.0. I cannot do anything on Hbase (count, scan etc.).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 19:33:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/30610#M55539</guid>
      <dc:creator>EugeneM</dc:creator>
      <dc:date>2015-08-08T19:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/30614#M55540</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/6580"&gt;@EugeneM&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;I have tried your steps, but I still have inconsistancies and hbck -repair does not work. My inconsistancies are with data tables and not with META.&lt;/P&gt;&lt;P&gt;I get the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;INFO util.HBaseFsckRepair: Region still in transition, waiting for it to become assigned&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it eventually times out. I am using CDH 5.4.4 with Hbase 1.0.0. I cannot do anything on Hbase (count, scan etc.).&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case, if "hdfs fsck" doesn't fix the files; you are going to have to delete the corrupted hdfs table files.&lt;/P&gt;&lt;P&gt;If you can load the data again, probably the best thing is to delete the /hbase directory in hdfs altogether, restart and load the data again.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2015 09:47:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/30614#M55540</guid>
      <dc:creator>Gonzalo Herreros</dc:creator>
      <dc:date>2015-08-09T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/30699#M55541</link>
      <description>&lt;P&gt;Thank you Gonzalo. That was exactly what I was not hoping to hear, but seeing that I could not use hbase, I had to do it. So, after deleting all the files/tables with inconsistancies, I got hbase to work again. Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 19:06:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/30699#M55541</guid>
      <dc:creator>EugeneM</dc:creator>
      <dc:date>2015-08-11T19:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/32419#M55542</link>
      <description>&lt;P&gt;I have done 4 different upgrades (on 4 different clusters) and I get this error everytime. I have to wipe out /hbase and lose the data which is the exact opposite reason on why I am doing an upgrade.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There must be a step missing from the upgrade instructions, I have followed them each time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried your solution here, and it doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to restart HBase the master failes and I get this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Failed to become active master&lt;BR /&gt;org.apache.hadoop.hbase.util.FileSystemVersionException: HBase file layout needs to be upgraded. You have version null and I want version 8. Consult &lt;A href="http://hbase.apache.org/book.html" target="_blank"&gt;http://hbase.apache.org/book.html&lt;/A&gt; for further information about upgrading HBase. Is your hbase.rootdir valid? If so, you may need to run 'hbase hbck -fixVersionFile'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run hbase hdck -fixVersionFile and it gets stuck on&amp;nbsp;&lt;/P&gt;&lt;P&gt;5/09/28 20:51:58 INFO client.RpcRetryingCaller: Call exception, tries=14, retries=35, started=128696 ms ago, cancelled=false, msg=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 20:59:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/32419#M55542</guid>
      <dc:creator>Amanda</dc:creator>
      <dc:date>2015-09-28T20:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/32441#M55543</link>
      <description>&lt;P&gt;If you delete the /hbase directory in zookeeper, you might be able to keep the data.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 07:28:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/32441#M55543</guid>
      <dc:creator>gonzalo</dc:creator>
      <dc:date>2015-09-29T07:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/32466#M55544</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;If you delete the /hbase directory in zookeeper, you might be able to keep the data."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for response. I am not sure how I delete this just in zookeeper. Is there a command for that?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 17:14:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/32466#M55544</guid>
      <dc:creator>Amanda</dc:creator>
      <dc:date>2015-09-29T17:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/32467#M55545</link>
      <description>&lt;P&gt;You have to use the command line.&lt;/P&gt;&lt;P&gt;Should be something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Start the command line and connect to any of the zk servers&lt;/P&gt;&lt;P&gt;# if you are not using CDH then the command is zk-cli.sh&lt;/P&gt;&lt;P&gt;#if your clluster is kerberized you need to kinit before, otherwise the delete will fail&lt;/P&gt;&lt;P&gt;zookeeper-client -server localhost:2181&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Once in the shell run this to delete the directory with metadata&lt;/P&gt;&lt;P&gt;rmr /hbase&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 18:04:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/32467#M55545</guid>
      <dc:creator>Gonzalo Herreros</dc:creator>
      <dc:date>2015-09-29T18:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/39944#M55546</link>
      <description>&lt;P&gt;Hey everyone, this is a great thread and I might be showing my "HBase age" here with old advice, but unless something has changed in recent versions of HBase, you cannot use these steps if you are using HBase replication. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The replication counter which stores the progress of your synchronization between clusters is stored as a znode under /hbase/replication in Zookkeeper, so you'll completely blow away your replication if you do an "rmr /hbase".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please be super careful with these instructions. &amp;nbsp;And to answer &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11344"&gt;@Amanda﻿&lt;/a&gt;&amp;nbsp;'s&amp;nbsp;question in this thread about why this happens with each upgrade, this RIT problem usually appears if HBase was not cleanly shut down. &amp;nbsp;Maybe you're trying to upgrade or move things around while HBase is still running?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:53:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/39944#M55546</guid>
      <dc:creator>Clint</dc:creator>
      <dc:date>2016-04-20T18:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/39947#M55548</link>
      <description>&lt;P&gt;HI there Clint-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you would suggest be done when HBase gets a region stuck in transition? I am all ears!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amanda&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 19:18:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/39947#M55548</guid>
      <dc:creator>Amanda</dc:creator>
      <dc:date>2016-04-20T19:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/39948#M55549</link>
      <description>&lt;P&gt;Well, it's been a couple years since I supported HBase, but what we used to do is delete all the znodes in the /hbase directory in ZK EXCEPT for the /hbase/replication dir. &amp;nbsp;You just have to be a little more surgical with what you're deleting in that RIT situation, IF you're using the Hbase replication feature to back your cluster up to a secondary cluster. &amp;nbsp;If not, the previous advice is fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ultimately, regions should not get stuck in transition, though. &amp;nbsp;What version of HBase are you running? &amp;nbsp;We used to have tons of bugs in older versions that would cause this situation, but those should be resolved long ago.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 19:23:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/39948#M55549</guid>
      <dc:creator>Clint</dc:creator>
      <dc:date>2016-04-20T19:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/39949#M55550</link>
      <description>&lt;P&gt;Nowadays there is a "clean" operation in the shell admin utilities that can be used to remove data files, zk data or both.&lt;/P&gt;&lt;P&gt;I guess that tool has in consideration what you are pointing out&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 19:26:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/39949#M55550</guid>
      <dc:creator>Gonzalo Herreros</dc:creator>
      <dc:date>2016-04-20T19:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Region in Transition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/59938#M55551</link>
      <description>&lt;P&gt;When you run OfflineMetaRepair, most likely you will run it from your userid or root.&amp;nbsp; Then we may get some opaque errors like "&lt;FONT face="courier new,courier"&gt;java.lang.AbstractMethodError: org.apache.hadoop.hbase.ipc.RpcScheduler.getWriteQueueLength()&lt;/FONT&gt;".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you check in HDFS, you may see that the meta directory is no longer owned by hbase:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ hdfs dfs -ls /hbase/data/hbase/
Found 2 items
drwxr-xr-x   - root  hbase          0 2017-09-12 13:58 /hbase/data/hbase/meta
drwxr-xr-x   - hbase hbase          0 2016-06-15 15:02 /hbase/data/hbase/namespace&lt;/PRE&gt;&lt;P&gt;Manually chown -R it and restart HBase fixed it for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 21:54:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Region-in-Transition/m-p/59938#M55551</guid>
      <dc:creator>MilesYao</dc:creator>
      <dc:date>2017-09-14T21:54:35Z</dc:date>
    </item>
  </channel>
</rss>

