hi, hbase users. I got a problem when I am testing coprocessors which is released at base 0.92.1.
here is the hbase shell outputs
----------------
hbase(main):001:0> truncate 'blog'
Truncating 'blog' table (it may take a while):
ERROR: Unknown table blog!
Here is some help for this command:
Disables, drops and recreates the specified table.
hbase(main):002:0> list
TABLE
blog
counter
sidx
3 row(s) in 15.3610 seconds
----------------
yes, table 'blog' is a zombie I think.
there was some big stress from coprocessors which is using RegionServerObserver
interfaces.
how could I fix this situation?
