Compress removals into a single transaction 78/5278/2
authorRobert Varga <rovarga@cisco.com>
Wed, 12 Feb 2014 02:34:26 +0000 (03:34 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 13 Feb 2014 05:14:23 +0000 (05:14 +0000)
commitcb037c92ab0b907a96487ff84052638bdddab3e9
tree022a10ef67eb4f3949bb1be6d3d91f8ee8bf1eab
parenta3a95bbc1f01cfb9c641a48cf3c42e31075deb82
Compress removals into a single transaction

When node removal occurs, do not cascade into multiple transactions, but
trigger only a single one.

Change-Id: Ic9994e6a801953efdf83a707be3b821f9a93b35b
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/statistics-manager/src/main/java/org/opendaylight/controller/md/statistics/manager/StatisticsUpdateHandler.java