You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2009/07/07 01:47:14 UTC

[jira] Created: (HBASE-1616) Unit test of compacting referenced StoreFiles

Unit test of compacting referenced StoreFiles
---------------------------------------------

                 Key: HBASE-1616
                 URL: https://issues.apache.org/jira/browse/HBASE-1616
             Project: Hadoop HBase
          Issue Type: Test
          Components: io, regionserver
            Reporter: Jonathan Gray
             Fix For: 0.20.0


We need a unit test for compactions of referenced StoreFiles.  This broke in trunk but was not found in any existing tests.

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


[jira] Resolved: (HBASE-1616) Unit test of compacting referenced StoreFiles

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

stack resolved HBASE-1616.
--------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Committed.  Thanks for patch Jon.

> Unit test of compacting referenced StoreFiles
> ---------------------------------------------
>
>                 Key: HBASE-1616
>                 URL: https://issues.apache.org/jira/browse/HBASE-1616
>             Project: Hadoop HBase
>          Issue Type: Test
>          Components: io, regionserver
>            Reporter: Jonathan Gray
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1616-v1.patch
>
>
> We need a unit test for compactions of referenced StoreFiles.  This broke in trunk but was not found in any existing tests.

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


[jira] Updated: (HBASE-1616) Unit test of compacting referenced StoreFiles

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

Jonathan Gray updated HBASE-1616:
---------------------------------

    Attachment: HBASE-1616-v1.patch

Not really as described in the issue but this at least triggers a failing test on trunk.

Just does a scanner / row count before and after split to verify it didn't get borked.

This test, TestForceSplit, is already one of the less desirable tests that relies on sleeping... Not ideal but can test for original HBASE-1615 bug

> Unit test of compacting referenced StoreFiles
> ---------------------------------------------
>
>                 Key: HBASE-1616
>                 URL: https://issues.apache.org/jira/browse/HBASE-1616
>             Project: Hadoop HBase
>          Issue Type: Test
>          Components: io, regionserver
>            Reporter: Jonathan Gray
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1616-v1.patch
>
>
> We need a unit test for compactions of referenced StoreFiles.  This broke in trunk but was not found in any existing tests.

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