[jira] [Commented] (HDFS-3240) Drop log level of heartbeat: ... in BPServiceActor to DEBUG

2012-04-10 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250626#comment-13250626
 ] 

Hudson commented on HDFS-3240:
--

Integrated in Hadoop-Hdfs-trunk #1010 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1010/])
HDFS-3240. Drop log level of heartbeat: ... in BPServiceActor to DEBUG. 
Contributed by Todd Lipcon. (Revision 1311577)

 Result = FAILURE
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311577
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java


 Drop log level of heartbeat: ... in BPServiceActor to DEBUG
 -

 Key: HDFS-3240
 URL: https://issues.apache.org/jira/browse/HDFS-3240
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: data-node
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3240.txt


 The following log message is at INFO level, but should be at DEBUG level:
 {code}
 LOG.info(heartbeat:  + this);
 {code}

--
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] (HDFS-3240) Drop log level of heartbeat: ... in BPServiceActor to DEBUG

2012-04-10 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250671#comment-13250671
 ] 

Hudson commented on HDFS-3240:
--

Integrated in Hadoop-Mapreduce-trunk #1045 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1045/])
HDFS-3240. Drop log level of heartbeat: ... in BPServiceActor to DEBUG. 
Contributed by Todd Lipcon. (Revision 1311577)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311577
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java


 Drop log level of heartbeat: ... in BPServiceActor to DEBUG
 -

 Key: HDFS-3240
 URL: https://issues.apache.org/jira/browse/HDFS-3240
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: data-node
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3240.txt


 The following log message is at INFO level, but should be at DEBUG level:
 {code}
 LOG.info(heartbeat:  + this);
 {code}

--
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] (HDFS-3240) Drop log level of heartbeat: ... in BPServiceActor to DEBUG

2012-04-09 Thread Aaron T. Myers (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250379#comment-13250379
 ] 

Aaron T. Myers commented on HDFS-3240:
--

+1 pending Jenkins.

 Drop log level of heartbeat: ... in BPServiceActor to DEBUG
 -

 Key: HDFS-3240
 URL: https://issues.apache.org/jira/browse/HDFS-3240
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: data-node
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Attachments: hdfs-3240.txt


 The following log message is at INFO level, but should be at DEBUG level:
 {code}
 LOG.info(heartbeat:  + this);
 {code}

--
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] (HDFS-3240) Drop log level of heartbeat: ... in BPServiceActor to DEBUG

2012-04-09 Thread Hadoop QA (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250434#comment-13250434
 ] 

Hadoop QA commented on HDFS-3240:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12522056/hdfs-3240.txt
  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 did not generate any warning messages.

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

+1 eclipse:eclipse.  The patch built with eclipse:eclipse.

+1 findbugs.  The patch does not introduce any 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 passed unit tests in .

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/2240//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/2240//console

This message is automatically generated.

 Drop log level of heartbeat: ... in BPServiceActor to DEBUG
 -

 Key: HDFS-3240
 URL: https://issues.apache.org/jira/browse/HDFS-3240
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: data-node
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Attachments: hdfs-3240.txt


 The following log message is at INFO level, but should be at DEBUG level:
 {code}
 LOG.info(heartbeat:  + this);
 {code}

--
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] (HDFS-3240) Drop log level of heartbeat: ... in BPServiceActor to DEBUG

2012-04-09 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250461#comment-13250461
 ] 

Hudson commented on HDFS-3240:
--

Integrated in Hadoop-Hdfs-trunk-Commit #2110 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2110/])
HDFS-3240. Drop log level of heartbeat: ... in BPServiceActor to DEBUG. 
Contributed by Todd Lipcon. (Revision 1311577)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311577
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java


 Drop log level of heartbeat: ... in BPServiceActor to DEBUG
 -

 Key: HDFS-3240
 URL: https://issues.apache.org/jira/browse/HDFS-3240
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: data-node
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3240.txt


 The following log message is at INFO level, but should be at DEBUG level:
 {code}
 LOG.info(heartbeat:  + this);
 {code}

--
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] (HDFS-3240) Drop log level of heartbeat: ... in BPServiceActor to DEBUG

2012-04-09 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250462#comment-13250462
 ] 

Hudson commented on HDFS-3240:
--

Integrated in Hadoop-Common-trunk-Commit #2036 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2036/])
HDFS-3240. Drop log level of heartbeat: ... in BPServiceActor to DEBUG. 
Contributed by Todd Lipcon. (Revision 1311577)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311577
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java


 Drop log level of heartbeat: ... in BPServiceActor to DEBUG
 -

 Key: HDFS-3240
 URL: https://issues.apache.org/jira/browse/HDFS-3240
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: data-node
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3240.txt


 The following log message is at INFO level, but should be at DEBUG level:
 {code}
 LOG.info(heartbeat:  + this);
 {code}

--
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] (HDFS-3240) Drop log level of heartbeat: ... in BPServiceActor to DEBUG

2012-04-09 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250465#comment-13250465
 ] 

Hudson commented on HDFS-3240:
--

Integrated in Hadoop-Mapreduce-trunk-Commit #2049 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2049/])
HDFS-3240. Drop log level of heartbeat: ... in BPServiceActor to DEBUG. 
Contributed by Todd Lipcon. (Revision 1311577)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311577
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java


 Drop log level of heartbeat: ... in BPServiceActor to DEBUG
 -

 Key: HDFS-3240
 URL: https://issues.apache.org/jira/browse/HDFS-3240
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: data-node
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3240.txt


 The following log message is at INFO level, but should be at DEBUG level:
 {code}
 LOG.info(heartbeat:  + this);
 {code}

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