[CP] drop_tenant clear rs job

This commit is contained in:
linqiucen
2024-04-09 12:59:28 +00:00
committed by ob-robot
parent 852f63a7b3
commit 178a91b61c
6 changed files with 26 additions and 28 deletions

View File

@ -169,6 +169,10 @@ int ObTenantSqlService::delete_tenant(
}
}
if (FAILEDx(RS_JOB_COMPLETE_ALL_JOB_FOR_DROPPING_TENANT(tenant_id, sql_client))) {
LOG_WARN("fail to complete all rs job for dropping tenant", KR(ret), K(tenant_id));
}
if (OB_SUCC(ret)) {
ObSchemaOperation delete_tenant_op;
delete_tenant_op.tenant_id_ = tenant_id;