You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Suresh Srinivas (Created) (JIRA)" <ji...@apache.org> on 2012/02/17 17:15:59 UTC

[jira] [Created] (HADOOP-8085) Add RPC metrics to ProtobufRpcEnginer

Add RPC metrics to ProtobufRpcEnginer
-------------------------------------

                 Key: HADOOP-8085
                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
             Project: Hadoop Common
          Issue Type: Improvement
          Components: ipc, metrics
    Affects Versions: 0.24.0, 0.23.2
            Reporter: Suresh Srinivas
            Assignee: Suresh Srinivas


ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.


--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1780 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1780/])
    HADOOP-8085. Add RPC metrics to ProtobufRpcEngine. Contributed by Hari Mankude. (Revision 1293071)

     Result = ABORTED
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293071
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-PB-Commit #5 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-PB-Commit/5/])
    svn merge -c 1293071 from trunk for HADOOP-8085. (Revision 1293344)

     Result = SUCCESS
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293344
Files : 
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Suresh Srinivas updated HADOOP-8085:
------------------------------------

    Summary: Add RPC metrics to ProtobufRpcEngine  (was: Add RPC metrics to ProtobufRpcEnginer)
    
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

Posted by "Tsz Wo (Nicholas), SZE (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-8085:
-------------------------------------------

     Target Version/s: 0.24.0, 0.23.2  (was: 0.23.2, 0.24.0)
    Affects Version/s:     (was: 0.23.2)
        Fix Version/s: 0.23.3

I have merged this to 0.23.
                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Suresh Srinivas updated HADOOP-8085:
------------------------------------

          Resolution: Fixed
       Fix Version/s: 0.24.0
    Target Version/s: 0.24.0, 0.23.2  (was: 0.24.0)
        Hadoop Flags: Reviewed
              Status: Resolved  (was: Patch Available)

I committed the patch. Thank you Hari.
                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1769 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1769/])
    HADOOP-8085. Add RPC metrics to ProtobufRpcEngine. Contributed by Hari Mankude. (Revision 1293071)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293071
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hari Mankude commented on HADOOP-8085:
--------------------------------------

New patch uploaded with the fix for the test failure. 
                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEnginer

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

Hari Mankude reassigned HADOOP-8085:
------------------------------------

    Assignee: Hari Mankude  (was: Suresh Srinivas)
    
> Add RPC metrics to ProtobufRpcEnginer
> -------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hari Mankude updated HADOOP-8085:
---------------------------------

    Target Version/s: 0.24.0
              Status: Patch Available  (was: Open)

Added metrics
                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Common-0.23-PB-Commit #5 (See [https://builds.apache.org/job/Hadoop-Common-0.23-PB-Commit/5/])
    svn merge -c 1293071 from trunk for HADOOP-8085. (Revision 1293344)

     Result = SUCCESS
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293344
Files : 
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-PB-Build #2 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-PB-Build/2/])
    svn merge -c 1293071 from trunk for HADOOP-8085. (Revision 1293344)

     Result = SUCCESS
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293344
Files : 
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-PB-Commit #3 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-PB-Commit/3/])
    svn merge -c 1293071 from trunk for HADOOP-8085. (Revision 1293344)

     Result = ABORTED
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293344
Files : 
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1000 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1000/])
    HADOOP-8085. Add RPC metrics to ProtobufRpcEngine. Contributed by Hari Mankude. (Revision 1293071)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293071
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hari Mankude updated HADOOP-8085:
---------------------------------

    Attachment: HADOOP-8085.patch
    
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hari Mankude updated HADOOP-8085:
---------------------------------

    Attachment: HADOOP-8085.patch
    
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hadoop QA commented on HADOOP-8085:
-----------------------------------

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

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/621//console

This message is automatically generated.
                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hari Mankude updated HADOOP-8085:
---------------------------------

    Attachment: HADOOP-8085.patch
    
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hadoop QA commented on HADOOP-8085:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12515816/HADOOP-8085.patch
  against trunk revision .

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +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-HADOOP-Build/623//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/623//console

This message is automatically generated.
                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hari Mankude updated HADOOP-8085:
---------------------------------

    Attachment: HADOOP-8085.patch
    
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>         Attachments: HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1843 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1843/])
    HADOOP-8085. Add RPC metrics to ProtobufRpcEngine. Contributed by Hari Mankude. (Revision 1293071)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293071
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hadoop QA commented on HADOOP-8085:
-----------------------------------

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

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +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 failed these unit tests:
                  org.apache.hadoop.ipc.TestMultipleProtocolServer

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

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

This message is automatically generated.
                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>         Attachments: HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #965 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/965/])
    HADOOP-8085. Add RPC metrics to ProtobufRpcEngine. Contributed by Hari Mankude. (Revision 1293071)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293071
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hudson commented on HADOOP-8085:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-PB-Build #3 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-PB-Build/3/])
    svn merge -c 1293071 from trunk for HADOOP-8085. (Revision 1293344)

     Result = FAILURE
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293344
Files : 
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/branches/branch-0.23-PB/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestProtoBufRpc.java

                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

--
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] (HADOOP-8085) Add RPC metrics to ProtobufRpcEngine

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

Hadoop QA commented on HADOOP-8085:
-----------------------------------

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

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/622//console

This message is automatically generated.
                
> Add RPC metrics to ProtobufRpcEngine
> ------------------------------------
>
>                 Key: HADOOP-8085
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8085
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc, metrics
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Suresh Srinivas
>            Assignee: Hari Mankude
>         Attachments: HADOOP-8085.patch, HADOOP-8085.patch, HADOOP-8085.patch
>
>
> ProtobufRpcEngine is missing the RPC metrics compared to WritableRpcEngine. It is important information for monitoring the cluster and understanding the server performance.

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