-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.6.0
-
Fix Version/s: 2.9.0, 3.0.0-alpha4, 2.8.2
-
Component/s: ipc
-
Labels:
-
Target Version/s:
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
- breaks
-
HADOOP-14511 WritableRpcEngine.Invocation#toString NPE on null parameters
-
- Resolved
-