- Notifications
You must be signed in to change notification settings - Fork5
Commit6da07cd
committed
If a corrupt WAL record is received by streaming replication, disconnect
and retry. If the record is genuinely corrupt in the master database,there's little hope of recovering, but it's better than simply retryingto apply the corrupt WAL record in a tight loop without even trying toretransmit it, which is what we used to do.1 parent38736e2 commit6da07cd
1 file changed
+17
-1
lines changedLines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
9270 | 9270 |
| |
9271 | 9271 |
| |
9272 | 9272 |
| |
| 9273 | + | |
| 9274 | + | |
| 9275 | + | |
| 9276 | + | |
| 9277 | + | |
| 9278 | + | |
| 9279 | + | |
| 9280 | + | |
| 9281 | + | |
| 9282 | + | |
| 9283 | + | |
| 9284 | + | |
| 9285 | + | |
| 9286 | + | |
| 9287 | + | |
| 9288 | + | |
9273 | 9289 |
| |
9274 | 9290 |
| |
9275 | 9291 |
| |
|
0 commit comments
Comments
(0)