You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "what `reassignment_generation` was when this recovery started",
6545
+
"allOf": [
6546
+
{
6547
+
"$ref": "#/components/schemas/Generation"
6548
+
}
6549
+
]
6550
+
}
6551
+
},
6552
+
"required": [
6553
+
"generation"
6554
+
]
6555
+
},
6530
6556
"PendingSagaInfo": {
6531
6557
"description": "Describes a pending saga (for debugging why quiesce is stuck)",
6532
6558
"type": "object",
@@ -8301,6 +8327,15 @@
8301
8327
}
8302
8328
]
8303
8329
},
8330
+
"recovery_pending": {
8331
+
"nullable": true,
8332
+
"description": "If a recovery pass is ongoing, a snapshot of reassignment state when it started (which reflects what we'll be caught up to when it finishes)",
8333
+
"allOf": [
8334
+
{
8335
+
"$ref": "#/components/schemas/PendingRecovery"
8336
+
}
8337
+
]
8338
+
},
8304
8339
"sagas_pending": {
8305
8340
"title": "IdOrdMap",
8306
8341
"description": "list of sagas we need to wait to complete before quiescing\n\nThese are basically running sagas. They may have been created in this Nexus process lifetime or created in another process and then recovered in this one.",
0 commit comments