Skip to content

Commit 369aad6

Browse files
kayousterhoutrxin
authored andcommitted
Removed accidentally checked in comment
It looks like this comment was added a while ago by @mridulm as part of a merge and was accidentally checked in. We should remove it. Author: Kay Ousterhout <kayousterhout@gmail.com> Closes #61 from kayousterhout/remove_comment and squashes the following commits: 0b2b3f2 [Kay Ousterhout] Removed accidentally checked in comment
1 parent f65c1f3 commit 369aad6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/scala/org/apache/spark/network/ConnectionManager.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,6 @@ private[spark] class ConnectionManager(port: Int, conf: SparkConf) extends Loggi
550550

551551
newConnection
552552
}
553-
// I removed the lookupKey stuff as part of merge ... should I re-add it ? We did not find it
554-
// useful in our test-env ... If we do re-add it, we should consistently use it everywhere I
555-
// guess ?
556553
val connection = connectionsById.getOrElseUpdate(connectionManagerId, startNewConnection())
557554
message.senderAddress = id.toSocketAddress()
558555
logDebug("Sending [" + message + "] to [" + connectionManagerId + "]")

0 commit comments

Comments
 (0)