From 13a15f0230ccc28a2ed7212b59dc785accf97b9f Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 15 Mar 2017 11:44:04 +0100 Subject: [PATCH] BUG-5280: Add use-tell-based-protocol config knob The configuration knob was not documented in the corresponding configuration file. Add it with a short explanation. Change-Id: Ie0e866c9cf98a39568051705bbf0b10b9feaf582 Signed-off-by: Robert Varga --- .../src/main/resources/initial/datastore.cfg | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.36.6