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
While working on #1772, I came across this graph for Cloud Spanner which indicates lots of already_exists errors for Commit requests and failed_precondition errors for Rollback requests in our CI environment. Presumably this is normal, since the deployment appears to be operating successfully, but I was wondering whether we could do anything to reduce the number of failed_precondition errors since this seems like something we'd otherwise want to alert on?
I'm guessing the rollback errors were because we were calling Rollback after Commit when receiving already_exists, which isn't allowed? Thanks for looking into that.
No description provided.
The text was updated successfully, but these errors were encountered: