You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2014/03/11 19:42:00 UTC

[jira] [Resolved] (HBASE-10572) Create an IntegrationTest for region replicas

     [ https://issues.apache.org/jira/browse/HBASE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enis Soztutar resolved HBASE-10572.
-----------------------------------

      Resolution: Fixed
    Release Note: 
Adds an integration test for testing multi threaded gets with stale mode set in a table with replicated regions. Chaos Monkey can be run to test the behavior where region servers and masters are killed. 

Check the javadoc for IntegrationTestTimeBoundedRequestsWithRegionReplicas for how to run the test. 
    Hadoop Flags: Reviewed

Committed to hbase-10070. 

> Create an IntegrationTest for region replicas
> ---------------------------------------------
>
>                 Key: HBASE-10572
>                 URL: https://issues.apache.org/jira/browse/HBASE-10572
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: hbase-10070
>
>         Attachments: 10572-add.txt, hbase-10572_v0.patch, hbase-10572_v1.patch, hbase-10572_v2.patch
>
>
> 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) 



--
This message was sent by Atlassian JIRA
(v6.2#6252)