Set config pusher thread to daemon 08/30908/3
authorTom Pantelis <tpanteli@brocade.com>
Sun, 6 Dec 2015 17:23:04 +0000 (12:23 -0500)
committerTom Pantelis <tpanteli@brocade.com>
Mon, 7 Dec 2015 18:18:34 +0000 (18:18 +0000)
Change-Id: Ida1992884e3b6be1e8188e9f6c8393b0baa08db0
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/osgi/ConfigPersisterActivator.java

index 5f25d6c3b2c27cd1f3b0d9dd2a0144eb250f8e38..d5df5349a64e82f349c740649359d39fb77e1c25 100644 (file)
@@ -146,6 +146,7 @@ public class ConfigPersisterActivator implements BundleActivator {
                 }
             });
         }
+        pushingThread.setDaemon(true);
         pushingThread.start();
     }
 }