Github user JoshRosen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1758#discussion_r15903064
  
    --- Diff: 
core/src/test/scala/org/apache/spark/network/ConnectionManagerSuite.scala ---
    @@ -46,7 +47,7 @@ class ConnectionManagerSuite extends FunSuite {
         buffer.flip
     
         val bufferMessage = Message.createBufferMessage(buffer.duplicate)
    -    manager.sendMessageReliablySync(manager.id, bufferMessage)
    --- End diff --
    
    This line is probably why I accidentally replaced `managerServer.id` with 
`manager.id`.  I think I replaced the now-removed `sendMessageReliablySync` 
here with the `Await` then copy-pasted this line's fix into the lines below.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to