You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "stack (JIRA)" <ji...@apache.org> on 2007/10/16 20:56:50 UTC

[jira] Created: (HADOOP-2064) [hbase] test split assertion and NPE failures (Patch build #952 and #953)

[hbase] test split assertion and NPE failures (Patch build #952 and #953)
-------------------------------------------------------------------------

                 Key: HADOOP-2064
                 URL: https://issues.apache.org/jira/browse/HADOOP-2064
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/hbase
            Reporter: stack
            Priority: Minor
             Fix For: 0.16.0


Two failures last night in patch builds both in TestSplit, one assertion that parent region has the 'offline' attribute -- this i've seen before -- and a new one, an NPE getting table region.

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


[jira] Updated: (HADOOP-2064) [hbase] test split assertion and NPE failures (Patch build #952 and #953)

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

stack updated HADOOP-2064:
--------------------------

    Attachment: ts.patch

Patch that adds logging to help w/ future debugging, makes parent check even stricter to ensure its actually the parent we are looking at, and adds retry around get of table region if on first try we are returned a null.

> [hbase] test split assertion and NPE failures (Patch build #952 and #953)
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-2064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2064
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: ts.patch
>
>
> Two failures last night in patch builds both in TestSplit, one assertion that parent region has the 'offline' attribute -- this i've seen before -- and a new one, an NPE getting table region.

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


[jira] Updated: (HADOOP-2064) [hbase] test split assertion and NPE failures (Patch build #952 and #953)

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

stack updated HADOOP-2064:
--------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Resolving.  Will reopen if issue reoccurs.

> [hbase] test split assertion and NPE failures (Patch build #952 and #953)
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-2064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2064
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: ts.patch
>
>
> Two failures last night in patch builds both in TestSplit, one assertion that parent region has the 'offline' attribute -- this i've seen before -- and a new one, an NPE getting table region.

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


[jira] Commented: (HADOOP-2064) [hbase] test split assertion and NPE failures (Patch build #952 and #953)

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

Hudson commented on HADOOP-2064:
--------------------------------

Integrated in Hadoop-Nightly #275 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/275/])

> [hbase] test split assertion and NPE failures (Patch build #952 and #953)
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-2064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2064
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: ts.patch
>
>
> Two failures last night in patch builds both in TestSplit, one assertion that parent region has the 'offline' attribute -- this i've seen before -- and a new one, an NPE getting table region.

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


[jira] Commented: (HADOOP-2064) [hbase] test split assertion and NPE failures (Patch build #952 and #953)

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535374 ] 

Hadoop QA commented on HADOOP-2064:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12367834/ts.patch
against trunk revision r585276.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/959/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/959/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/959/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/959/console

This message is automatically generated.

> [hbase] test split assertion and NPE failures (Patch build #952 and #953)
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-2064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2064
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: ts.patch
>
>
> Two failures last night in patch builds both in TestSplit, one assertion that parent region has the 'offline' attribute -- this i've seen before -- and a new one, an NPE getting table region.

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


[jira] Updated: (HADOOP-2064) [hbase] test split assertion and NPE failures (Patch build #952 and #953)

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

stack updated HADOOP-2064:
--------------------------

    Status: Patch Available  (was: Open)

Trying hudson

> [hbase] test split assertion and NPE failures (Patch build #952 and #953)
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-2064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2064
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: ts.patch
>
>
> Two failures last night in patch builds both in TestSplit, one assertion that parent region has the 'offline' attribute -- this i've seen before -- and a new one, an NPE getting table region.

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