Ok. So I will say there is nothing to worry about. There is a millisecond spent from time to time on a call. It's sound to be the time it takes to go to the queue and get picked-up. So it stayed on the queue 1ms until an handler pick it up. And that's why you see you metric growing very slowly.
Do you see any value bigger than 1? How much bigger? 2013/12/10 Federico Gaule <[email protected]> > When activating DEBUG level for > org.apache.hadoop.hbase.ipc.WritableRpcEngine > didin't get any line on my log. Checking WritableRpcEngine code, looks like > *org.apache.hadoop.ipc.HBaseServer.trace *should be the right one. > Here we have some lines. In case you need/want more, just tell: > > 2013-12-10 13:18:59,272 DEBUG org.apache.hadoop.ipc.HBaseServer.trace: Call > #148; Served: HRegionInterface#multi *queueTime=1* processingTime=6 > contents=1 Put, 16 values [ min=1 max=1 avg=1 ], 16 KeyValues > 2013-12-10 13:18:59,693 DEBUG org.apache.hadoop.ipc.RPCEngine: Call: > regionServerReport 2 > 2013-12-10 13:19:02,001 DEBUG org.apache.hadoop.ipc.HBaseServer.trace: Call > #157; Served: HRegionInterface#multi queueTime=0 processingTime=9 > contents=62 values [ min=8 max=8 avg=8 ], 62 Puts, 62 KeyValues > 2013-12-10 13:19:02,697 DEBUG org.apache.hadoop.ipc.RPCEngine: Call: > regionServerReport 2 > 2013-12-10 13:19:04,731 DEBUG org.apache.hadoop.ipc.HBaseServer.trace: Call > #372; Served: HRegionInterface#multi *queueTime=1* processingTime=5 > contents=2 Puts, 9 values [ min=2 max=2 avg=2 ], 9 KeyValues > 2013-12-10 13:19:05,702 DEBUG org.apache.hadoop.ipc.RPCEngine: Call: > regionServerReport 3 > 2013-12-10 13:19:08,675 DEBUG org.apache.hadoop.ipc.RPCEngine: Call: multi > 13 > 2013-12-10 13:19:08,675 DEBUG org.apache.hadoop.ipc.HBaseServer.trace: Call > #85378; Served: HRegionInterface#replicateLogEntries queueTime=0 > processingTime=14 contents=1 Entry > 2013-12-10 13:19:08,705 DEBUG org.apache.hadoop.ipc.RPCEngine: Call: > regionServerReport 2 > 2013-12-10 13:19:09,335 DEBUG org.apache.hadoop.ipc.HBaseServer.trace: Call > #149; Served: HRegionInterface#multi *queueTime=1* processingTime=6 > contents=2 Puts, 19 values [ min=1 max=1 avg=1 ], 19 KeyValues > > Thanks! > > > 2013/12/10 Jean-Marc Spaggiari <[email protected]> > > > Can you activate debug loglevel on > > org.apache.hadoop.hbase.ipc.WritableRpcEngine and look at something > looking > > like > > > > Call #xxxx; Served:xxxx#xxxx queueTime=YYYY.... > > > > We want to see what you have for YYYY.. This is what is added to your > > RpcQueueTime. > > > > Thanks, > > > > JM > > > > > > -- > > [image: http://www.despegar.com/galeria/images/promos/isodespegar1.png] > > *Ing. Federico Gaule* > Líder Técnico - PAM <[email protected]> > Av. Corrientes 746 - Piso 9 - C.A.B.A. (C1043AAU) > tel. +54 (11) 4894-3500 > > *[image: Seguinos en Twitter!] <http://twitter.com/#!/despegarar> [image: > Seguinos en Facebook!] <http://www.facebook.com/despegar> [image: Seguinos > en YouTube!] <http://www.youtube.com/Despegar>* > *Despegar.com, Inc. * > El mejor precio para tu viaje. > > Este mensaje es confidencial y puede contener información amparada por el > secreto profesional. > Si usted ha recibido este e-mail por error, por favor comunÃquenoslo > inmediatamente respondiendo a este e-mail y luego eliminándolo de su > sistema. > El contenido de este mensaje no deberá ser copiado ni divulgado a ninguna > persona. >
