Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv: recycle SpanSets returned during optimistic eval validation
This commit adds `Release` calls for both SpanSets returned by `collectSpansRead` on the optimistic eval validation path. The failure to recycle these SpanSets was causing a leak from the `SpanSet` memory pool of both top level objects and the recycled inner slices. We have the same issue at the other caller of `collectSpansRead`, which is being tracked more broadly in #91374. Release note: None Epic: None
- Loading branch information