-
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.
67936: backupccl: set a low GC TTL on the temporary system tables r=pbardea a=pbardea Cluster restore creates a temporary system table to hold system table data before transactionally writing it to the real system tables. This table is only persisted during the lifetime of the restore and is dropped at the end of the restore. It should be GC'd quickly since it's of no use after the restore finishes. Release note (bug fix): Ensure that auxilary tables used during cluster restore are GC'd quickly afterwards. 69018: log: replace a panic with an error in debug merge-logs r=ajwerner,knz,otan a=cameronnunez Related issue: [#68278](#68278) Release justification: bug fix Release note (bug fix): Users would receive a panic message when the log parser fails to extract log file formats. This has been replaced with a helpful error message. 69607: kvserver: Run one ScanInterleavedIntents per store concurrently r=dt a=itsbilal Currently, lock table migration related requests (Barrier, ScanInterleavedIntents, PushTxn, ResolveIntent), are only run with a concurrency of 4 regardless of the size of the cluster. This change increases that to 4 * numNodes, and adds a new mechanism to limit the ScanInterleavedIntents on the receiver side to 1 per store. This throttle is applied before latches are grabbed. Only ScanInterleavedIntents needs to be rate-limited as it's by far the heaviest component in the separated intents migrations. Release justification: Category 2, low-risk update to new functionality Release note: None. Co-authored-by: Paul Bardea <[email protected]> Co-authored-by: Cameron Nunez <[email protected]> Co-authored-by: Bilal Akhtar <[email protected]>
- Loading branch information
Showing
13 changed files
with
120 additions
and
25 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
3 changes: 3 additions & 0 deletions
3
...a/merge_logs_v1/missing_format/cockroach.test-0001.ubuntu.2018-11-30T22_06_47Z.004130.log
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
I210801 21:05:59.364923 1 util/log/sync_buffer.go:70 [config] binary: CockroachDB CCL v20.1.17 (x86_64-apple-darwin14, built 2021/05/17 16:30:22, | ||
I210801 21:05:59.364923 1 util/log/sync_buffer.go:70 [config] arguments: [./cockroach start] | ||
I210801 21:05:59.364923 1 util/log/sync_buffer.go:70 line format: [IWEF]yymmdd hh:mm:ss.uuuuuu goid file:line msg utf8=✓ |
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