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
107081: sql: add `StmtPosInTxn` to CommonSQLExecDetails r=xinhaoz a=xinhaoz
This commit adds the `StmtPosInTxn` field to the `CommonSQLExecDetails` event. `StmtPosInTxn` represents the stmt's index in the transaction, starting at 1.
Epic: none
Release note (sql change): In `CommonSQLExecDetails`, which is emitted as part of the sql audit logs, sql exec logs and telemetry events, there is a new field:
- `StmtPosInTxn`: represents the stmt's index in the transaction, starting at 1.
107437: testserver: reduce wait for nodelocal capability r=knz a=stevendanna
This adds the ability to restart the rangefeedcache used by the tenant capability watcher and then issues such a restart before waiting for the nodelocal capability.
The initial scan the restart forces typically takes less time than waiting out the closed timestamp.
Epic: CRDB-18499
Release note: None
Co-authored-by: Xin Hao Zhang <[email protected]>
Co-authored-by: Steven Danna <[email protected]>
0 commit comments