05-31-2022 08:41 PM
Hi,
How to force stop 'Model Sync' for a schema.
There is script available to force stop a schema load, but is there such script or CLI command to force stop schema Model sync?
Thanks,
Harsha
06-02-2022 10:40 AM
@harshavardhan_v - there is no direct force stop command. If it is stuck, I'd recommend starting services.
06-02-2022 12:44 PM
There is no direct way to do that , A schema update will be taking a long time because a dependent schema will be running and taking a lock , The update will not complete unless the lock is released. This is done to make sure of data consistency to make sure that an update will not happen unless all dependent objects are not being updated in the same time in memory.