Closed liusheng closed 5 years ago
When try to query the lastoperation of a async service instance after deprovion operation. there will raise an issue that because the SyncStatusWithService will try to query instance details from DB but which may has been deleted.
lastoperation
async
SyncStatusWithService
When try to query the
lastoperation
of aasync
service instance after deprovion operation. there will raise an issue that because theSyncStatusWithService
will try to query instance details from DB but which may has been deleted.