[CdcService] fix observer core when rpc concurrently access the ClientLSCtx

This commit is contained in:
obdev
2023-03-02 16:26:11 +00:00
committed by ob-robot
parent 0e43605d6f
commit d0292eae1a
8 changed files with 54 additions and 47 deletions

View File

@ -33,7 +33,7 @@ int __get_cdc_service(uint64_t tenant_id, cdc::ObCdcService *&cdc_service)
ret = OB_ERR_UNEXPECTED;
EXTLOG_LOG(WARN, "cdc_service is NULL", KR(ret), K(tenant_id));
} else {
EXTLOG_LOG(INFO, "__get_cdc_service", K(cdc_service), KP(log_service), K(tenant_id), K(MTL_ID()));
// get CdcService succ
}
return ret;