Support updates across region splits and compactions
----------------------------------------------------
Key: HADOOP-1445
URL: https://issues.apache.org/jira/browse/HADOOP-1445
Project: Hadoop
Issue Type: Bug
Components: contrib/hbase
Reporter: stack
Assignee: stack
Running an extended serial write test (EvaluationClient), a test that runs long
enough it triggers compactions and splits, hbase falls over. In the former
case, client gets locked out. In the latter, the client times out.
During compactions, hbase should be able to continue to take writes/updates.
During splits, the client will have to recalibrate so writes go instead into
the new splits but again, other than a pause, writes shouldn't be dropped.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.