Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
127583: sql: include MaxTimestampAge info for TableReader in DistSQL diagrams r=yuzefovich a=yuzefovich This commit includes `MaxTimestampAge` field of the `TableReaderSpec` into the DistSQL diagram. This feature is used by the table stats collection to utilize the inconsistent scan, and it'll be easier to confirm that it's actually used under the hood. Informs: #72719. Epic: None Release note: None 127672: logictest: retry relocate stmt in a couple of places r=yuzefovich a=yuzefovich The capabilities are propagated asynchronously, so previously we could try to relocate ranges in the secondary tenant before the necessary capability was picked up. This was recently changed in 5f2a4f8. Fixes: #127659. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information