fix(ecstore): preserve Sets listing compatibility

This commit is contained in:
overtrue
2026-08-14 11:02:01 +08:00
parent 5aa72c30b2
commit 06c6a2a914
4 changed files with 911 additions and 11 deletions
+1 -3
View File
@@ -987,9 +987,7 @@ trace_hot_spans=(
# The ECStore handle_list_objects_v2 forwarder was folded into the trait impl
# above, so store/mod.rs now carries this hot path's TRACE requirement
# directly (backlog#1821).
# The pool-level Sets::list_objects_v2 wrapper was removed with its duplicate
# pagination pipeline (backlog#1821); the remaining ECStore and SetDisks
# wrappers below still carry the TRACE requirement.
"crates/ecstore/src/core/sets.rs:list_objects_v2"
"crates/ecstore/src/set_disk/ops/list.rs:list_objects_v2"
"rustfs/src/app/bucket_usecase.rs:execute_list_objects_v2"
"rustfs/src/app/object_usecase.rs:execute_get_object"