forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8cca660
committed
Disable use of archiving in 009_twophase.pl
This partially reverts68cb5af, as using archiving to enforce therename of the last partial segment of the old timeline at promotion touse .partial as suffix is impacting the tests when it does switchovers.As showed by the logs gathered by the CI in the tests that failed, a newstandby may fail to find the WAL segment it needs to follow a promotedinstance with its timeline jump, as it got renamed to .partial.This problem would manifest as a run timeout with 009_twophase.pl, asthe new standby repeatedly requests a segment from the promoted primarythat it would not find.Reported-by: Nathan BossartDiscussion:https://postgr.es/m/20230621043345.GA787473@nathanxps13Backpatch-through: 131 parenta734caa commit8cca660
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
| 35 | + | |
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
|
0 commit comments
Comments
(0)