You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2018/05/03 09:39:09 UTC

[1/2] storm git commit: STORM-3039 handle slot ports in TIME_WAIT state

Repository: storm
Updated Branches:
  refs/heads/1.x-branch ba56ad54e -> 5411b7f14


STORM-3039 handle slot ports in TIME_WAIT state


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

Branch: refs/heads/1.x-branch
Commit: 66d1145520a64ad3c592046c270c6c401af4dbde
Parents: ba56ad5
Author: Gergely Hajos <ro...@gmail.com>
Authored: Mon Apr 23 14:31:14 2018 +0200
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu May 3 18:38:31 2018 +0900

----------------------------------------------------------------------
 storm-core/src/jvm/org/apache/storm/messaging/netty/Server.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/66d11455/storm-core/src/jvm/org/apache/storm/messaging/netty/Server.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/org/apache/storm/messaging/netty/Server.java b/storm-core/src/jvm/org/apache/storm/messaging/netty/Server.java
index 91becf8..b4ab08d 100644
--- a/storm-core/src/jvm/org/apache/storm/messaging/netty/Server.java
+++ b/storm-core/src/jvm/org/apache/storm/messaging/netty/Server.java
@@ -92,6 +92,7 @@ class Server extends ConnectionWithStatus implements IStatefulObject, ISaslServe
         bootstrap.setOption("child.tcpNoDelay", true);
         bootstrap.setOption("child.receiveBufferSize", buffer_size);
         bootstrap.setOption("child.keepAlive", true);
+        bootstrap.setOption("reuseAddress", true);
         bootstrap.setOption("backlog", backlog);
 
         // Set up the pipeline factory.


[2/2] storm git commit: Merge branch 'STORM-3039-1.x-merge' into 1.x-branch

Posted by ka...@apache.org.
Merge branch 'STORM-3039-1.x-merge' into 1.x-branch


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

Branch: refs/heads/1.x-branch
Commit: 5411b7f14ed6e706828ee1d7e2c6d427c0aefe81
Parents: ba56ad5 66d1145
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu May 3 18:38:46 2018 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu May 3 18:38:46 2018 +0900

----------------------------------------------------------------------
 storm-core/src/jvm/org/apache/storm/messaging/netty/Server.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------