(Fix: Bug 2711) 25/15225/1
authormark.mozolewski <mark.mozolewski@hp.com>
Thu, 12 Feb 2015 23:22:19 +0000 (15:22 -0800)
committermark.mozolewski <mark.mozolewski@hp.com>
Thu, 12 Feb 2015 23:22:19 +0000 (15:22 -0800)
- Match RPC actor system's Netty TCP settings with existing cluster DATA actor system setting to avoid oversized Gossip RPC messages.

Change-Id: I3e2c13cc23aa29052c5ed5096a887c563469d59e
Signed-off-by: mark.mozolewski <mark.mozolewski@hp.com>
opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf

index 10f6a4209c95b7af8db7680ce8a28b1f62378e19..9da6a3b5a41a025fd1a3ffcf30d42789701a6bc1 100644 (file)
@@ -71,6 +71,9 @@ odl-cluster-rpc {
       netty.tcp {
         hostname = "127.0.0.1"
         port = 2551
+        maximum-frame-size = 419430400
+        send-buffer-size = 52428800
+        receive-buffer-size = 52428800
       }
     }