Re: loss of transactions in streaming replication
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-10-12T13:29:06Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Send status updates back from standby server to master, indicating how far
- b186523fd97c 9.1.0 cited
-
Allow bidirectional copy messages in streaming replication mode.
- d3d414696f39 9.1.0 cited
On Wed, Oct 12, 2011 at 5:45 AM, Fujii Masao <masao.fujii@gmail.com> wrote: > In 9.2dev and 9.1, when walreceiver detects an error while sending data to > WAL stream, it always emits ERROR even if there are data available in the > receive buffer. This might lead to loss of transactions because such > remaining data are not received by walreceiver :( Won't it just reconnect? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company