I am facing a weird problem. I was accessing my HBase tables through an API. Midway during execution I got a RegionNotServing for my table \'x\'. But My HRegionServers were work
I had a similar issue before. The problem was because Zookeeper was holding the table. So I deleted the table manually by following the below steps
hbase zkcli
delete /hbase/table/x