BUG-2475: Do not issue garbage collection on when pushing configurations 79/13479/3
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)
commitc224639a18b7dac78b8195659c02c34f11cbcd7a
treea40ff103e26323825efc3b78c778a153936d1974
parenta2e873a1de7f79e60a36e8118152bebdcaa14b6b
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