spark-instrumented-optimizer/network
Marcelo Vanzin 7cfa4c6bc3 [SPARK-11865][NETWORK] Avoid returning inactive client in TransportClientFactory.
There's a very narrow race here where it would be possible for the timeout handler
to close a channel after the client factory verified that the channel was still
active. This change makes sure the client is marked as being recently in use so
that the timeout handler does not close it until a new timeout cycle elapses.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #9853 from vanzin/SPARK-11865.
2015-11-23 13:51:43 -08:00
..
common [SPARK-11865][NETWORK] Avoid returning inactive client in TransportClientFactory. 2015-11-23 13:51:43 -08:00
shuffle [SPARK-11495] Fix potential socket / file handle leaks that were found via static analysis 2015-11-18 16:00:35 -08:00
yarn [SPARK-10745][CORE] Separate configs between shuffle and RPC 2015-11-18 12:53:22 -08:00