Description
WritableRpcEngine.Invocation#toString will throw NPE if parameters is null:
WritableRpcEngine.Invocation#toString
buffer.append(methodName); buffer.append("("); for (int i = 0; i < parameters.length; i++) { if (i != 0) buffer.append(", "); buffer.append(parameters[i]); } buffer.append(")");
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-11861 ipc.Client.Connection#sendRpcRequest should log request name
- Resolved
- is related to
-
HADOOP-12579 Deprecate WriteableRPCEngine
- Resolved