[jira] [Commented] (HADOOP-10305) Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to core-default.xml

2014-01-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13886503#comment-13886503
 ] 

Hudson commented on HADOOP-10305:
-

SUCCESS: Integrated in Hadoop-Yarn-trunk #466 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/466/])
HADOOP-10305. Add rpc.metrics.quantile.enable and 
rpc.metrics.percentiles.intervals to core-default.xml. Contributed by Akira 
Ajisaka. (wang: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1562659)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml


 Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to 
 core-default.xml
 -

 Key: HADOOP-10305
 URL: https://issues.apache.org/jira/browse/HADOOP-10305
 Project: Hadoop Common
  Issue Type: Bug
  Components: metrics
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
 Fix For: 2.3.0

 Attachments: HADOOP-10305.patch


 rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals were 
 added in HADOOP-9420, but these two parameters are not written in 
 core-default.xml.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HADOOP-10305) Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to core-default.xml

2014-01-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13886569#comment-13886569
 ] 

Hudson commented on HADOOP-10305:
-

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1683 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1683/])
HADOOP-10305. Add rpc.metrics.quantile.enable and 
rpc.metrics.percentiles.intervals to core-default.xml. Contributed by Akira 
Ajisaka. (wang: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1562659)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml


 Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to 
 core-default.xml
 -

 Key: HADOOP-10305
 URL: https://issues.apache.org/jira/browse/HADOOP-10305
 Project: Hadoop Common
  Issue Type: Bug
  Components: metrics
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
 Fix For: 2.3.0

 Attachments: HADOOP-10305.patch


 rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals were 
 added in HADOOP-9420, but these two parameters are not written in 
 core-default.xml.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HADOOP-10305) Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to core-default.xml

2014-01-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13886587#comment-13886587
 ] 

Hudson commented on HADOOP-10305:
-

SUCCESS: Integrated in Hadoop-Hdfs-trunk #1658 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1658/])
HADOOP-10305. Add rpc.metrics.quantile.enable and 
rpc.metrics.percentiles.intervals to core-default.xml. Contributed by Akira 
Ajisaka. (wang: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1562659)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml


 Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to 
 core-default.xml
 -

 Key: HADOOP-10305
 URL: https://issues.apache.org/jira/browse/HADOOP-10305
 Project: Hadoop Common
  Issue Type: Bug
  Components: metrics
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
 Fix For: 2.3.0

 Attachments: HADOOP-10305.patch


 rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals were 
 added in HADOOP-9420, but these two parameters are not written in 
 core-default.xml.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HADOOP-10305) Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to core-default.xml

2014-01-29 Thread Akira AJISAKA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885125#comment-13885125
 ] 

Akira AJISAKA commented on HADOOP-10305:


The patch is to add parameters to config file, so new test are not needed.

 Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to 
 core-default.xml
 -

 Key: HADOOP-10305
 URL: https://issues.apache.org/jira/browse/HADOOP-10305
 Project: Hadoop Common
  Issue Type: Bug
  Components: metrics
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
 Attachments: HADOOP-10305.patch


 rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals were 
 added in HADOOP-9420, but these two parameters are not written in 
 core-default.xml.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HADOOP-10305) Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to core-default.xml

2014-01-29 Thread Andrew Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13886112#comment-13886112
 ] 

Andrew Wang commented on HADOOP-10305:
--

+1, nice find and nice patch. Will commit shortly.

 Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to 
 core-default.xml
 -

 Key: HADOOP-10305
 URL: https://issues.apache.org/jira/browse/HADOOP-10305
 Project: Hadoop Common
  Issue Type: Bug
  Components: metrics
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
 Attachments: HADOOP-10305.patch


 rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals were 
 added in HADOOP-9420, but these two parameters are not written in 
 core-default.xml.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HADOOP-10305) Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to core-default.xml

2014-01-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13886137#comment-13886137
 ] 

Hudson commented on HADOOP-10305:
-

SUCCESS: Integrated in Hadoop-trunk-Commit #5066 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5066/])
HADOOP-10305. Add rpc.metrics.quantile.enable and 
rpc.metrics.percentiles.intervals to core-default.xml. Contributed by Akira 
Ajisaka. (wang: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1562659)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml


 Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to 
 core-default.xml
 -

 Key: HADOOP-10305
 URL: https://issues.apache.org/jira/browse/HADOOP-10305
 Project: Hadoop Common
  Issue Type: Bug
  Components: metrics
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
 Fix For: 2.3.0

 Attachments: HADOOP-10305.patch


 rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals were 
 added in HADOOP-9420, but these two parameters are not written in 
 core-default.xml.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HADOOP-10305) Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to core-default.xml

2014-01-28 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885113#comment-13885113
 ] 

Hadoop QA commented on HADOOP-10305:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12625805/HADOOP-10305.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  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.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-common-project/hadoop-common.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.

 Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to 
 core-default.xml
 -

 Key: HADOOP-10305
 URL: https://issues.apache.org/jira/browse/HADOOP-10305
 Project: Hadoop Common
  Issue Type: Bug
  Components: metrics
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
 Attachments: HADOOP-10305.patch


 rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals were 
 added in HADOOP-9420, but these two parameters are not written in 
 core-default.xml.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)