Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Carbon
-
None
-
None
-
Operating System: All
Platform: All
-
7815
Description
With mdsalutil is having a THREAD_POOL_SIZE=1, all the add(), update(), and remove() methods handling the application logic were on the same thread. This in turn was delaying all the interface-state listeners.
Changes are done to make use of DataJobCordinator so that all the VpnManager application logic get executed by a separate thread so that the main thread is freed-up for other listener execution.