fix(storcon): allow migration if lag is not available

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z
2025-06-24 15:22:34 -04:00
parent aa75722010
commit 230d0df07a

View File

@@ -8997,11 +8997,8 @@ impl Service {
continue;
}
Ok(None) => {
tracing::info!(
tenant_id=%tid.tenant_id, shard_id=%tid.shard_slug(),
"Could not determine lag for secondary on node {dest_node_id}. Skipping reconcile."
);
continue;
// The tenant might have just been created and the lag is not yet available.
// Migrate it away is fine.
}
Err(err) => {
tracing::warn!(