cancel
Showing results for 
Search instead for 
Did you mean: 

How to force stop Model update syncing

harshavardhan_v
Partner
Partner

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

2 REPLIES 2

JoeM
Community Manager
Community Manager

@harshavardhan_v  - there is no direct force stop command. If it is stuck, I'd recommend starting services.

ahmedezzeldeen
Employee
Employee

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. 

Ahmed Ezz