Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.6.0
Description
ipc.Client.Connection#sendRpcRequest only logs the call id.
if (LOG.isDebugEnabled()) LOG.debug(getName() + " sending #" + call.id);
It'd be much more helpful to log request name for several benefits:
- Find out which requests sent to which target
- Correlate with the debug log in ipc.Server.Handler
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-14511 WritableRpcEngine.Invocation#toString NPE on null parameters
- Resolved