fix log access ctx core

This commit is contained in:
obdev
2022-11-24 12:35:29 +00:00
committed by wangzelin.wzl
parent d67e34bdaa
commit c898272f6c
3 changed files with 9 additions and 9 deletions

View File

@ -177,7 +177,7 @@ int ObMultipleScanMerge::construct_iters()
STORAGE_LOG(WARN, "Fail to get access param", K(i), K(ret), K(*table));
} else if (!use_cache_iter) {
if (OB_FAIL(table->scan(*iter_pram, *access_ctx_, *range_, iter))) {
STORAGE_LOG(WARN, "Fail to get iterator, ", K(*iter_pram), K(*access_ctx_), K(ret), K(i));
STORAGE_LOG(WARN, "Fail to get iterator", K(ret), K(i), K(*iter_pram));
} else if (OB_FAIL(iters_.push_back(iter))) {
iter->~ObStoreRowIterator();
STORAGE_LOG(WARN, "Fail to push iter to iterator array, ", K(ret), K(i));