Maintain safe LSN position at safekeepers

This commit is contained in:
Konstantin Knizhnik
2021-08-25 10:22:55 +03:00
parent 72de70a8cc
commit a2e135b404
10 changed files with 219 additions and 95 deletions

View File

@@ -320,7 +320,7 @@ impl PostgresNode {
// Never clean up old WAL. TODO: We should use a replication
// slot or something proper, to prevent the compute node
// from removing WAL that hasn't been streamed to the safekeepr or
// from removing WAL that hasn't been streamed to the safekeeper or
// page server yet. (gh issue #349)
self.append_conf("postgresql.conf", "wal_keep_size='10TB'\n")?;