Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not reload config file on PS reconnect (#10204)
## Problem See #10184 and https://neondb.slack.com/archives/C04DGM6SMTM/p1733997259898819 Reloading config file inside parallel worker cause it's termination ## Summary of changes Remove call of `HandleMainLoopInterrupts()` Update of page server URL is propagated by postmaster through shared memory and we should not reload config for it. Co-authored-by: Konstantin Knizhnik <[email protected]>
- Loading branch information
04517c6
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.
7245 tests run: 6937 passed, 1 failed, 307 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (3)
Postgres 17
test_scrubber_physical_gc_ancestors[2]
: release-arm64Postgres 16
test_isolation[None]
: release-x86-64Postgres 14
test_emergency_mode
: release-arm64Code coverage* (full report)
functions
:31.2% (8394 of 26876 functions)
lines
:47.9% (66638 of 139015 lines)
* collected from Rust tests only
04517c6 at 2024-12-19T17:36:12.811Z :recycle: