-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.99.0, hbase-10070
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
-
Release Note:
We should add an integration test for testing reads from replicas with chaos monkey.
I am thinking of a test which:
- Creates a table with region replication
- Writes some data to a table with many regions per server. Ensures that the replicas sees the data.
- Does time bounded gets (5 sec, etc) with timeline consistency. Failing to complete the reads with a smaller latency will fail the test
- Runs Chaos Monkey to kill the region servers, master and runs balance. We do not want other CM actions (flush, snapshot, etc)