commons icon indicating copy to clipboard operation
commons copied to clipboard

TMonitoredProcessor has some problems

Open wanggaohang opened this issue 9 years ago • 0 comments

position:com.twitter.common.thrift.monitoring.TMonitoredProcessor 1.when client transport is closed,code wrapped.process(in, out) will throws an exception even client donot invoke any service method.so this method can only monitor long-connect thrift client. 2.the time computer way is wrong,because long startNanos = System.nanoTime(); will execute even no thrift client invoke any service method.

wanggaohang avatar May 20 '15 11:05 wanggaohang