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 "Brahma Reddy Battula (Created) (JIRA)" <ji...@apache.org> on 2012/04/06 16:21:23 UTC

[jira] [Created] (HADOOP-8252) Hashcode is logging while logging block report message

Hashcode is logging while logging block report message
------------------------------------------------------

                 Key: HADOOP-8252
                 URL: https://issues.apache.org/jira/browse/HADOOP-8252
             Project: Hadoop Common
          Issue Type: Sub-task
    Affects Versions: 2.0.0
            Reporter: Brahma Reddy Battula
            Priority: Minor


Scenario:
=========

Start NN and DN.
Check log messgae in DN..It's coming like following

2012-03-13 14:34:36,008 INFO org.apache.hadoop.hdfs.server.datanode.DataNode: sent block report, processed command:org.apache.hadoop.hdfs.server.protocol.FinalizeCommand@43deff3
line num 413 in BpserviceActor.java LOG.info("sent block report, processed command:" + cmd);

line num 388 in BpserviceActor.java cmd = bpNamenode.blockReport(bpRegistration,bpos.getBlockPoolId(), report);

It's better log message instead of hashcode


--
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