[CP] [CP] Add diagnostic log for detection of schema mgr ref leak

This commit is contained in:
obdev
2022-08-25 18:15:35 +08:00
committed by wangzelin.wzl
parent 4e81072cd2
commit 50b76d0245
36 changed files with 134 additions and 30 deletions

View File

@ -443,6 +443,7 @@ ObTableScanOp::ObTableScanOp(ObExecContext& exec_ctx, const ObOpSpec& spec, ObOp
output_row_count_(-1),
iter_end_(false),
partition_id_(OB_INVALID_INDEX),
schema_guard_(share::schema::ObSchemaMgrItem::MOD_TABLE_SCAN),
iterated_rows_(0),
is_partition_list_empty_(false),
got_feedback_(false),