Grokbase Groups HBase dev March 2009
FAQ
Unreadable log messages -- "... to the only server localhost_1237525439599_56094" <- You'd have to be perverse to recognize that as a hostname, startcode, and port number.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Key: HBASE-1272
URL: https://issues.apache.org/jira/browse/HBASE-1272
Project: Hadoop HBase
Issue Type: Bug
Reporter: stack
Priority: Blocker




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

Search Discussions

  • stack (JIRA) at Mar 20, 2009 at 8:21 am
    [ https://issues.apache.org/jira/browse/HBASE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683789#action_12683789 ]

    stack commented on HBASE-1272:
    ------------------------------

    This seems more reasonable to me:

    {code}
    Index: src/java/org/apache/hadoop/hbase/HServerInfo.java
    ===================================================================
    --- src/java/org/apache/hadoop/hbase/HServerInfo.java (revision 755875)
    +++ src/java/org/apache/hadoop/hbase/HServerInfo.java (working copy)
    @@ -198,10 +198,10 @@

    private static String getServerName(String hostName, int port, long startCode) {
    StringBuilder name = new StringBuilder(hostName);
    - name.append("_");
    + name.append(":");
    + name.append(port);
    + name.append(",");
    name.append(startCode);
    - name.append("_");
    - name.append(port);
    return name.toString();
    }
    }
    {code}
    Unreadable log messages -- "... to the only server localhost_1237525439599_56094" <- You'd have to be perverse to recognize that as a hostname, startcode, and port number.
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Key: HBASE-1272
    URL: https://issues.apache.org/jira/browse/HBASE-1272
    Project: Hadoop HBase
    Issue Type: Bug
    Reporter: stack
    Priority: Blocker

    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • stack (JIRA) at May 20, 2009 at 6:18 am
    [ https://issues.apache.org/jira/browse/HBASE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    stack updated HBASE-1272:
    -------------------------

    Fix Version/s: 0.20.0
    Unreadable log messages -- "... to the only server localhost_1237525439599_56094" <- You'd have to be perverse to recognize that as a hostname, startcode, and port number.
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Key: HBASE-1272
    URL: https://issues.apache.org/jira/browse/HBASE-1272
    Project: Hadoop HBase
    Issue Type: Bug
    Reporter: stack
    Priority: Blocker
    Fix For: 0.20.0

    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • stack (JIRA) at May 21, 2009 at 5:31 pm
    [ https://issues.apache.org/jira/browse/HBASE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    stack resolved HBASE-1272.
    --------------------------

    Resolution: Fixed

    Committed below:

    {code}
    Index: src/java/org/apache/hadoop/hbase/HServerInfo.java
    ===================================================================
    --- src/java/org/apache/hadoop/hbase/HServerInfo.java (revision 777167)
    +++ src/java/org/apache/hadoop/hbase/HServerInfo.java (working copy)
    @@ -245,10 +245,10 @@

    private static String getServerName(String hostName, int port, long startCode) {
    StringBuilder name = new StringBuilder(hostName);
    - name.append("_");
    + name.append(",");
    + name.append(port);
    + name.append(",");
    name.append(startCode);
    - name.append("_");
    - name.append(port);
    return name.toString();
    }
    }
    {code}
    Unreadable log messages -- "... to the only server localhost_1237525439599_56094" <- You'd have to be perverse to recognize that as a hostname, startcode, and port number.
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Key: HBASE-1272
    URL: https://issues.apache.org/jira/browse/HBASE-1272
    Project: Hadoop HBase
    Issue Type: Bug
    Reporter: stack
    Priority: Blocker
    Fix For: 0.20.0

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

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupdev @
categorieshbase, hadoop
postedMar 20, '09 at 5:21a
activeMay 21, '09 at 5:31p
posts4
users1
websitehbase.apache.org

1 user in discussion

stack (JIRA): 4 posts

People

Translate

site design / logo © 2023 Grokbase