X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-config%2Fsrc%2Fmain%2Fresources%2Finitial%2Fdatastore.cfg;fp=opendaylight%2Fmd-sal%2Fsal-clustering-config%2Fsrc%2Fmain%2Fresources%2Finitial%2Fdatastore.cfg;h=6d4d3b404ef9427086fcad04993358799bf234be;hb=13a15f0230ccc28a2ed7212b59dc785accf97b9f;hp=42c46bf9016363d9a5f32b9fcc6d726ddf1d7228;hpb=ddb42663a4a53d8440d33f955a5944184f3b602d;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/datastore.cfg b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/datastore.cfg index 42c46bf901..6d4d3b404e 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/datastore.cfg +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/datastore.cfg @@ -80,3 +80,7 @@ operational.persistent=false # The maximum size (in bytes) for snapshot chunks to be sent during sync #shard-snapshot-chunk-size=20480000 + +# Enable tell-based protocol between frontend (applications) and backend (shards). Using this protocol +# should avoid AskTimeoutExceptions seen under heavy load. Defaults to false (use ask-based protocol). +#use-tell-based-protocol=true