Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: noisy
broker subscription failed
error during storage broker d…
…eploys (#10521) During broker deploys, pageservers log this noisy WARN en masse. I can trivially reproduce the WARN message in neon_local by SIGKILLing broker during e.g. `pgbench -i`. I don't understand why tonic is not detecting the error as `Code::Unavailable`. Until we find time to understand that / fix upstream, this PR adds the error message to the existing list of known error messages that get demoted to INFO level. Refs: - refs #9562
- Loading branch information
3d36dfe
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.
7554 tests run: 7156 passed, 1 failed, 397 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64-with-lfcFlaky tests (4)
Postgres 17
test_pageserver_gc_compaction_smoke[no_branches]
: release-x86-64-with-lfctest_deletion_queue_recovery[no-validate-lose]
: release-x86-64-without-lfctest_metrics_normal_work
: release-x86-64-without-lfcPostgres 14
test_metrics_normal_work
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.5% (8497 of 25347 functions)
lines
:49.3% (71492 of 145077 lines)
* collected from Rust tests only
3d36dfe at 2025-01-27T21:45:10.446Z :recycle: