Re: [COMMITTERS] pgsql: Enable logical slots to follow timeline switches

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, craig(at)2ndquadrant(dot)com
Subject: Re: [COMMITTERS] pgsql: Enable logical slots to follow timeline switches
Date: 2016-04-01 01:49:40
Message-ID: 20160401014940.GA190780@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Moving thread to -hackers, CC'ing Craig.

Michael Paquier wrote:

> hamster complains here:
> http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hamster&dt=2016-03-31%2016%3A00%3A06
> [...]
> # Copying slots to replica
> after_basebackup|test_decoding||547|0/5000060|0/5000098
> # Copying slot 'after_basebackup','test_decoding',NULL,'547','0/5000060','0/5000098'
> connection error: 'psql:<stdin>:1: server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> psql:<stdin>:1: connection to server was lost'

Ahem.

So, I see this:

DEBUG: server process (PID 24166) exited with exit code 0
DEBUG: forked new backend, pid=24168 socket=7
LOG: statement: SELECT test_slot_timelines_advance_logical_slot('after_basebackup', NULL, '547', '0/5000060', '0/5000098');
DEBUG: server process (PID 24168) was terminated by signal 11: Segmentation fault
DETAIL: Failed process was running: SELECT test_slot_timelines_advance_logical_slot('after_basebackup', NULL, '547', '0/5000060', '0/5000098');
LOG: server process (PID 24168) was terminated by signal 11: Segmentation fault

in pgsql.build/src/test/recovery/tmp_check/log/006_logical_decoding_timelines_replica2.log

Could you have a look at whether you have core dumps from these? If so,
backtraces would be very useful.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Petr Jelinek 2016-04-01 03:13:41 Re: Re: [COMMITTERS] pgsql: Enable logical slots to follow timeline switches
Previous Message Michael Paquier 2016-04-01 00:36:57 Re: pgsql: Enable logical slots to follow timeline switches

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2016-04-01 02:39:49 Re: PATCH: index-only scans with partial indexes
Previous Message Thomas Munro 2016-04-01 01:44:41 Re: So, can we stop supporting Windows native now?