-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: fix read path max lsn bug (#7007)
## Summary of changes The problem it fixes is when `request_lsn` is `u64::MAX-1` the `cont_lsn` becomes `u64::MAX` which is the same as `prev_lsn` which stops the loop. Closes #6812
- Loading branch information
Showing
2 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
bac06ea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2588 tests run: 2449 passed, 2 failed, 137 skipped (full report)
Failures on Postgres 16
test_deletion_queue_recovery[no-validate-lose]
: debugFailures on Postgres 14
test_bulk_insert[neon-github-actions-selfhosted]
: releaseFlaky tests (2)
Postgres 16
test_vm_bit_clear_on_heap_lock
: debugPostgres 14
test_timeline_size_quota_on_startup
: releaseTest coverage report is not available
bac06ea at 2024-03-12T17:17:40.471Z :recycle: