You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2010/03/01 01:50:05 UTC

[jira] Created: (HBASE-2278) TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch

TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch
--------------------------------------------------------------------------

                 Key: HBASE-2278
                 URL: https://issues.apache.org/jira/browse/HBASE-2278
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: Andrew Purtell
             Fix For: 0.20.4


My tests have picked up a regression on branch:

Error Message

i=101 expected:<1000> but was:<0>

Stacktrace

junit.framework.AssertionFailedError: i=101 expected:<1000> but was:<0>
	at org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2085)



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


[jira] Commented: (HBASE-2278) [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch

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

Andrew Purtell commented on HBASE-2278:
---------------------------------------

It looks like what happens occasionally is the previous test, TestHRegionWithIdxRegion, will not terminate but instead spin on one CPU indefinitely, causing the following test TestHRegionWithIdxRegionNoIndexes to return unexpected results. 

> [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-2278
>                 URL: https://issues.apache.org/jira/browse/HBASE-2278
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>             Fix For: 0.20.4
>
>
> My tests have picked up a regression on branch:
> test:
>      [echo] contrib: indexed
> ...
>     [junit] Running org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes
>     [junit] Tests run: 41, Failures: 1, Errors: 0, Time elapsed: 18.382 sec
>     [junit] Test org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes FAILED
> Error Message
> i=101 expected:<1000> but was:<0>
> Stacktrace
> junit.framework.AssertionFailedError: i=101 expected:<1000> but was:<0>
> 	at org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2085)

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


[jira] Commented: (HBASE-2278) [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch

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

Dan Washusen commented on HBASE-2278:
-------------------------------------

I've just run the build three times without a failure.  I'll keep trying but if someone sees this again could you please provide a thread dump?

> [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-2278
>                 URL: https://issues.apache.org/jira/browse/HBASE-2278
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>             Fix For: 0.20.4
>
>
> My tests have picked up a regression on branch:
> test:
>      [echo] contrib: indexed
> ...
>     [junit] Running org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes
>     [junit] Tests run: 41, Failures: 1, Errors: 0, Time elapsed: 18.382 sec
>     [junit] Test org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes FAILED
> Error Message
> i=101 expected:<1000> but was:<0>
> Stacktrace
> junit.framework.AssertionFailedError: i=101 expected:<1000> but was:<0>
> 	at org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2085)

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


[jira] Updated: (HBASE-2278) [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch

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

Andrew Purtell updated HBASE-2278:
----------------------------------

    Summary: [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch  (was: TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch)

> [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-2278
>                 URL: https://issues.apache.org/jira/browse/HBASE-2278
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>             Fix For: 0.20.4
>
>
> My tests have picked up a regression on branch:
> test:
>      [echo] contrib: indexed
> ...
>     [junit] Running org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes
>     [junit] Tests run: 41, Failures: 1, Errors: 0, Time elapsed: 18.382 sec
>     [junit] Test org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes FAILED
> Error Message
> i=101 expected:<1000> but was:<0>
> Stacktrace
> junit.framework.AssertionFailedError: i=101 expected:<1000> but was:<0>
> 	at org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2085)

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


[jira] Updated: (HBASE-2278) TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch

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

Andrew Purtell updated HBASE-2278:
----------------------------------

    Description: 
My tests have picked up a regression on branch:

test:
     [echo] contrib: indexed
...
    [junit] Running org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes
    [junit] Tests run: 41, Failures: 1, Errors: 0, Time elapsed: 18.382 sec
    [junit] Test org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes FAILED


Error Message

i=101 expected:<1000> but was:<0>

Stacktrace

junit.framework.AssertionFailedError: i=101 expected:<1000> but was:<0>
	at org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2085)



  was:
My tests have picked up a regression on branch:

Error Message

i=101 expected:<1000> but was:<0>

Stacktrace

junit.framework.AssertionFailedError: i=101 expected:<1000> but was:<0>
	at org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2085)




> TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch
> --------------------------------------------------------------------------
>
>                 Key: HBASE-2278
>                 URL: https://issues.apache.org/jira/browse/HBASE-2278
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>             Fix For: 0.20.4
>
>
> My tests have picked up a regression on branch:
> test:
>      [echo] contrib: indexed
> ...
>     [junit] Running org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes
>     [junit] Tests run: 41, Failures: 1, Errors: 0, Time elapsed: 18.382 sec
>     [junit] Test org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes FAILED
> Error Message
> i=101 expected:<1000> but was:<0>
> Stacktrace
> junit.framework.AssertionFailedError: i=101 expected:<1000> but was:<0>
> 	at org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2085)

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


[jira] Resolved: (HBASE-2278) [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch

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

stack resolved HBASE-2278.
--------------------------

    Resolution: Won't Fix

'indexed' has been moved to github.  Closing as 'wont fix'

> [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-2278
>                 URL: https://issues.apache.org/jira/browse/HBASE-2278
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>             Fix For: 0.20.5, 0.21.0
>
>
> My tests have picked up a regression on branch:
> test:
>      [echo] contrib: indexed
> ...
>     [junit] Running org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes
>     [junit] Tests run: 41, Failures: 1, Errors: 0, Time elapsed: 18.382 sec
>     [junit] Test org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes FAILED
> Error Message
> i=101 expected:<1000> but was:<0>
> Stacktrace
> junit.framework.AssertionFailedError: i=101 expected:<1000> but was:<0>
> 	at org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2085)

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