This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d05655d  Revert "HADOOP-18082.Add debug log when RPC#Reader gets a 
Call. (#3891). Contributed by JiangHua Zhu."
d05655d is described below

commit d05655d2adc5c521e5036054bc1e595f4fb1d568
Author: Ayush Saxena <[email protected]>
AuthorDate: Mon Feb 28 21:44:24 2022 +0530

    Revert "HADOOP-18082.Add debug log when RPC#Reader gets a Call. (#3891). 
Contributed by JiangHua Zhu."
    
    Exposes a Race Condition. Which leads to test failures in YARN. 
(HADOOP-18143)
    
    This reverts commit 2025243fbf94fb9a0324de7b159a275bc58c84d0.
---
 .../hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java      | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
index c36e1f6..c5732c6 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
+++ 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
@@ -3029,9 +3029,6 @@ public abstract class Server {
       } else {
         callQueue.add(call);
       }
-
-      LOG.debug("Call has entered the CallQueue and is waiting to be 
processed. " +
-          "Call details: {}", call);
       long deltaNanos = Time.monotonicNowNanos() - call.timestampNanos;
       call.getProcessingDetails().set(Timing.ENQUEUE, deltaNanos,
           TimeUnit.NANOSECONDS);

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

Reply via email to