X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fyang%2Fdistributed-datastore-provider.yang;h=21307e532cee418189e3601354b22464973808bd;hb=HEAD;hp=cdb534e3a446991c59ff79f9f5a2872aa8c22333;hpb=624904a385dfaac675da40a6705ff601151699be;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/yang/distributed-datastore-provider.yang b/opendaylight/md-sal/sal-distributed-datastore/src/main/yang/distributed-datastore-provider.yang index cdb534e3a4..21307e532c 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/yang/distributed-datastore-provider.yang +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/yang/distributed-datastore-provider.yang @@ -1,13 +1,16 @@ // vi: set smarttab et sw=4 tabstop=4: module distributed-datastore-provider { - yang-version 1; namespace "urn:opendaylight:params:xml:ns:yang:controller:config:distributed-datastore-provider"; prefix "distributed-datastore-provider"; description "This module contains the base YANG definitions for - the distributed datastore provider implementation"; + the distributed datastore provider implementation"; + + revision "2023-12-29" { + description "Remote use-tell-based-protocol and shard-snapshot-chunk-size leaves"; + } revision "2014-06-12" { description @@ -209,14 +212,6 @@ module distributed-datastore-provider { cannot be found then the default raft behavior will be applied"; } - leaf shard-snapshot-chunk-size { - status deprecated; - default 491520; - type non-zero-uint32-type; - description "When sending a snapshot to a follower, this is the maximum size in bytes for - a chunk of data."; - } - leaf maximum-message-slice-size { default 491520; type non-zero-uint32-type; @@ -224,13 +219,6 @@ module distributed-datastore-provider { maximum size in bytes for a message slice."; } - leaf use-tell-based-protocol { - default false; - type boolean; - description "Use a newer protocol between the frontend and backend. This feature is considered - exprerimental at this point."; - } - leaf file-backed-streaming-threshold-in-megabytes { default 128; type non-zero-uint32-type;