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
154197: log: remove global log functions r=kyle-a-wong a=kyle-a-wong
Removes global functions from the log package. These functions were wrappers around log.Dev.<func> and were previously deprecated.
Also replaces and remaining uses with log.Dev.<func>
Epic: CRDB-53410
Resolves: CRDB-53943
Release note: None
154494: sql: allow transaction diagnostics to work with non-fingerprinted sta… r=kyle-a-wong a=kyle-a-wong
…tements
Certain statements can be executed within a transaction, but are not recorded as part of the transaction fingerprint. In these cases, the transaction diagnostics recorded should record these statements and continue with with the diagnostics collection instead of resetting the instrumentation helper.
As part of this fix, the transaction diagnostics collector now has more states it could be in, including NotStarted, InProgress, ReadyToFinalize, and Aborted. These states make it easier to allow or dissalllow certain actions, such as continuing diagnostics, adding statement bundles, finalizing a diagnostics collection, and starting a diagnostics collection.
Epic: CRDB-53541
Release note: None
Co-authored-by: Kyle Wong <[email protected]>
0 commit comments