Fix slice selection logic in emergency checkpointing, so that a slice with a complete local checkpoint (if it exists) is always chosen as the secondary slice. Additionally, ensure that the `ArrayHandler` used to save persistent checkpoints is configured with the correct `primary_host`. #1221
Fix slice selection logic in emergency checkpointing, so that a slice with a complete local checkpoint (if it exists) is always chosen as the secondary slice. Additionally, ensure that the ArrayHandler used to save persistent checkpoints is configured with the correct primary_host.
Fix slice selection logic in emergency checkpointing, so that a slice with a complete local checkpoint (if it exists) is always chosen as the secondary slice. Additionally, ensure that the
ArrayHandler
used to save persistent checkpoints is configured with the correctprimary_host
.