-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: include node id when subscribing to SK (#10432)
## Problem All pageserver have the same application name which makes it hard to distinguish them. ## Summary of changes Include the node id in the application name sent to the safekeeper. This should gives us more visibility in logs. There's a few metrics that will increase in cardinality by `pageserver_count`, but that's fine.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
3a285a0
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.
7477 tests run: 7088 passed, 1 failed, 388 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64Flaky tests (7)
Postgres 17
test_storage_controller_node_deletion[True]
: debug-x86-64test_metrics_normal_work
: release-x86-64, release-x86-64, release-arm64, release-arm64Postgres 15
test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Postgres 14
test_metrics_normal_work
: release-x86-64Code coverage* (full report)
functions
:33.7% (8424 of 25030 functions)
lines
:49.2% (70479 of 143358 lines)
* collected from Rust tests only
3a285a0 at 2025-01-16T21:17:27.385Z :recycle: