-
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.
Browse files
Browse the repository at this point in the history
127584: changefeedccl: unify the age filter of "SHOW JOBS" and "SHOW CHANGEFEED JOBS" r=asg0451 a=XiaochenCui Previously, "SHOW CHANGEFEED JOBS" return jobs from the last 14 days whereas "SHOW JOBS" return jobs from the last 12 hours. This commit addresses this issue by: - Use the same "age filter" for these two commands. - Add a new knob "StubTimeNow" for job updater. Fixes: #124882 Release note (sql change): Unify the age filter of commands "SHOW JOBS" and "SHOW CHANGEFEED JOBS". 130963: roachtest, teamcity: publish runner logs to same directory r=srosenberg,herkolategan a=DarrylWong Previously we would publish the runner logs to the top level directory, causing it to be hard to find. This change publishes them to their own directory. Fixes: #125298 Epic: none Release note: none 130981: opt: fix HoistJoinSubquery r=mgartner a=mgartner This commit fixes a bug in `HoistJoinSubquery` that would cause it to generate a Project expression that produced columns from the RHS of the hoisted semi- or anti-join. This bug has existed since the rule was introduced. I believe it was not discovered because this rule only fires in very rare circumstances for semi- and anti-joins. Fixes #130398 Release note (bug fix): A bug has been fixed that could cause a very rare internal error "lists in SetPrivate are not all the same length" when executing queries. 131012: sql/catalog/lease: collect stats in TestDescriptorRefreshOnRetry r=fqazi a=spilchen A flake was observed in TestDescriptorRefreshOnRetry where a lease wasn't relinquished in time. The cause is unclear, so this change adds stack trace collection when acquiring the lease for the table under test. Epic: None Closes: #130520 Release note: None Co-authored-by: XiaochenCui <[email protected]> Co-authored-by: DarrylWong <[email protected]> Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: Matt Spilchen <[email protected]>
- Loading branch information
Showing
11 changed files
with
288 additions
and
8 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.