mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 13:21:21 +02:00
[ONOS-6663] Shutdown executor in RestDeviceProvider
Change-Id: If45c0a513104a7cc4eae242f83e3785f30f2a7db
This commit is contained in:
parent
e5d9df0897
commit
4da35c5492
@ -179,6 +179,7 @@ public class RestDeviceProvider extends AbstractProvider
|
||||
providerService = null;
|
||||
factories.forEach(cfgService::unregisterConfigFactory);
|
||||
scheduledTask.cancel(true);
|
||||
executor.shutdown();
|
||||
log.info("Stopped");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user