On Mon, Jan 2, 2017 at 10:32 PM, Rajeshkumar J <[email protected]> wrote:
> Do all rpc calls are logged in hbase region server log? Also I need to find > the time taken for each scan calls is this possible > > If you enable trace level logging for the rpcserver class, org.apache.hadoop.hbase.ipc.RpcServer, then you can see a bunch of detail on each rpc invocation (including timings, size, etc): St.Ack > Thanks >
