Add some logs, for troubleshooting 4377 problem

This commit is contained in:
AntiTopQuark
2023-03-02 18:30:55 +00:00
committed by ob-robot
parent e1bbb36c43
commit 20d0d4661c
2 changed files with 8 additions and 2 deletions

View File

@ -1024,6 +1024,8 @@ int ObLocalIndexLookupOp::check_lookup_row_cnt()
"index_group_cnt", get_index_group_cnt(),
"lookup_group_cnt", get_lookup_group_cnt(),
"scan_range", scan_param_.key_ranges_,
"index_table_id", index_ctdef_->ref_table_id_ ,
"data_table_tablet_id", tablet_id_ ,
KPC_(lookup_ctdef), KPC_(lookup_rtdef));
}
}