fix: update tantivy for fixing threads explosion in file watcher hotfix (#42829)

Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
This commit is contained in:
Spade A 2025-06-18 21:22:40 +08:00 committed by GitHub
parent 42a98a287d
commit a239e76355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View File

@ -2927,7 +2927,7 @@ checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
[[package]]
name = "ownedbytes"
version = "0.6.0"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149"
dependencies = [
"stable_deref_trait",
]
@ -3657,7 +3657,7 @@ dependencies = [
[[package]]
name = "tantivy"
version = "0.21.1"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149"
dependencies = [
"aho-corasick",
"arc-swap",
@ -3739,7 +3739,7 @@ dependencies = [
[[package]]
name = "tantivy-bitpacker"
version = "0.5.0"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149"
dependencies = [
"bitpacking",
]
@ -3747,7 +3747,7 @@ dependencies = [
[[package]]
name = "tantivy-columnar"
version = "0.2.0"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149"
dependencies = [
"fastdivide",
"fnv",
@ -3762,13 +3762,14 @@ dependencies = [
[[package]]
name = "tantivy-common"
version = "0.6.0"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149"
dependencies = [
"async-trait",
"byteorder",
"ownedbytes",
"serde",
"time",
"tokio",
]
[[package]]
@ -3785,7 +3786,7 @@ dependencies = [
[[package]]
name = "tantivy-query-grammar"
version = "0.21.0"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149"
dependencies = [
"nom",
]
@ -3793,7 +3794,7 @@ dependencies = [
[[package]]
name = "tantivy-sstable"
version = "0.2.0"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149"
dependencies = [
"tantivy-common",
"tantivy-fst",
@ -3803,7 +3804,7 @@ dependencies = [
[[package]]
name = "tantivy-stacker"
version = "0.2.0"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149"
dependencies = [
"murmurhash32",
"tantivy-common",
@ -3812,7 +3813,7 @@ dependencies = [
[[package]]
name = "tantivy-tokenizer-api"
version = "0.2.0"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387"
source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149"
dependencies = [
"serde",
]

View File

@ -14,7 +14,7 @@ lindera-ko-dic = ["lindera/ko-dic"]
lindera-cc-cedict = ["lindera/cc-cedict"]
[dependencies]
tantivy = { git = "https://github.com/zilliztech/tantivy", tag = "0.21.2-fix2" } # we have make a private fix for milvus, should be removed in future after milvus fixing the bug.
tantivy = { git = "https://github.com/zilliztech/tantivy", tag = "0.21.2-fix3" } # we have make a private fix for milvus, should be removed in future after milvus fixing the bug.
lindera = "0.40.1"
futures = "0.3.21"
libc = "0.2"