(Fix: Bug 2711)
authormark.mozolewski <mark.mozolewski@hp.com>
Thu, 12 Feb 2015 23:23:11 +0000 (15:23 -0800)
committerMark Mozolewski <mark.mozolewski@hp.com>
Fri, 13 Feb 2015 03:05:52 +0000 (03:05 +0000)
- Match RPC actor system's Netty TCP settings with existing cluster DATA actor system setting to avoid oversized Gossip RPC messages.

Signed-off-by: mark.mozolewski <mark.mozolewski@hp.com>
test/tools/cluster-deployer/templates/multi-node-test/akka.conf.template
test/tools/cluster-deployer/templates/openflow/akka.conf.template

index 87d61f9f976ebfb97abbce5c694d7afb3ec8e6a1..4ea9541f1cb0da0b72db67eda9f8fa44f7bb87c7 100644 (file)
@@ -71,6 +71,9 @@ odl-cluster-rpc {
       netty.tcp {
         hostname = "{{HOST}}"
         port = 2551
+        maximum-frame-size = 419430400
+        send-buffer-size = 52428800
+        receive-buffer-size = 52428800
       }
     }
 
index 87d61f9f976ebfb97abbce5c694d7afb3ec8e6a1..4ea9541f1cb0da0b72db67eda9f8fa44f7bb87c7 100644 (file)
@@ -71,6 +71,9 @@ odl-cluster-rpc {
       netty.tcp {
         hostname = "{{HOST}}"
         port = 2551
+        maximum-frame-size = 419430400
+        send-buffer-size = 52428800
+        receive-buffer-size = 52428800
       }
     }