HADOOP-2398. Additional instrumentation for NameNode and RPC server.
Add support for accessing instrumentation statistics via JMX. (Sanjay radia via dhruba) git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk/src/contrib/hbase@611906 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
728cb9c5df
commit
830df67181
|
@ -400,7 +400,7 @@ public class HbaseRPC {
|
|||
this.verbose = verbose;
|
||||
}
|
||||
|
||||
public Writable call(Writable param) throws IOException {
|
||||
public Writable call(Writable param, long receiveTime) throws IOException {
|
||||
try {
|
||||
Invocation call = (Invocation)param;
|
||||
if (verbose) log("Call: " + call);
|
||||
|
|
Loading…
Reference in New Issue