You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2012/08/27 01:03:07 UTC

[jira] [Created] (HBASE-6667) TestCatalogJanitor occasionally fails

Ted Yu created HBASE-6667:
-----------------------------

             Summary: TestCatalogJanitor occasionally fails
                 Key: HBASE-6667
                 URL: https://issues.apache.org/jira/browse/HBASE-6667
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
             Fix For: 0.96.0
         Attachments: testCatalogJanitor-output.txt

Here is the OS:
Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
{code}
testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
java.lang.AssertionError: Not the same number of current files
Expected (2):      Gotten (0):
Not Found:
_store0
_store1

Extra:

  at org.junit.Assert.fail(Assert.java:93)
  at org.junit.Assert.assertTrue(Assert.java:43)
  at org.junit.Assert.assertNull(Assert.java:551)
  at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
  at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
  at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6667) TestCatalogJanitor occasionally fails

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

stack commented on HBASE-6667:
------------------------------

I committed Jesse's debug patch to trunk.
                
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6667) TestCatalogJanitor occasionally fails

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446651#comment-13446651 ] 

Hudson commented on HBASE-6667:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #158 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/158/])
    HBASE-6667 TestCatalogJanitor occasionally fails; PATCH THAT ADDS DEBUG AROUND FAILING TEST (Revision 1379682)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/CatalogJanitor.java
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/util/HFileArchiveTestingUtil.java

                
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (HBASE-6667) TestCatalogJanitor occasionally fails

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

Jesse Yates reassigned HBASE-6667:
----------------------------------

    Assignee: Jesse Yates
    
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-6667) TestCatalogJanitor occasionally fails

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

Jesse Yates updated HBASE-6667:
-------------------------------

    Attachment:     (was: java_6667-v0.txt)
    
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-6667) TestCatalogJanitor occasionally fails

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

Ted Yu updated HBASE-6667:
--------------------------

    Priority: Critical  (was: Major)
    
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HBASE-6667) TestCatalogJanitor occasionally fails

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

Ted Yu resolved HBASE-6667.
---------------------------

    Resolution: Cannot Reproduce
    
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-6667) TestCatalogJanitor occasionally fails

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

Jesse Yates updated HBASE-6667:
-------------------------------

    Attachment: java_6667-v0.txt
    
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-6667) TestCatalogJanitor occasionally fails

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

Jesse Yates updated HBASE-6667:
-------------------------------

    Attachment: java_6667-v0.txt

Attaching small patch to help with debugging for the next time this test breaks. I ran the test 20x locally and couldn't get it to reproduce, so hopefully this should help.
                
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6667) TestCatalogJanitor occasionally fails

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468824#comment-13468824 ] 

Ted Yu commented on HBASE-6667:
-------------------------------

We can resolve this and tackle more recent test failures.
                
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-6667) TestCatalogJanitor occasionally fails

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

Ted Yu updated HBASE-6667:
--------------------------

    Attachment: testCatalogJanitor-output.txt

Here is test output
                
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6667) TestCatalogJanitor occasionally fails

Posted by "Jesse Yates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468820#comment-13468820 ] 

Jesse Yates commented on HBASE-6667:
------------------------------------

This test hasn't been failing on trunk for the last 100+ builds and has been running under a second in every build (generally under 100ms, with some variance).  See https://builds.apache.org/job/HBase-TRUNK/3414/testReport/junit/org.apache.hadoop.hbase.master/TestCatalogJanitor/testArchiveOldRegion/history/

I'd like to move to close this as won't fix. I have no idea what went wrong with the original test - its all single threaded and a fairly simple test. It might have been some weird GC issue where the cleanup ran early or bled over from another test running cleanup. However, ran the test again 20x on trunk locally without issue.
                
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6667) TestCatalogJanitor occasionally fails

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446575#comment-13446575 ] 

Hudson commented on HBASE-6667:
-------------------------------

Integrated in HBase-TRUNK #3297 (See [https://builds.apache.org/job/HBase-TRUNK/3297/])
    HBASE-6667 TestCatalogJanitor occasionally fails; PATCH THAT ADDS DEBUG AROUND FAILING TEST (Revision 1379682)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/CatalogJanitor.java
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/util/HFileArchiveTestingUtil.java

                
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-6667) TestCatalogJanitor occasionally fails

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

stack updated HBASE-6667:
-------------------------

    Priority: Major  (was: Critical)
    
> TestCatalogJanitor occasionally fails
> -------------------------------------
>
>                 Key: HBASE-6667
>                 URL: https://issues.apache.org/jira/browse/HBASE-6667
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Jesse Yates
>             Fix For: 0.96.0
>
>         Attachments: java_6667-v0.txt, testCatalogJanitor-output.txt
>
>
> Here is the OS:
> Linux sea0 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> {code}
> testArchiveOldRegion(org.apache.hadoop.hbase.master.TestCatalogJanitor)  Time elapsed: 0.007 sec  <<< FAILURE!
> java.lang.AssertionError: Not the same number of current files
> Expected (2):      Gotten (0):
> Not Found:
> _store0
> _store1
> Extra:
>   at org.junit.Assert.fail(Assert.java:93)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at org.junit.Assert.assertNull(Assert.java:551)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:132)
>   at org.apache.hadoop.hbase.util.HFileArchiveTestingUtil.assertArchiveEqualToOriginal(HFileArchiveTestingUtil.java:95)
>   at org.apache.hadoop.hbase.master.TestCatalogJanitor.testArchiveOldRegion(TestCatalogJanitor.java:623)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira