[seekdb][sanity] Fix coredump in plan/PS cache and skip-index output - #1319
Merged
Conversation
Member
Author
|
The mapping Dima issue is: [SeekDB] [Sanity] Lite regression found a coredump caused by the seekdb source code. |
footka
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task Description
Sanity Lite regression identified coredumps related to the seekdb source code: Plan Cache/PS Cache had object lifecycle issues during concurrent eviction and memory statistics, and the skip-index column output had an error in using the local buffer length.
Solution Description
Passed Regressions
git diff --checkpassed. The fixed version has passed the previous Sanity Lite long-term regression, and the aforementioned coredumps have not reappeared. The local Bazel compilation of the current branch is blocked by an existing baseline issue with the repository's source/header inventory; this unrelated issue has not been modified.Upgrade Compatibility
No changes to persistent formats, protocols, or upgrade compatibility are involved.
Other Information
This MR contains two commits: Plan/PS Cache lifecycle fixes and skip-index buffer length fixes. The Sanity PageArena detector issue itself is not included in this MR.
Release Note