make a comment clearer

This commit is contained in:
John Spray
2024-05-15 18:13:37 +01:00
parent f901cd459b
commit b968ae0aa8

View File

@@ -244,7 +244,9 @@ impl TenantsMap {
}
}
// Fall through: we didn't find an acceptable shard
// Fall through: we didn't find a slot that was in Attached state & matched our selector. If
// we found one or more InProgress slot, indicate to caller that they should retry later. Otherwise
// this requested shard simply isn't found.
if let Some(barrier) = any_in_progress {
ShardResolveResult::InProgress(barrier)
} else {