BUG-2475: Do not issue garbage collection on when pushing configurations
authorRobert Varga <rovarga@cisco.com>
Tue, 9 Dec 2014 15:11:48 +0000 (16:11 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 9 Dec 2014 16:02:47 +0000 (16:02 +0000)
commitf374cf3d5fa7d98ba1b4d978607706b89100f100
tree5ecead9dfee019bdc8bdb27b08cc0e501305ad7f
parent7ed16e914acd25a11310ee0f3e1350eb2508a942
BUG-2475: Do not issue garbage collection on when pushing configurations

This gc() call used to make sense when we were running this code as a
one-shot initialization (e.g. Hydrogen container). With the Karaf
changes, this was moved into a persistent codepath -- which does not
make sense at all.

Change-Id: I0e3d4a2b674241c80d682630b031fb3517621251
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/netconf/config-persister-impl/src/main/java/org/opendaylight/controller/netconf/persist/impl/ConfigPusherImpl.java