You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/03/17 23:19:27 UTC

[jira] Created: (HBASE-2340) Add end-to-end test of sync/flush

Add end-to-end test of sync/flush
---------------------------------

                 Key: HBASE-2340
                 URL: https://issues.apache.org/jira/browse/HBASE-2340
             Project: Hadoop HBase
          Issue Type: Task
            Reporter: stack
            Assignee: stack
            Priority: Blocker
             Fix For: 0.20.4, 0.21.0


Add a test to do the following:

{code}
+ Start a HBase/HDFS cluster (local node is fine).
 + Use top-level (HTable) level APIs to put items. 
+ Try about single column puts, as well as puts which span multiple columns/multiple column families, etc.
+ Then kill one region server.
+ Wait for recovery to happen.
+ And then check the rows exist.
{code}

Assigning myself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-2340) Add end-to-end test of sync/flush

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-2340.
--------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Committed to branch without flush (Seems to work w/o it).  Thanks for review Kannan.

> Add end-to-end test of sync/flush
> ---------------------------------
>
>                 Key: HBASE-2340
>                 URL: https://issues.apache.org/jira/browse/HBASE-2340
>             Project: Hadoop HBase
>          Issue Type: Task
>            Reporter: stack
>            Assignee: Kannan Muthukkaruppan
>            Priority: Blocker
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: 2340-v2.patch, 2340.patch
>
>
> Add a test to do the following:
> {code}
> + Start a HBase/HDFS cluster (local node is fine).
>  + Use top-level (HTable) level APIs to put items. 
> + Try about single column puts, as well as puts which span multiple columns/multiple column families, etc.
> + Then kill one region server.
> + Wait for recovery to happen.
> + And then check the rows exist.
> {code}
> Assigning myself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.