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 2025243fbf
.
This commit is contained in:
parent
5eab9719cb
commit
d05655d2ad
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue