Re: Postgres Replication Issue

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: mkondle <kmd116(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Postgres Replication Issue
Date: 2018-12-20 00:40:49
Message-ID: 20181220004049.GF27104@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 19, 2018 at 01:24:29PM -0700, mkondle wrote:
> “2018-12-19 07:24:25 UTC: : @: [25775]: [2-1] FATAL: could not receive data
> from WAL stream: server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.”
>
> so, most of the time, we don't have issues, but sometimes we have this error

Unfortunately you are not providing many details about the reasons why
this is happening. The issue could come from a timeout, or a process
may have been killed for a reason or another.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2018-12-20 00:42:17 Re: reducing the footprint of ScanKeyword (was Re: Large writable variables)
Previous Message Tom Lane 2018-12-20 00:39:33 Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()?