You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Karthik K (Created) (JIRA)" <ji...@apache.org> on 2012/01/11 02:36:39 UTC

[jira] [Created] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

AssignmentManager: getRegion: logging nit  adds a redundant '+'  
-----------------------------------------------------------------

                 Key: HBASE-5176
                 URL: https://issues.apache.org/jira/browse/HBASE-5176
             Project: HBase
          Issue Type: Bug
         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
            Reporter: Karthik K
             Fix For: 0.92.0
         Attachments: HBASE-5176.patch

>From the logs of HMaster: 


2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275

Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5176) AssignmentManager#getRegion: logging nit adds a redundant '+'

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

Zhihong Yu updated HBASE-5176:
------------------------------

    Fix Version/s:     (was: 0.92.0)
                   0.92.1
                   0.94.0

Integrated to 0.92 branch and TRUNK.

Thanks for the patch Karthik.

Thanks for the review Stack.
                
> AssignmentManager#getRegion: logging nit  adds a redundant '+'  
> ----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Assignee: Karthik K
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager#getRegion: logging nit adds a redundant '+'

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

Hudson commented on HBASE-5176:
-------------------------------

Integrated in HBase-TRUNK-security #81 (See [https://builds.apache.org/job/HBase-TRUNK-security/81/])
    HBASE-5176  AssignmentManager#getRegion: logging nit  adds a redundant '+' (Karthik K)

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java

                
> AssignmentManager#getRegion: logging nit  adds a redundant '+'  
> ----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Assignee: Karthik K
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

Karthik K commented on HBASE-5176:
----------------------------------

Reg test failures, 


"javax.management.InstanceAlreadyExistsException: MXBean already registered with name Hadoop:service=NameNode,name=MetricsSystem,sub=Control" seems to be one of the reasons for failing , indicating an env setup / test fixture issue instead of being related to this patch. 

test:

No tests included for the patch: 

Manual verification of the log message on the console, when starting up HMaster. 


javadoc:

This does not add any method/ argument to warrant a javadoc change. 

                
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

Zhihong Yu commented on HBASE-5176:
-----------------------------------

+1 on patch. 
                
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

Zhihong Yu commented on HBASE-5176:
-----------------------------------

Most test failures were due to MAPREDUCE-3583. 
                
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

Karthik K commented on HBASE-5176:
----------------------------------

Just curious, what is the procedure for the code review, to help get this into the branch ? 
                
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager#getRegion: logging nit adds a redundant '+'

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

Hudson commented on HBASE-5176:
-------------------------------

Integrated in HBase-0.92 #249 (See [https://builds.apache.org/job/HBase-0.92/249/])
    HBASE-5176  AssignmentManager#getRegion: logging nit  adds a redundant '+' (Karthik K)

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java

                
> AssignmentManager#getRegion: logging nit  adds a redundant '+'  
> ----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Assignee: Karthik K
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

Karthik K updated HBASE-5176:
-----------------------------

    Status: Patch Available  (was: Open)
    
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

Hadoop QA commented on HBASE-5176:
----------------------------------

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

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 javadoc.  The javadoc tool appears to have generated -147 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 findbugs.  The patch appears to introduce 78 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

     -1 core tests.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.mapreduce.TestImportTsv
                  org.apache.hadoop.hbase.mapred.TestTableMapReduce
                  org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/725//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/725//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/725//console

This message is automatically generated.
                
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5176) AssignmentManager#getRegion: logging nit adds a redundant '+'

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

Zhihong Yu updated HBASE-5176:
------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)
    
> AssignmentManager#getRegion: logging nit  adds a redundant '+'  
> ----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Assignee: Karthik K
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

Zhihong Yu reassigned HBASE-5176:
---------------------------------

    Assignee: Karthik K
    
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Assignee: Karthik K
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5176) AssignmentManager#getRegion: logging nit adds a redundant '+'

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

Zhihong Yu updated HBASE-5176:
------------------------------

    Summary: AssignmentManager#getRegion: logging nit  adds a redundant '+'    (was: AssignmentManager: getRegion: logging nit  adds a redundant '+'  )
    
> AssignmentManager#getRegion: logging nit  adds a redundant '+'  
> ----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Assignee: Karthik K
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

Zhihong Yu updated HBASE-5176:
------------------------------

        Priority: Minor  (was: Major)
    Hadoop Flags: Reviewed
    
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager#getRegion: logging nit adds a redundant '+'

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

Hudson commented on HBASE-5176:
-------------------------------

Integrated in HBase-TRUNK #2639 (See [https://builds.apache.org/job/HBase-TRUNK/2639/])
    HBASE-5176  AssignmentManager#getRegion: logging nit  adds a redundant '+' (Karthik K)

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java

                
> AssignmentManager#getRegion: logging nit  adds a redundant '+'  
> ----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Assignee: Karthik K
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

stack commented on HBASE-5176:
------------------------------

+1 on patch
                
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5176) AssignmentManager#getRegion: logging nit adds a redundant '+'

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

Hudson commented on HBASE-5176:
-------------------------------

Integrated in HBase-0.92-security #83 (See [https://builds.apache.org/job/HBase-0.92-security/83/])
    HBASE-5176  AssignmentManager#getRegion: logging nit  adds a redundant '+' (Karthik K)

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java

                
> AssignmentManager#getRegion: logging nit  adds a redundant '+'  
> ----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>            Assignee: Karthik K
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+'

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

Karthik K updated HBASE-5176:
-----------------------------

    Attachment: HBASE-5176.patch

Patch for the 0.92 branch , if it is a redundant '+' 
                
> AssignmentManager: getRegion: logging nit  adds a redundant '+'  
> -----------------------------------------------------------------
>
>                 Key: HBASE-5176
>                 URL: https://issues.apache.org/jira/browse/HBASE-5176
>             Project: HBase
>          Issue Type: Bug
>         Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3
>            Reporter: Karthik K
>             Fix For: 0.92.0
>
>         Attachments: HBASE-5176.patch
>
>
> From the logs of HMaster: 
> 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275
> Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira