Skip to content

[persist] Remove log and tidy up listen validation #33187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bkirwi
Copy link
Contributor

@bkirwi bkirwi commented Jul 29, 2025

Motivation

https://github.com/MaterializeInc/database-issues/issues/9510

Cleaning up the Machine::validate_listen and similar isn't strictly necessary, but might as well.

bkirwi added 2 commits July 29, 2025 15:54
This comes up more often than you'd hope: not everyone checks the
handle's since, and there are various valid reasons that the since might
be past where we're trying to read. (Sink restarting, etc.) Remove for
now.
The only caller doesn't care about this, and anyways there are good
theoretical reasons for the reader to not care about the upper.
@bkirwi bkirwi marked this pull request as ready for review July 29, 2025 20:35
@bkirwi bkirwi requested a review from a team as a code owner July 29, 2025 20:35
@bkirwi bkirwi requested review from def- and DAlperin July 29, 2025 20:35
@teskje teskje self-requested a review July 31, 2025 09:17
The log always triggered in cases where's it's acceptable to
suspend-and-restart, so let's do that.
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.

3 participants