grpc-java/context/src
Vladimir Gordiychuk 00fe090ac1 context: Create TimeoutException only when deadline occurs
Use deadline on client calls lead to create TimeoutException even
if deadline not occurs yet. fillStacktrack very expensive operation
that allocate many unnecessary objects in heap. Now exception
creates only when deadline occurs.

Close #3272
2017-07-25 15:53:37 -07:00
..
main/java/io/grpc context: Create TimeoutException only when deadline occurs 2017-07-25 15:53:37 -07:00
test/java/io/grpc context: add test for the scenario that Context's logger itself is using Context 2017-07-21 15:20:02 -07:00