From: Michael Vorburger Date: Thu, 31 Aug 2017 16:19:47 +0000 (+0200) Subject: Bug 9060: Minor update to inline documentation for new flag X-Git-Tag: v3.0.0~44^2~39 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=55879c326c65e271ab2780b317ed3898de4f93fa;p=mdsal.git Bug 9060: Minor update to inline documentation for new flag Change-Id: Id2eb1e76a8658e837166b227a30cd49ee665c258 Signed-off-by: Michael Vorburger --- diff --git a/api/src/main/resources/initial/mdsaltrace_config.xml b/api/src/main/resources/initial/mdsaltrace_config.xml index 13b5d86fdd..9dfd362065 100644 --- a/api/src/main/resources/initial/mdsaltrace_config.xml +++ b/api/src/main/resources/initial/mdsaltrace_config.xml @@ -2,5 +2,12 @@ + + true diff --git a/api/src/main/yang/mdsaltrace.yang b/api/src/main/yang/mdsaltrace.yang index 5c6b09b5bf..3761fa9c1d 100644 --- a/api/src/main/yang/mdsaltrace.yang +++ b/api/src/main/yang/mdsaltrace.yang @@ -29,7 +29,11 @@ module mdsaltrace { default false; type boolean; description "Enable or disable transaction context debug. This will preserve the call site trace for - transactions, so that the original caller of un-close'd() transaction can be identified"; + transactions, so that the original caller of un-close'd() transaction can be identified. + NB: This is a different property from the equally named one in etc/org.opendaylight.controller.cluster.datastore.cfg; + that one does something somewhat similar, but serves to include the stack trace on failed transaction submit, + whereas this one is specific to odl-mdsal-trace's trace:transaction leak troubleshooting command."; + // This ^^^ description is also copy/pasted in mdsaltrace_config.xml, and should be kept in line.] } } }