xinglin opened a new pull request, #5804:
URL: https://github.com/apache/hadoop/pull/5804

   …
   
   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   Backport of HDFS-17042 from trunk to branch-3.3. Almost clean cherry-pick 
with a small conflict in RpcMetrics.java (_rpcRequeueCalls_ metric has not been 
backported to branch-3.3 yet. Removed from this backport.).
   
   ### How was this patch tested?
   ```
   mvn test -Dtest=TestRPC,TestMutableMetrics,TestProtoBufRpc
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.hadoop.metrics2.lib.TestMutableMetrics
   [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
31.221 s - in org.apache.hadoop.metrics2.lib.TestMutableMetrics
   [INFO] Running org.apache.hadoop.ipc.TestRPC
   [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
34.383 s - in org.apache.hadoop.ipc.TestRPC
   [INFO] Running org.apache.hadoop.ipc.TestProtoBufRpc
   [WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 
7.261 s - in org.apache.hadoop.ipc.TestProtoBufRpc
   [INFO]
   [INFO] Results:
   [INFO]
   [WARNING] Tests run: 63, Failures: 0, Errors: 0, Skipped: 8
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to