Commit ccd4959
committed
Don't throw exception if client immediately fails
This seems to cause an exception in `DistributedSuite#recover from repeated node failures during shuffle-reduce`.
I guess that the exception caused by having an invalid client is handled in a different way than the
client creation throwing an exception.1 parent 9da0bc1 commit ccd4959
File tree
1 file changed
+0
-2
lines changed- network/common/src/main/java/org/apache/spark/network/client
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | 132 | | |
135 | 133 | | |
136 | 134 | | |
| |||
0 commit comments