Yeah. Try it. S On Tue, Jan 3, 2017 at 9:18 PM, Rajeshkumar J <[email protected]> wrote:
> So I need to add property in log4j.properties as below > > log4j.logger.org.apache.hadoop.hbase.ipc.RpcServer = TRACE > > On Wed, Jan 4, 2017 at 10:23 AM, Stack <[email protected]> wrote: > > > See http://hbase.apache.org/book.html#log4j > > > > Or to set it temporarily via UI, see > > http://hbase.apache.org/book.html#trouble.log.levels > > > > St.Ack > > > > On Tue, Jan 3, 2017 at 6:58 PM, Rajeshkumar J < > [email protected] > > > > > wrote: > > > > > 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 > > > > > > > > > > > > > > >
