X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-dom-broker%2Fsrc%2Fmain%2Fyang%2Fopendaylight-dom-broker-impl.yang;h=fa6d4961939b6f5bcbf4f5eb50d042ea9aa86556;hb=5764146d24df9d9450ebfbb0aec10cbbcdcc655c;hp=e81f71a7d2069014b511b1162168131633d62c1a;hpb=6e2f13caf52fe4f4af8aa7c0e8ffd475d4e15fba;p=controller.git diff --git a/opendaylight/md-sal/sal-dom-broker/src/main/yang/opendaylight-dom-broker-impl.yang b/opendaylight/md-sal/sal-dom-broker/src/main/yang/opendaylight-dom-broker-impl.yang index e81f71a7d2..fa6d496193 100644 --- a/opendaylight/md-sal/sal-dom-broker/src/main/yang/opendaylight-dom-broker-impl.yang +++ b/opendaylight/md-sal/sal-dom-broker/src/main/yang/opendaylight-dom-broker-impl.yang @@ -120,6 +120,14 @@ module opendaylight-sal-dom-broker-impl { type uint16; description "The maximum queue size for the data broker's commit executor."; } + + leaf allow-concurrent-commits { + default false; + type boolean; + description "Specifies whether or not to allow 3-phrase commits to run concurrently. + Use with caution. If set to true, the data store implementations must be prepared + to handle concurrent commits. The default is false"; + } } }