From: Vratko Polak Date: Mon, 6 Mar 2017 14:01:10 +0000 (+0100) Subject: Bug 7795: Do not prescribe notification throttling mechanism X-Git-Tag: release/carbon~194 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=0ac8d08952b78b20738683e806085609aced5932 Bug 7795: Do not prescribe notification throttling mechanism https://git.opendaylight.org/gerrit/#/c/52320 uses NotificationPublishService#putNotification which returns void, not Future. Change-Id: I88c3898b014820168d5748174c9112daa42acbde Signed-off-by: Vratko Polak --- diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang index e9a6c7a6ab..4c0871551c 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang +++ b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang @@ -127,9 +127,7 @@ module odl-mdsal-lowlevel-control { rpc publish-notifications { description "Upon receiving this, the member shall start publishing llt:id-sequence notifications with the given id and sequence numbers, increasing, from 1. - .get with a timeout on currently earliest non-complete Future (from .publish) - shall be used as the primary wait method to throttle the publish rate. - The RPC shall not return until all publishes are confirmed successful, + The RPC shall not return until all publishes are successful, or an exception is raised (the exception should propagate to restconf response)."; input { uses llc:id-grouping;