mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
Add more panic info (#19922)
Signed-off-by: yah01 <yang.cen@zilliz.com> Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
parent
35844c70a2
commit
96cf74d53a
@ -392,7 +392,7 @@ SegmentSealedImpl::check_search(const query::Plan* plan) const {
|
||||
AssertInfo(plan->extra_info_opt_.has_value(), "Extra info of search plan doesn't have value");
|
||||
|
||||
if (!is_system_field_ready()) {
|
||||
PanicInfo("System Field RowID or Timestamp is not loaded");
|
||||
PanicInfo("Segment " + std::to_string(this->id_) + " System Field RowID or Timestamp is not loaded");
|
||||
}
|
||||
|
||||
auto& request_fields = plan->extra_info_opt_.value().involved_fields_;
|
||||
|
Loading…
Reference in New Issue
Block a user