getFixedBucketing() returns const OptionalBool& into a temporary returned by getConfigCollectionEntry(). Binding it with const auto& leaves a dangling reference, triggering an ASan stack-use-after-scope error.
- related to
-
SERVER-130205 Investigate and fix disagg_multiversion failures in fixed_bucketing_fcv_tolerant.js
-
- Closed
-