Do we have to include this property in hbase-site.xml? On Wed, Jan 4, 2017 at 2:12 AM, Stack <[email protected]> wrote:
> 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 > > >
