[CP] Fix print rowkey readinfo core after refresh
This commit is contained in:
@ -1210,8 +1210,10 @@ int ObMultipleMerge::refresh_table_on_demand()
|
|||||||
} else if (nullptr != block_row_store_) {
|
} else if (nullptr != block_row_store_) {
|
||||||
block_row_store_->reuse();
|
block_row_store_->reuse();
|
||||||
}
|
}
|
||||||
STORAGE_LOG(INFO, "table need to be refresh", "table_id", access_param_->iter_param_.table_id_,
|
if (OB_SUCC(ret)) {
|
||||||
K(*access_param_), K(curr_scan_index_), K(scan_state_));
|
STORAGE_LOG(INFO, "table need to be refresh", "table_id", access_param_->iter_param_.table_id_,
|
||||||
|
K(*access_param_), K(curr_scan_index_), K(scan_state_));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user