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/09/25 07:06:50 UTC

[jira] Created: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

[hbase] StopRowFilter throws NPE when passed null row
-----------------------------------------------------

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


Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Commented: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

Hadoop QA commented on HADOOP-1941:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12366506/filter.patch
against trunk revision r579005.

    @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 failed contrib unit tests.

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

This message is automatically generated.

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Assigned: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

stack reassigned HADOOP-1941:
-----------------------------

    Assignee: stack

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Updated: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

stack updated HADOOP-1941:
--------------------------

    Status: Patch Available  (was: Open)

Builds local.  Trying Hudson

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Updated: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

stack updated HADOOP-1941:
--------------------------

    Status: In Progress  (was: Patch Available)

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Commented: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

stack commented on HADOOP-1941:
-------------------------------

This patch and the later hadoop-1921 both failed in hbase test log rolling.

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Updated: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

stack updated HADOOP-1941:
--------------------------

    Attachment: filter.patch

If null return false (unless stop key is null).  Add unit test.

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Commented: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

Hadoop QA commented on HADOOP-1941:
-----------------------------------

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

    @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/826/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/826/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/826/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/826/console

This message is automatically generated.

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Updated: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

stack updated HADOOP-1941:
--------------------------

    Status: Patch Available  (was: In Progress)

Retrying (The test that failed has been backed out).

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Updated: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

stack updated HADOOP-1941:
--------------------------

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

Committed. Resolving.

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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


[jira] Commented: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

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

Hudson commented on HADOOP-1941:
--------------------------------

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

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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