fix(object): Fix concurrent request hang issue in S3 range read workloads (#2251)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-03-23 09:55:08 +08:00
committed by GitHub
parent ff40e2bc79
commit 6cb094e30a
20 changed files with 6451 additions and 2163 deletions
Generated
+2
View File
@@ -7270,6 +7270,7 @@ dependencies = [
"base64 0.22.1",
"base64-simd",
"bytes",
"chrono",
"clap",
"const-str",
"datafusion",
@@ -7500,6 +7501,7 @@ dependencies = [
"hyper-util",
"lazy_static",
"md-5 0.11.0-rc.5",
"metrics",
"moka",
"num_cpus",
"parking_lot 0.12.5",