Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

If db master removes a necessary WAL segment, changeserver goes into an infinite loop #32

Open
kriswehner opened this issue Nov 30, 2016 · 1 comment

Comments

@kriswehner
Copy link

This happened after failure recovery, when a test db server had filled its disks with WAL. After cleaning out the WAL, we removed some WAL that changeserver needs. I would expect this to simply terminate the process, but instead it goes into an infinite loop.

Log output:

INFO[33951] Connected to Postgres using replication slot "test_changeserver"
WARN[33951] Server returned an error: ERROR 58P01 requested WAL segment 0000000E000004FC000000D6 has already been removed walsender.c 2096 XLogRead

@gbrail
Copy link
Contributor

gbrail commented Nov 30, 2016 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants