forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
35241: stats: delay automatic stats refresh to reflect latest changes r=rytaft a=rytaft Prior to this commit, it was possible for an `IMPORT` or `RESTORE` to trigger a stats refresh, but because the stats refresh was run with `AS OF SYSTEM TIME '-30s'`, it appeared as though the table was empty. This commit adds a 30 second delay before starting a refresh cycle, so all of the latest changes that triggered the refresh will be reflected. Release note: None 35256: rsg: add some errors to the ignored list r=jordanlewis a=jordanlewis Release note: None Co-authored-by: Rebecca Taft <[email protected]> Co-authored-by: Jordan Lewis <[email protected]>
- Loading branch information
Showing
3 changed files
with
69 additions
and
48 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