You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2017/08/16 16:54:25 UTC

geode git commit: GEODE-3416: Revert initial change

Repository: geode
Updated Branches:
  refs/heads/feature/GEODE-3416 2caddb0dc -> e7c3fb21e


GEODE-3416: Revert initial change


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e7c3fb21
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e7c3fb21
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/e7c3fb21

Branch: refs/heads/feature/GEODE-3416
Commit: e7c3fb21ee690cd9b8bbdb9a448b3b2a08dd699d
Parents: 2caddb0
Author: Udo Kohlmeyer <uk...@pivotal.io>
Authored: Wed Aug 16 09:54:21 2017 -0700
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Wed Aug 16 09:54:21 2017 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/geode/internal/tcp/ConnectionTable.java | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/e7c3fb21/geode-core/src/main/java/org/apache/geode/internal/tcp/ConnectionTable.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/org/apache/geode/internal/tcp/ConnectionTable.java b/geode-core/src/main/java/org/apache/geode/internal/tcp/ConnectionTable.java
index 11c3bb3..044ab42 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/tcp/ConnectionTable.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/tcp/ConnectionTable.java
@@ -929,6 +929,10 @@ public class ConnectionTable {
               owner.getDM().getMembershipManager().getShutdownCause());
         }
       }
+
+      if (remoteAddress != null) {
+        this.socketCloser.releaseResourcesForAddress(remoteAddress.toString());
+      }
     }
   }