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
107596: kvcoord: disable fatal assertion on transaction commit sanity check r=AlexTalks a=AlexTalks
As cockroachdb#103817 is now a known issue for which a root cause has been identified, the sanity check assertion in place here is disabled, with errors occuring due to the known bug properly linking to the issue ticket. While the transaction coordinator still performs sanity checks to ensure that operations cannot continue on an already-committed transaction, it will no longer log the error with severity `FATAL`, resulting in node crash, and will instead simply return the error.
Part of: cockroachdb#103817
Release note: None
Co-authored-by: Alex Sarkesian <[email protected]>
0 commit comments