Skip to content

Commit cd0382c

Browse files
obdevfootkamiyuan-ljr
authored andcommitted
[CP] [fix] hybrid task return 4016 caused by null ptr
Co-authored-by: footka <672528926@qq.com> Co-authored-by: 884244693 <884244693@qq.com>
1 parent 93bcb85 commit cd0382c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/share/vector_index/ob_hybrid_vector_refresh_task.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,10 +1102,10 @@ void ObHybridVectorRefreshTaskCtx::set_task_finish()
11021102
if (ret != OB_SUCCESS) {
11031103
LOG_WARN("revert scan iter failed", K(ret));
11041104
}
1105-
scan_iter_ = nullptr;
1106-
table_scan_param_ = nullptr;
1107-
table_param_ = nullptr;
11081105
}
1106+
scan_iter_ = nullptr;
1107+
table_scan_param_ = nullptr;
1108+
table_param_ = nullptr;
11091109
if (task_started_) {
11101110
adp_guard_.get_adatper()->vector_index_task_finish();
11111111
adp_guard_.~ObPluginVectorIndexAdapterGuard();

0 commit comments

Comments
 (0)