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
case OpShardRecover:
ifs.state!=ShardStateErrored {
err:=fmt.Errorf("refused to recover shard in state other than errored; current state: %d", s.state)
res:=&ShardResult{Key: s.key, Error: err}
d.dispatchResult(res, tsk.waiter)
break
}
No description provided.
The text was updated successfully, but these errors were encountered: