Commit 93d359f
committed
Executors connect to wrong port when collision occurs
This commit fixes this by setting "spark.driver.port" to the actual
port the akka system bound to. Note that we already do this for port
0, where the original port is not the same as the bound port. However,
we still face the same issue if we end up using port n + 1.1 parent d502e5f commit 93d359f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments