- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit91c0570
committed
Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.
So far the first of the retries introduced inf28bf66 resolves theissue. But I (Andres) am still suspicious that the start of the failures mightindicate a problem.To reduce noise, stop reporting a failure if a retry resolves the problem. Toallow figuring out what causes the slow slot drop, add a few more debugmessages to ReplicationSlotDropPtr.See also commitafdeff1,fe0972e andf28bf66.Discussion:https://postgr.es/m/20220327213219.smdvfkq2fl74flow@alap3.anarazel.de1 parentda4b566 commit91c0570
File tree
2 files changed
+16
-3
lines changed- src
- backend/replication
- test/recovery/t
2 files changed
+16
-3
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
702 | 702 |
| |
703 | 703 |
| |
704 | 704 |
| |
| 705 | + | |
| 706 | + | |
| 707 | + | |
705 | 708 |
| |
706 | 709 |
| |
| 710 | + | |
| 711 | + | |
707 | 712 |
| |
708 | 713 |
| |
709 | 714 |
| |
710 | 715 |
| |
711 | 716 |
| |
712 | 717 |
| |
713 | 718 |
| |
| 719 | + | |
| 720 | + | |
714 | 721 |
| |
715 | 722 |
| |
716 | 723 |
| |
| |||
720 | 727 |
| |
721 | 728 |
| |
722 | 729 |
| |
| 730 | + | |
| 731 | + | |
723 | 732 |
| |
724 | 733 |
| |
725 | 734 |
| |
|
Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
342 |
| - | |
343 |
| - | |
| 342 | + | |
| 343 | + | |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 |
| - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
353 | 355 |
| |
354 | 356 |
| |
355 | 357 |
| |
| |||
370 | 372 |
| |
371 | 373 |
| |
372 | 374 |
| |
| 375 | + | |
| 376 | + | |
373 | 377 |
| |
374 | 378 |
| |
375 | 379 |
| |
|
0 commit comments
Comments
(0)