Index: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ProtobufRpcEngine.java =================================================================== --- hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ProtobufRpcEngine.java (revision 1375103) +++ hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ProtobufRpcEngine.java (working copy) @@ -439,7 +439,6 @@ return method; } Method[] methods = protocol.getMethods(); - LOG.warn("Methods length : " + methods.length); for (Method m : methods) { if (m.getName().equals(methodName)) { m.setAccessible(true); @@ -482,7 +481,7 @@ * @param methodName The name of the method invoked * @param call The string representation of the call * @param tag The tag that will be used to indicate this event in the log. - * @param client The address of the client who made this call. + * @param clientAddress The address of the client who made this call. * @param startTime The time that the call was initiated, in ms. * @param processingTime The duration that the call took to run, in ms. * @param qTime The duration that the call spent on the queue