X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fresources%2Fapplication.conf;h=2449976a251b349a052638a697ba0ce8225d9c5b;hp=6be6cda5d3d741de221190e55fcf71d042e4c24a;hb=c3607fd866e5cfde0d4806820981fe95ad29392c;hpb=dd281c0e33267296ad3babbffd03e1122cdb127e diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf b/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf index 6be6cda5d3..2449976a25 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf @@ -20,11 +20,12 @@ odl-cluster-data { serializers { java = "akka.serialization.JavaSerializer" proto = "akka.remote.serialization.ProtobufSerializer" + readylocal = "org.opendaylight.controller.cluster.datastore.messages.ReadyLocalTransactionSerializer" } serialization-bindings { "com.google.protobuf.Message" = proto - + "org.opendaylight.controller.cluster.datastore.messages.ReadyLocalTransaction" = readylocal } } remote { @@ -32,9 +33,9 @@ odl-cluster-data { netty.tcp { hostname = "127.0.0.1" port = 2550 - maximum-frame-size = 419430400 - send-buffer-size = 52428800 - receive-buffer-size = 52428800 + maximum-frame-size = 419430400 + send-buffer-size = 52428800 + receive-buffer-size = 52428800 } }