<?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 hbase 2.0 table stuck in 'DISABLING' state and region is stuck in 'OPENING' state in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242088#M203891</link>
    <description>&lt;P&gt;I have a table stuck in 'DISABLING' state and one of the four table regions is stuck in 'OPENING' state. Hbase 2.0 hbck doesn't allow fixing tables.&lt;/P&gt;&lt;P&gt;./hbase zkcli, ls /hbase-unsecure/table/&amp;lt;table name&amp;gt; doesn't show anything&lt;/P&gt;&lt;P&gt;restarting the hbase master, regionservers, and zookeeper doesn't resolve&lt;/P&gt;&lt;P&gt;How do I fix this issue.&lt;/P&gt;</description>
    <pubDate>Sun, 13 Jan 2019 12:24:53 GMT</pubDate>
    <dc:creator>jack_madden</dc:creator>
    <dc:date>2019-01-13T12:24:53Z</dc:date>
    <item>
      <title>hbase 2.0 table stuck in 'DISABLING' state and region is stuck in 'OPENING' state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242088#M203891</link>
      <description>&lt;P&gt;I have a table stuck in 'DISABLING' state and one of the four table regions is stuck in 'OPENING' state. Hbase 2.0 hbck doesn't allow fixing tables.&lt;/P&gt;&lt;P&gt;./hbase zkcli, ls /hbase-unsecure/table/&amp;lt;table name&amp;gt; doesn't show anything&lt;/P&gt;&lt;P&gt;restarting the hbase master, regionservers, and zookeeper doesn't resolve&lt;/P&gt;&lt;P&gt;How do I fix this issue.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jan 2019 12:24:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242088#M203891</guid>
      <dc:creator>jack_madden</dc:creator>
      <dc:date>2019-01-13T12:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: hbase 2.0 table stuck in 'DISABLING' state and region is stuck in 'OPENING' state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242089#M203892</link>
      <description>&lt;PRE&gt;hbase(main):002:0&amp;gt; is_enabled 'EDA_CONTRACTS_TEMP'
false
Took 0.1362 seconds
=&amp;gt; false
hbase(main):003:0&amp;gt; is_disabled 'EDA_CONTRACTS_TEMP'
false
Took 0.0290 seconds
=&amp;gt; 1

./hbase hbck -details
Number of regions in transition: 1
  EDA_CONTRACTS_TEMP,,1545342660748.52fdc258feeeae9285551f2cc231d841. state=OPENING, ts=Thu Jan 10 19:07:32 MST 2019 (177746s ago), server=null

&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 13 Jan 2019 12:28:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242089#M203892</guid>
      <dc:creator>jack_madden</dc:creator>
      <dc:date>2019-01-13T12:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: hbase 2.0 table stuck in 'DISABLING' state and region is stuck in 'OPENING' state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242090#M203893</link>
      <description>&lt;P&gt;When I try to unassign the region (close) I see this in the log. Is there a way to manually set the state of the region or force it to close.&lt;/P&gt;&lt;P&gt;2019-01-13 12:46:06,272 WARN  [PEWorker-16] assignment.RegionTransitionProcedure: Failed transition, suspend 2048secs pid=2931, state=RUNNABLE:REGION_TRANSITION_DISPATCH; UnassignProcedure table=EDA_CONTRACTS_TEMP, region=52fdc258feeeae9285551f2cc231d841, server=hadoop-2,16020,1546877712972; rit=OPENING, location=hadoop-2,16020,1546877712972; waiting on rectified condition fixed by other Procedure or operator intervention
org.apache.hadoop.hbase.exceptions.UnexpectedStateException: Expected [SPLITTING, SPLIT, MERGING, OPEN, CLOSING] so could move to CLOSING but current state=OPENING&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 03:52:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242090#M203893</guid>
      <dc:creator>jack_madden</dc:creator>
      <dc:date>2019-01-14T03:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: hbase 2.0 table stuck in 'DISABLING' state and region is stuck in 'OPENING' state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242091#M203894</link>
      <description>&lt;P&gt;This was a temp table. I wasn't able to drop the table b/c it was in a 'DISABLING' state, not 'DISABLED'. I was able to figure out a way to manually remove the table.&lt;/P&gt;&lt;P&gt;Remove the table directory in hdfs, /apps/hbase/data/data/default/&amp;lt;table_name&amp;gt;.&lt;/P&gt;&lt;P&gt;Remove the rows in hbase:meta that referenced the table, deleteall 'hbase:meta', '&amp;lt;row_name&amp;gt;'&lt;/P&gt;&lt;P&gt;Stop hbase, zookeeper. Start zookeeper, hbase.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 23:03:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242091#M203894</guid>
      <dc:creator>jack_madden</dc:creator>
      <dc:date>2019-01-14T23:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: hbase 2.0 table stuck in 'DISABLING' state and region is stuck in 'OPENING' state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242092#M203895</link>
      <description>&lt;P&gt;This was a temp table. I wasn't able to drop the table b/c it was in a 'DISABLING' state, not 'DISABLED'. I was able to figure out a way to manually remove the table.&lt;/P&gt;&lt;P&gt;Remove the table directory in hdfs, /apps/hbase/data/data/default/&amp;lt;table_name&amp;gt;.&lt;/P&gt;&lt;P&gt;Remove the rows in hbase:meta that referenced the table, deleteall 'hbase:meta', '&amp;lt;row_name&amp;gt;'&lt;/P&gt;&lt;P&gt;Stop hbase, zookeeper. Start zookeeper, hbase.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 00:01:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242092#M203895</guid>
      <dc:creator>jack_madden</dc:creator>
      <dc:date>2019-01-15T00:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: hbase 2.0 table stuck in 'DISABLING' state and region is stuck in 'OPENING' state</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242093#M203896</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;No need to do any deletion. Just follow the steps here to resolve the issue without any data loss: &lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="https://community.hortonworks.com/questions/242343/hbase-table-is-stuck-in-disabling-state-neither-en.html" target="_blank"&gt;https://community.hortonworks.com/questions/242343/hbase-table-is-stuck-in-disabling-state-neither-en.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shesh&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2019 20:44:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-2-0-table-stuck-in-DISABLING-state-and-region-is-stuck/m-p/242093#M203896</guid>
      <dc:creator>sheshk11</dc:creator>
      <dc:date>2019-03-02T20:44:01Z</dc:date>
    </item>
  </channel>
</rss>

