Uh oh!
There was an error while loading. Please reload this page.
[SPARK-11762] [network] Account for active streams when couting outstanding requests. - #9747
[SPARK-11762] [network] Account for active streams when couting outstanding requests.#9747vanzin wants to merge 1 commit into
Conversation
…anding requests. This way the timeout handling code can correctly close "hung" channels that are processing streams.
SparkQA
commented
Nov 17, 2015
Test build #46027 has finished for PR 9747 at commit
|
vanzin
commented
Nov 20, 2015
zsxwing
commented
Nov 20, 2015
LGTM. BTW, |
zsxwing
commented
Nov 20, 2015
@vanzin could you fix this in a separate PR? |
vanzin
commented
Nov 20, 2015
|
vanzin
commented
Nov 20, 2015
Oops. Hit the wrong thing. |
vanzin
commented
Nov 20, 2015
It's not as simple as catching the exceptions. Right now an exception will bubble up and end up handled by |
zsxwing
commented
Nov 20, 2015
Sounds acceptable since #9530 uses a separate channel to stream files. |
vanzin
commented
Nov 23, 2015
Merging to master. |
…nding requests. This way the timeout handling code can correctly close "hung" channels that are processing streams. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes#9747 from vanzin/SPARK-11762. (cherry picked from commit 5231cd5)
This way the timeout handling code can correctly close "hung" channels that are
processing streams.