You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
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.
The text was updated successfully, but these errors were encountered: