-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "refactor(VirtualFile::crashsafe_overwrite): avoid Handle::blo…
…ck_on in callers" (#6765) Reverts #6731 On high tenant count Pageservers in staging, memory and CPU usage shoots to 100% with this change. (NB: staging currently has tokio-epoll-uring enabled) Will analyze tomorrow. https://neondb.slack.com/archives/C03H1K0PGKH/p1707933875639379?thread_ts=1707929541.125329&cid=C03H1K0PGKH
- Loading branch information
Showing
6 changed files
with
78 additions
and
89 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
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
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
024372a
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.
2511 tests run: 2384 passed, 2 failed, 125 skipped (full report)
Failures on Postgres 14
test_pageserver_max_throughput_getpage_at_latest_lsn[1-6-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[1-13-30]
: releaseFlaky tests (6)
Postgres 16
test_crafted_wal_end[last_wal_record_crossing_segment]
: debugtest_delete_tenant_exercise_crash_safety_failpoints[real_s3-timeline-delete-before-index-delete-False-Check.RETRY_WITHOUT_RESTART]
: releasePostgres 15
test_create_snapshot
: debugtest_fixture_restart
: debugPostgres 14
test_pageserver_max_throughput_getpage_at_latest_lsn[10-6-30]
: releasetest_statvfs_pressure_usage
: debugCode coverage (full report)
functions
:56.0% (12859 of 22974 functions)
lines
:82.6% (69522 of 84141 lines)
024372a at 2024-02-14T21:01:00.235Z :recycle: