We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0347aef commit 7c5bdc4Copy full SHA for 7c5bdc4
core/src/main/scala/org/apache/spark/network/PortManager.scala
@@ -51,7 +51,7 @@ private[spark] object PortManager extends Logging
51
offset == (maxRetries-1)) {
52
throw e
53
}
54
- logInfo("Could not bind on port: " + tryPort + ". Attempting port " + (tryPort+1))
+ logInfo("Could not bind on port: " + tryPort + ". Attempting port " + (tryPort + 1))
55
56
case e: Exception => throw e
57
0 commit comments