Skip to content

Commit

Permalink
Revert "HADOOP-18082.Add debug log when RPC#Reader gets a Call. (apac…
Browse files Browse the repository at this point in the history
…he#3891). Contributed by JiangHua Zhu."

Exposes a Race Condition. Which leads to test failures in YARN. (HADOOP-18143)

This reverts commit 2025243.
  • Loading branch information
ayushtkn authored and HarshitGupta11 committed Nov 28, 2022
1 parent fddd8e9 commit 6681a8e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6681a8e

Please sign in to comment.