-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pageserver): handle lsn lease requests for unnormalized lsns (#9137)
Fixes #9098. ## Problem See #9098 (comment). ### Related A similar problem happened with branch creation, which was discussed [here](#2143 (comment)) and fixed by #2529. ## Summary of changes - Normalize the lsn on pageserver side upon lsn lease request, stores the normalized LSN. Signed-off-by: Yuchen Liang <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
5 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
d447f49
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.
5185 tests run: 5007 passed, 4 failed, 174 skipped (full report)
Failures on Postgres 16
test_heavy_write_workload[neon_on-github-actions-selfhosted-10-5-5]
: release-x86-64test_gc_feedback_with_snapshots[github-actions-selfhosted]
: release-x86-64test_pgbench[neon-github-actions-selfhosted-45-10]
: release-x86-64test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (12)
Postgres 17
test_pageserver_compaction_smoke
: release-x86-64test_pg_regress[None]
: debug-x86-64test_subscriber_restart
: debug-x86-64Postgres 16
test_backward_compatibility
: release-x86-64test_ondemand_wal_download_in_replication_slot_funcs
: release-x86-64test_pageserver_chaos[None]
: release-arm64test_subscriber_restart
: release-x86-64test_timeline_delete_works_for_remote_smoke
: release-arm64test_heavy_write_workload[neon_on-github-actions-selfhosted-10-5-5]
: release-x86-64test_branch_creation_heavy_write[github-actions-selfhosted-20]
: release-x86-64test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Postgres 14
test_subscriber_restart
: release-x86-64Code coverage* (full report)
functions
:32.0% (7493 of 23395 functions)
lines
:50.0% (60471 of 120849 lines)
* collected from Rust tests only
d447f49 at 2024-09-25T21:32:27.403Z :recycle: