From 2669ca834eb9e32af5116099ea9fef409a6a7fca Mon Sep 17 00:00:00 2001 From: Carrot-77 <1012982871@qq.com> Date: Fri, 21 Feb 2025 07:15:27 +0000 Subject: [PATCH] vector index hnswsq build index retry array is null core dump --- src/share/vector_index/ob_plugin_vector_index_adaptor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/vector_index/ob_plugin_vector_index_adaptor.cpp b/src/share/vector_index/ob_plugin_vector_index_adaptor.cpp index 1c83b6cfb3..784914cf6e 100644 --- a/src/share/vector_index/ob_plugin_vector_index_adaptor.cpp +++ b/src/share/vector_index/ob_plugin_vector_index_adaptor.cpp @@ -1326,7 +1326,7 @@ int ObPluginVectorIndexAdaptor::check_snap_hnswsq_index() ret = ObPluginVectorIndexHelper::vsag_errcode_2ob(ret); LOG_WARN("failed to get snap index number.", K(ret)); } else { - LOG_INFO("get snap index element and array", K(ret), K(snap_index_size), K(vid_array->count())); + LOG_INFO("get snap index element and array", K(ret), K(snap_index_size)); } free_hnswsq_array_data(snap_data_, get_allocator()); }