[CP] [4377] add resourcer defensive after 4377

This commit is contained in:
Handora
2024-01-15 07:12:22 +00:00
committed by ob-robot
parent 165bd11da4
commit 0e262e06ad
12 changed files with 156 additions and 4 deletions

View File

@ -76,6 +76,7 @@
#include "observer/ob_server_event_history_table_operator.h"
#include "storage/high_availability/ob_storage_ha_utils.h"
#include "storage/slog_ckpt/ob_tenant_checkpoint_slog_handler.h"
#include "storage/concurrency_control/ob_data_validation_service.h"
using namespace oceanbase::share;
using namespace oceanbase::common;
@ -3831,6 +3832,7 @@ int ObLSTabletService::check_old_row_legitimacy(
"dml_flag", run_ctx.dml_flag_,
"store_ctx", run_ctx.store_ctx_,
"relative_table", run_ctx.relative_table_);
concurrency_control::ObDataValidationService::set_delay_resource_recycle(run_ctx.store_ctx_.ls_id_);
LOG_ERROR("Dump data table info", K(ret), K(data_table));
run_ctx.store_ctx_.force_print_trace_log();
}