liushidefeng / protobuf-rpc-pro

Automatically exported from code.google.com/p/protobuf-rpc-pro
0 stars 0 forks source link

async call's timeout not really work #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set controller's timeout to 100 ms 
2. server received the call and sleep 500 ms
3. the client wait 200 ms and check controller's status

What is the expected output? What do you see instead?

The client controller should have already changed to "failed", but the 
exception is not met.

What version of the product are you using? On what operating system?
3.2.0

Please provide any additional information below.

Original issue reported on code.google.com by huge...@gmail.com on 18 Jan 2014 at 3:14

GoogleCodeExporter commented 9 years ago
sorry that I think I missed the TimeoutExecutor and TimeoutChecker. But just 
another request, could we change the log level to debug for the 
TimeoutChecker.java:68? it has little information as a log ...

Original comment by huge...@gmail.com on 18 Jan 2014 at 6:08

GoogleCodeExporter commented 9 years ago
sure - debug level log is better for this. Thx,P

Original comment by pjklauser@gmail.com on 22 Jan 2014 at 6:23

GoogleCodeExporter commented 9 years ago
changed the logging level with 3.2.2

Original comment by pjklauser@gmail.com on 22 Jan 2014 at 7:53