Hi Ganesh, the logs you posted refer to timeouts in the connections. Your configuration tells that in case of network drop, the
standby server will be the first to acknowledge it. That's because
wal_receiver_timeout is < than wal_sender_timeout From the documentation:
That might explain why your secondary server calls for a RST. RST packages you posted are more a consequence, than a cause of your problem. I think that the RST is sent to acknowledge master that the connection should be closed due to timeout. What above goes together with the fact that the sequence number 1232664740 of the RST packet is retransmitted several times, meaning that it did not reach its destination at first. I would look more carefully to your network because I suspect the real problem might be there. regards, fabio pardi
On 03/07/18 09:36, Ganesh Korde wrote:
|