Closed zhuwenxing closed 1 week ago
/assign @zhengbuqian /assign @aoiasd
PTAL
this looks more like an issue of TextMatch, not BM25
github.com/milvus-io/milvus/internal/querynodev2/segments.(*LocalSegment).CreateTextIndex.func1.1
/unassign
/assign @czs007
upper case use mmap, and create inverted index with same fieldname and path, for different segment build index, using same index writer, tantivy same index object throw exception
upper case use mmap, and create inverted index with same fieldname and path, for different segment build index, using same index writer, tantivy same index object throw exception
So, was it caused by querynode and indexnode building the text index for this segment at the same time?
upper case use mmap, and create inverted index with same fieldname and path, for different segment build index, using same index writer, tantivy same index object throw exception
So, was it caused by querynode and indexnode building the text index for this segment at the same time?
No, just querynode, the querynode build index itself, it is triggered when load process.
/assign @zhuwenxing
verified and fixed in master-20241115-e4b6773d-amd64
Is there an existing issue for this?
Environment
Current Behavior
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
cluster: 4am ns: chaos-testing pod info
log.log
Anything else?
No response