[datacoord/index_service.go:86] ["segment is level zero, skip create indexes"] [segmentID=455364181451234378] #40091
-
I keep seeing the following warning logs every minute. Will this issue resolve itself over time, or is it a bug?
|
Beta Was this translation helpful? Give feedback.
Answered by
yhmo
Feb 21, 2025
Replies: 2 comments 4 replies
-
@yhmo could you check this issue plz 🙇 ?! should i restart datacoord pod? |
Beta Was this translation helpful? Give feedback.
0 replies
-
"segment is level zero, skip create indexes" is a DEBUG level log, you can ignore it. Level 0 segment is a special segment only contains the ids for delete operations, no need to build index. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 2.5.4, it is a DEBUG level log:
milvus/internal/datacoord/index_service.go
Line 90 in 6cdabd9
In 2.4.22, it is a WARN level log:
milvus/internal/datacoord/index_service.go
Line 88 in 6eb73d1
I believe it should be debug level.