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 retrying to apply the corrupt WAL record in a tight loop without even trying to retransmit it, which is what we used to do.
Showing
Please register or sign in to comment