Exposes a Race Condition. Which leads to test failures in YARN. (HADOOP-18143) This reverts commit 2025243fbf94fb9a0324de7b159a275bc58c84d0.
@@ -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);