031_recovery_conflict_standby.log

text/plain

Filename: 031_recovery_conflict_standby.log
Type: text/plain
Part: 1
Message: Re: A failure in 031_recovery_conflict.pl on Debian/s390x
2023-08-08 08:52:33.722 UTC [1734420] LOG:  starting PostgreSQL 17devel (Debian 17~~devel-1) on s390x-ibm-linux-gnu, compiled by gcc (Debian 13.2.0-1) 13.2.0, 64-bit
2023-08-08 08:52:33.722 UTC [1734420] LOG:  listening on Unix socket "/tmp/UNCayI_17k/.s.PGSQL.63828"
2023-08-08 08:52:33.728 UTC [1734423] LOG:  database system was interrupted; last known up at 2023-08-08 08:52:33 UTC
2023-08-08 08:52:33.728 UTC [1734423] LOG:  entering standby mode
2023-08-08 08:52:33.729 UTC [1734423] LOG:  redo starts at 0/2000028
2023-08-08 08:52:33.729 UTC [1734423] WARNING:  unexpected directory entry "16384" found in pg_tblspc/
2023-08-08 08:52:33.729 UTC [1734423] DETAIL:  All directory entries in pg_tblspc/ should be symbolic links.
2023-08-08 08:52:33.729 UTC [1734423] HINT:  Remove those directories, or set allow_in_place_tablespaces to ON transiently to let recovery complete.
2023-08-08 08:52:33.729 UTC [1734423] LOG:  consistent recovery state reached at 0/2000100
2023-08-08 08:52:33.733 UTC [1734420] LOG:  database system is ready to accept read-only connections
2023-08-08 08:52:33.768 UTC [1734424] LOG:  started streaming WAL from primary at 0/3000000 on timeline 1
2023-08-08 08:52:34.108 UTC [1734435] 031_recovery_conflict.pl LOG:  statement: BEGIN;
2023-08-08 08:52:34.113 UTC [1734435] 031_recovery_conflict.pl LOG:  statement: DECLARE test_recovery_conflict_cursor CURSOR FOR SELECT b FROM test_recovery_conflict_table1;
2023-08-08 08:52:34.119 UTC [1734435] 031_recovery_conflict.pl LOG:  statement: FETCH FORWARD FROM test_recovery_conflict_cursor;
2023-08-08 08:52:34.128 UTC [1734435] 031_recovery_conflict.pl LOG:  statement: ;
2023-08-08 08:55:38.434 UTC [1734424] 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.
2023-08-08 08:55:38.434 UTC [1734423] LOG:  invalid record length at 0/347E6A8: expected at least 24, got 0
2023-08-08 08:55:38.440 UTC [1734495] FATAL:  could not connect to the primary server: connection to server on socket "/tmp/UNCayI_17k/.s.PGSQL.63827" failed: No such file or directory
		Is the server running locally and accepting connections on that socket?
2023-08-08 08:55:38.441 UTC [1734423] LOG:  waiting for WAL to become available at 0/347E6C0
2023-08-08 08:55:38.536 UTC [1734420] LOG:  received immediate shutdown request
2023-08-08 08:55:38.543 UTC [1734420] LOG:  database system is shut down