[OBCDC] various bug fix

This commit is contained in:
obdev
2023-02-08 19:40:33 +08:00
committed by ob-robot
parent 5567779f63
commit 63ef8ecc59
8 changed files with 176 additions and 10 deletions

View File

@ -88,6 +88,7 @@ void ObCdcService::run1()
{
int ret = OB_SUCCESS;
int64_t tenant_id = MTL_ID();
lib::set_thread_name("CdcSrv");
if (IS_NOT_INIT) {
ret = OB_ERR_UNEXPECTED;
EXTLOG_LOG(ERROR, "ObCdcService is not initialized", KR(ret));