Skip to content
Snippets Groups Projects
Commit 369aad6f authored by Kay Ousterhout's avatar Kay Ousterhout Committed by Reynold Xin
Browse files

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
parent f65c1f38
No related branches found
No related tags found
No related merge requests found
......@@ -550,9 +550,6 @@ private[spark] class ConnectionManager(port: Int, conf: SparkConf) extends Loggi
newConnection
}
// I removed the lookupKey stuff as part of merge ... should I re-add it ? We did not find it
// useful in our test-env ... If we do re-add it, we should consistently use it everywhere I
// guess ?
val connection = connectionsById.getOrElseUpdate(connectionManagerId, startNewConnection())
message.senderAddress = id.toSocketAddress()
logDebug("Sending [" + message + "] to [" + connectionManagerId + "]")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment