You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2014/08/16 16:46:18 UTC

[jira] [Created] (SPARK-3083) Unnecessarily removing sendingConnection twice when closing connections

Liang-Chi Hsieh created SPARK-3083:
--------------------------------------

             Summary: Unnecessarily removing sendingConnection twice when closing connections
                 Key: SPARK-3083
                 URL: https://issues.apache.org/jira/browse/SPARK-3083
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
            Reporter: Liang-Chi Hsieh
            Priority: Minor


Currently in ConnectionManager, when a ReceivingConnection is closing, the corresponding SendingConnection would be removed twice. It causes unnecessary errors when removing sendingConnectionManagerId from connectionsById. There are also redundant codes in the implementation.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org