From 0ac8d08952b78b20738683e806085609aced5932 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 6 Mar 2017 15:01:10 +0100 Subject: [PATCH] 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 --- .../model/src/main/yang/odl-mdsal-lowlevel-control.yang | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.36.6