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",
6620
+
"allOf": [
6621
+
{
6622
+
"$ref": "#/components/schemas/Generation"
6623
+
}
6624
+
]
6625
+
}
6626
+
},
6627
+
"required": [
6628
+
"generation"
6629
+
]
6630
+
},
6605
6631
"PendingSagaInfo": {
6606
6632
"description": "Describes a pending saga (for debugging why quiesce is stuck)",
6607
6633
"type": "object",
@@ -8391,6 +8417,15 @@
8391
8417
}
8392
8418
]
8393
8419
},
8420
+
"recovery_pending": {
8421
+
"nullable": true,
8422
+
"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)",
8423
+
"allOf": [
8424
+
{
8425
+
"$ref": "#/components/schemas/PendingRecovery"
8426
+
}
8427
+
]
8428
+
},
8394
8429
"sagas_pending": {
8395
8430
"title": "IdOrdMap",
8396
8431
"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