-
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.
pageserver: more detailed logs when calling re-attach (#9996)
## Problem We saw a peculiar case where a pageserver apparently got a 0-tenant response to `/re-attach` but we couldn't see the request landing on a storage controller. It was hard to confirm retrospectively that the pageserver was configured properly at the moment it sent the request. ## Summary of changes - Log the URL to which we are sending the request - Log the NodeId and metadata that we sent
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 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
b04ab46
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.
7144 tests run: 6826 passed, 0 failed, 318 skipped (full report)
Flaky tests (4)
Postgres 17
test_ondemand_download_timetravel
: debug-x86-64Postgres 15
test_pull_timeline[True]
: release-x86-64Postgres 14
test_prefetch[None]
: release-arm64test_prefetch[4]
: release-arm64Code coverage* (full report)
functions
:30.7% (8270 of 26918 functions)
lines
:47.7% (65208 of 136584 lines)
* collected from Rust tests only
b04ab46 at 2024-12-03T20:27:56.527Z :recycle: