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
The Mutate() method should return y.ErrAborted when the transaction is aborted for retry. Currently it is returning the gRPC status error which is difficult to catch by a caller. In comparison, Commit() is correctly returning y.ErrAborted when it happens.