From 8fbecb156512b79738b81c527ff237bdca702463 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Sat, 27 Jan 2024 13:48:06 +0200 Subject: [PATCH] bump lsn a bit --- pageserver/src/walingest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageserver/src/walingest.rs b/pageserver/src/walingest.rs index aee827fe70..eeb012cc51 100644 --- a/pageserver/src/walingest.rs +++ b/pageserver/src/walingest.rs @@ -149,7 +149,7 @@ impl WalIngest { if self.checkpoint.nextXid.value == 4294968320 && // 1::1024, the incorrect value modification.tline.tenant_shard_id.tenant_id == TenantId::from_hex("df254570a4f603805528b46b0d45a76c").unwrap() && - lsn < Lsn::from_str("367/C7409270").unwrap() && + lsn < Lsn::from_str("367/C7409300").unwrap() && !reintroduce_bug_failpoint_activated() { // This is the last nextXid value from the last RUNNING_XACTS record, at the