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:
Ayush Saxena 2022-02-28 21:44:24 +05:30
parent 5eab9719cb
commit d05655d2ad
No known key found for this signature in database
GPG Key ID: D09AE71061AB564D
1 changed files with 0 additions and 3 deletions

View File

@ -3029,9 +3029,6 @@ private void internalQueueCall(Call call, boolean blocking)
} 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);