mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 06:52:55 +00:00
fix(storcon): allow migration if lag is not available
Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user