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/09/12 02:59:57 UTC

[jira] Created: (HBASE-1830) HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable

HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable
-------------------------------------------------------------------------------------------------------

                 Key: HBASE-1830
                 URL: https://issues.apache.org/jira/browse/HBASE-1830
             Project: Hadoop HBase
          Issue Type: Improvement
          Components: io
    Affects Versions: 0.20.0
            Reporter: Jonathan Gray
             Fix For: 0.20.1, 0.21.0


HBASE-1828 dealt with a broken scanner because we were passing null for HBaseConfiguration.  Previous patches attempted to make it so HbaseObjectWritable would work with null HBC but it appears there is still a problem here.  Fix it so we allow null HBC.

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


[jira] Resolved: (HBASE-1830) HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable

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

Jonathan Gray resolved HBASE-1830.
----------------------------------

      Resolution: Fixed
        Assignee: stack
    Hadoop Flags: [Reviewed]

Committed to branch and trunk.  Thanks stack.

> HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1830
>                 URL: https://issues.apache.org/jira/browse/HBASE-1830
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: stack
>             Fix For: 0.20.1, 0.21.0
>
>         Attachments: 1830.patch
>
>
> HBASE-1828 dealt with a broken scanner because we were passing null for HBaseConfiguration.  Previous patches attempted to make it so HbaseObjectWritable would work with null HBC but it appears there is still a problem here.  Fix it so we allow null HBC.

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


[jira] Commented: (HBASE-1830) HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable

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

stack commented on HBASE-1830:
------------------------------

@Skigh It might be something else; can you update to 0.20.3 and see if you still have the prob?

> HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1830
>                 URL: https://issues.apache.org/jira/browse/HBASE-1830
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: stack
>             Fix For: 0.20.1, 0.21.0
>
>         Attachments: 1830.patch
>
>
> HBASE-1828 dealt with a broken scanner because we were passing null for HBaseConfiguration.  Previous patches attempted to make it so HbaseObjectWritable would work with null HBC but it appears there is still a problem here.  Fix it so we allow null HBC.

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


[jira] Updated: (HBASE-1830) HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable

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

stack updated HBASE-1830:
-------------------------

    Attachment: 1830.patch

Puts back null for HBC.  Seems to pass all tests but maybe I'm doing something wrong.  Test again.

> HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1830
>                 URL: https://issues.apache.org/jira/browse/HBASE-1830
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>             Fix For: 0.20.1, 0.21.0
>
>         Attachments: 1830.patch
>
>
> HBASE-1828 dealt with a broken scanner because we were passing null for HBaseConfiguration.  Previous patches attempted to make it so HbaseObjectWritable would work with null HBC but it appears there is still a problem here.  Fix it so we allow null HBC.

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


[jira] Commented: (HBASE-1830) HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable

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

Jonathan Gray commented on HBASE-1830:
--------------------------------------

I don't think I realized it was using ObjectWritable and not HbaseObjectWritable.

Thanks stack.

> HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1830
>                 URL: https://issues.apache.org/jira/browse/HBASE-1830
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>             Fix For: 0.20.1, 0.21.0
>
>         Attachments: 1830.patch
>
>
> HBASE-1828 dealt with a broken scanner because we were passing null for HBaseConfiguration.  Previous patches attempted to make it so HbaseObjectWritable would work with null HBC but it appears there is still a problem here.  Fix it so we allow null HBC.

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


[jira] Commented: (HBASE-1830) HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable

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

Skigh commented on HBASE-1830:
------------------------------

The problem still seems to be around, after applying patch 1828 and patch 1830.

I am on 0.20.0, and applied the two patches.  I was trying to use a SingleColumnValueFilter wrapped by a SkipFilter, and I am still getting this EOFException after retries exhausted.  are we sure it is fixed?
or am I missing something?

Thanks!

> HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1830
>                 URL: https://issues.apache.org/jira/browse/HBASE-1830
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: stack
>             Fix For: 0.20.1, 0.21.0
>
>         Attachments: 1830.patch
>
>
> HBASE-1828 dealt with a broken scanner because we were passing null for HBaseConfiguration.  Previous patches attempted to make it so HbaseObjectWritable would work with null HBC but it appears there is still a problem here.  Fix it so we allow null HBC.

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


[jira] Commented: (HBASE-1830) HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable

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

Jonathan Gray commented on HBASE-1830:
--------------------------------------

Do you mean HBASE-1828?  828 has no patches on it.

v1 patch in 1828 adds new HBC() calls, does not make it so we can pass nulls.

> HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1830
>                 URL: https://issues.apache.org/jira/browse/HBASE-1830
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>             Fix For: 0.20.1, 0.21.0
>
>
> HBASE-1828 dealt with a broken scanner because we were passing null for HBaseConfiguration.  Previous patches attempted to make it so HbaseObjectWritable would work with null HBC but it appears there is still a problem here.  Fix it so we allow null HBC.

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


[jira] Commented: (HBASE-1830) HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable

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

Jonathan Gray commented on HBASE-1830:
--------------------------------------

btw tests pass, this was my mixup.

> HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1830
>                 URL: https://issues.apache.org/jira/browse/HBASE-1830
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: stack
>             Fix For: 0.20.1, 0.21.0
>
>         Attachments: 1830.patch
>
>
> HBASE-1828 dealt with a broken scanner because we were passing null for HBaseConfiguration.  Previous patches attempted to make it so HbaseObjectWritable would work with null HBC but it appears there is still a problem here.  Fix it so we allow null HBC.

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


[jira] Commented: (HBASE-1830) HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable

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

stack commented on HBASE-1830:
------------------------------

See hbase-828.. get the v1 of the patch.

> HbaseObjectWritable methods should allow null HBaseConfigurations for when Writable is not Configurable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1830
>                 URL: https://issues.apache.org/jira/browse/HBASE-1830
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>             Fix For: 0.20.1, 0.21.0
>
>
> HBASE-1828 dealt with a broken scanner because we were passing null for HBaseConfiguration.  Previous patches attempted to make it so HbaseObjectWritable would work with null HBC but it appears there is still a problem here.  Fix it so we allow null HBC.

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