Dataloss when master and region server die at same time
-------------------------------------------------------
Key: HBASE-1149
URL: https://issues.apache.org/jira/browse/HBASE-1149
Project: Hadoop HBase
Issue Type: Bug
Affects Versions: 0.19.0
Reporter: Ben Maurer
To reproduce:
1) Run HBase in standalone mode
2)
create 'foo', 'bar'
3) kill -9 the HBase server
4) Restart hbase
The table 'foo' will not exist.
Apparently this problem happens because the master and region servers die at
the same time. To me that suggests a fairly large flaw -- if your cluster has a
systematic failure (say, a power outage) it would cause data loss.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.