Skip to content

Fix for #16.#17

Merged
tonyastolfi merged 1 commit intomainfrom
tastolfi/debug-pinned-page-panic
Apr 7, 2026
Merged

Fix for #16.#17
tonyastolfi merged 1 commit intomainfrom
tastolfi/debug-pinned-page-panic

Conversation

@tonyastolfi
Copy link
Copy Markdown
Collaborator

Fixes #16

@tonyastolfi tonyastolfi self-assigned this Mar 18, 2026
Copy link
Copy Markdown
Collaborator

@gabrielbornstein gabrielbornstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small comments. Changes look great, just reply to my feedback/questions and we can merge.

/** \brief Returns true iff the observed value of the `started_` counter indicates that halt has
* been called.
*/
static constexpr bool is_halted_state(i64 observed_started)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider making this private. Looks like it would only get called by member functions.

Comment thread src/turtle_kv/tree/filter_page_write_state.hpp
Comment thread src/turtle_kv/tree/filter_page_write_state.cpp
Comment thread src/turtle_kv/kv_store.hpp
@tonyastolfi tonyastolfi merged commit db11927 into main Apr 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sporadic panic on KVStore shutdown

2 participants