BUG-5280: synchronize access to local histories
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / resources / application.conf
index 6be6cda5d3d741de221190e55fcf71d042e4c24a..2449976a251b349a052638a697ba0ce8225d9c5b 100644 (file)
@@ -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
       }
     }