You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/04/04 23:50:34 UTC

[jira] Created: (HBASE-563) TestRowFilterAfterWrite erroneously sets master address to 0.0.0.0:60100 rather than relying on conf

TestRowFilterAfterWrite erroneously sets master address to 0.0.0.0:60100 rather than relying on conf
----------------------------------------------------------------------------------------------------

                 Key: HBASE-563
                 URL: https://issues.apache.org/jira/browse/HBASE-563
             Project: Hadoop HBase
          Issue Type: Bug
          Components: filters
    Affects Versions: 0.1.0, 0.2.0, 0.1.1
            Reporter: Jim Kellerman
            Assignee: Jim Kellerman
            Priority: Blocker
             Fix For: 0.2.0, 0.1.1


TestRowFilterAfterWrite sets HConstants.MASTER_ADDRESS to 0.0.0.0:60100 rather than relying on the setting being in the configuration. Until the latest revision of hadoop-trunk this mysteriously worked. Removing this setting makes it work again.

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


[jira] Resolved: (HBASE-563) TestRowFilterAfterWrite erroneously sets master address to 0.0.0.0:60100 rather than relying on conf

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

Jim Kellerman resolved HBASE-563.
---------------------------------

    Resolution: Fixed

Committed to both 0.1 branch and trunk.

> TestRowFilterAfterWrite erroneously sets master address to 0.0.0.0:60100 rather than relying on conf
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-563
>                 URL: https://issues.apache.org/jira/browse/HBASE-563
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: filters
>    Affects Versions: 0.2.0, 0.1.1, 0.1.0
>            Reporter: Jim Kellerman
>            Assignee: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.2.0, 0.1.1
>
>
> TestRowFilterAfterWrite sets HConstants.MASTER_ADDRESS to 0.0.0.0:60100 rather than relying on the setting being in the configuration. Until the latest revision of hadoop-trunk this mysteriously worked. Removing this setting makes it work again.

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