pull_timeline: check tombstones by default (#11873)

Make `pull_timeline` check tombstones by default. Otherwise, we'd be
recreating timelines if the order between creation and deletion got
mixed up, as seen in #11838.

Fixes #11838.
This commit is contained in:
Arpad Müller
2025-05-12 09:25:54 +02:00
committed by GitHub
parent 64353b48db
commit a537b2ffd0
3 changed files with 7 additions and 1 deletions

View File

@@ -331,6 +331,7 @@ impl SafekeeperReconcilerInner {
http_hosts,
tenant_id: req.tenant_id,
timeline_id,
ignore_tombstone: Some(false),
};
success = self
.reconcile_inner(