-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
67106: importccl: write stub table statistics during import r=rytaft,dt a=michae2 Addresses: #36273 At the end of an import job we notify the StatsRefresher that it should collect statistics for the tables we imported into, but it can take a while for those statistics to actually be collected. Meanwhile, if the table is new, the optimizer will be operating totally blind. To make this period slightly less painful, write stub statistics at the end of import consisting of only row counts. Release note (performance improvement): collect basic table statistics during import, to help the optimizer until full statistics collection completes. 70280: roachtest: harden the sqlsmith test r=yuzefovich a=yuzefovich Previously, we had some false positives from the `sqlsmith` roachtest filed because of "inbox communication errors" which were actually triggered because of the vectorized panic injection. These errors usually mean that a node died, so we used the errors as a proxy for the crash. This commit adjusts the test to instead ping all nodes in the cluster to see whether they are up or not and not rely on the communication errors. This allows us to ignore the false positives because of the panic injection. Fixes: #66174. Release note: None 70281: sql: fix JSON deserialization for sql stats lastExecAt field r=maryliag,xinhaoz a=Azhng Previsouly, lastExecAt field for roachpb.CollectedStatementStatistics was not properly updated. This caused the status API to return empty data for that field. This commit fixes the deserialization and extended the randomize testing framework to also test time.Time type. Partially Resolves #69675 Release Justification: Bug fixes and low-risk updates to new functionality Release note (bug fix): Last Execution Timestamp is now properly updating. 70293: roachtest: unskip `rapid-restart` r=bananabrick a=cameronnunez Informs [#63795]( #63795). The rapid restart roachtest is getting unskipped in order to investigate CI failures. Release note: None Co-authored-by: Michael Erickson <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Azhng <[email protected]> Co-authored-by: Cameron Nunez <[email protected]>
- Loading branch information
Showing
13 changed files
with
179 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.