To get a list of topology drivers, execute the following command:dmctl -b <broker-name> -s <server-name> getInstances GA_DaemonDriver
The advantages and disadvantages of running topology synchronization in each mode
Mode |
Advantages |
Disadvantages |
---|---|---|
Concurrent Synchronization |
|
|
Serial Synchronization |
|
|
Fixed Interval |
|
|
mentioned in Advantages and disadvantages of each mode.
If there are overlapping topologies between two or more underlying domains and top level SAM is configured such that it is synchronizing with underlying domains concurrently, then it is recommended to either run the server in serial mode or start topology drivers at regular intervals. The guideline is to use the serial mode if there is more than 50% overlapping topology when synchronizations are triggered concurrently. When topology synchronization is set to operate in serial mode(non-default option), both import and post processing operations are considered as one atomic operation, and multiple topology synchronizations with underlying domains are executed serially.
Only one topology synchronization thread is executed at any point. This reduces the load on the server. The downside is a delay in completion of topology synchronization operation if multiple synchronizations are triggered at the same time.