fix(tiering): bind recovery to transaction metadata

This commit is contained in:
马登山
2026-07-29 10:14:56 +08:00
parent 95c1022c80
commit fc254f6318
9 changed files with 355 additions and 2 deletions
@@ -700,7 +700,7 @@ async fn recover_unknown_upload_outcome(
.map_err(Error::other)?;
match lease
.probe_transition_candidate(&transaction.remote_object)
.probe_transition_candidate_for(&transaction.remote_object, transaction.transaction_id)
.await
.map_err(Error::other)?
{