Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage controller: sleep between compute notify retries (#8869)
## Problem Live migration retries when it fails to notify the compute of the new location. It should sleep between attempts. Closes: #8820 ## Summary of changes - Do an `exponential_backoff` in the retry loop for compute notifications
- Loading branch information
20f82f9
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.
3889 tests run: 3772 passed, 1 failed, 116 skipped (full report)
Failures on Postgres 16
test_pgbench_intensive_init_workload[neon_off-github-actions-selfhosted-1000]
: release-x86-64Flaky tests (2)
Postgres 16
test_subscriber_restart
: release-x86-64test_pull_timeline_partial_segment_integrity
: release-x86-64Code coverage* (full report)
functions
:32.5% (7416 of 22809 functions)
lines
:50.6% (60043 of 118599 lines)
* collected from Rust tests only
20f82f9 at 2024-08-30T12:55:50.856Z :recycle: