mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 13:40:37 +00:00
1. ability to tell whether a replay failure happened in the first or later iterations of the request_redo for loop. 2. n_requests, i.e, the total number of request_redo calls completed since the current walredo process start Possibly these will give us a bit more context about when this is happening. This commit is quite ugly and should be reverted or logging infrastructure in walredo.rs should be generally switched to spans.