From f0930680c7c019eaeda25a7f352a98262182ed59 Mon Sep 17 00:00:00 2001 From: renju96 Date: Thu, 11 Jan 2024 12:24:14 +0000 Subject: [PATCH] pass correct tablet_handle --- src/storage/tablet/ob_tablet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/tablet/ob_tablet.cpp b/src/storage/tablet/ob_tablet.cpp index ba4261d8f8..8b3f1b84d0 100644 --- a/src/storage/tablet/ob_tablet.cpp +++ b/src/storage/tablet/ob_tablet.cpp @@ -3926,6 +3926,7 @@ int ObTablet::do_rowkey_exists( bool found = false; ObITable *table = nullptr; int64_t check_table_cnt = 0; + param.set_tablet_handle(table_iter.get_tablet_handle_ptr()); while (OB_SUCC(ret) && !found) { if (OB_FAIL(table_iter.table_store_iter_.get_next(table))) { if (OB_ITER_END != ret) {