-
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.
safekeeper: log slow WalAcceptor sends (#9564)
## Problem We don't have any observability into full WalAcceptor queues per timeline. ## Summary of changes Logs a message when a WalAcceptor send has blocked for 5 seconds, and another message when the send completes. This implies that the log frequency is at most once every 5 seconds per timeline, so we don't need further throttling.
- Loading branch information
1 parent
8b3bcf7
commit 123816e
Showing
1 changed file
with
24 additions
and
3 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
123816e
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.
5416 tests run: 5184 passed, 0 failed, 232 skipped (full report)
Flaky tests (1)
Postgres 17
test_pg_regress[None]
: release-arm64Code coverage* (full report)
functions
:31.5% (7771 of 24690 functions)
lines
:48.9% (61030 of 124683 lines)
* collected from Rust tests only
123816e at 2024-11-01T14:27:55.617Z :recycle: