grpc-java/core
Kun Zhang c436d93f07 core: ServerImpl returns shared resources at termination (#2605)
Previously it does it at shutdown, which was wrong because executor may
still be used before the server is terminated.

Resolves #2034

Uses ObjectPool to make this change testable.  Cleans up test and makes
it mostly single-threaded, except for two deadlock tests that have to be
multi-threaded.
2017-01-13 09:00:32 -08:00
..
src core: ServerImpl returns shared resources at termination (#2605) 2017-01-13 09:00:32 -08:00
build.gradle core: upgrade census (now named instrumentation) to 0.3.0 (#2565) 2017-01-05 10:48:13 -08:00