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
83667: kvserver: the timeout of queued items should consider the rates of al… r=shralex a=shralex …l item types in the queue When the kv.snapshot_recovery.max_rate and kv.snapshot_rebalance.max_rate settings are given different values, if the recovery rate is high and the rebalance rate is low, recovery snapshots can have a lower timeout than the expected duration of a single rebalance snapshot. This means that any steady rebalance load can starve recovery snapshots. To mitigate the issue, this PR sets the timeout for a snapshot based on min(kv.snapshot_recovery.max_rate, kv.snapshot_rebalance.max_rate). Release note: None 84856: ui: set up eslint-plugin-crdb for db-console r=maryliag a=sjbarag When the custom eslint-plugin-crdb was added to this repo [1], it was accidentally only configured in the cluster-ui subproject. Add eslint-plugin-crdb to the db-console subproject, fixing a lint failure in the process. [1] ba68179 (ui: use esbuild-loader in webpack configs, 2022-05-26) Release note: None Co-authored-by: shralex <[email protected]> Co-authored-by: Sean Barag <[email protected]>
- Loading branch information
Showing
10 changed files
with
71 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1379,6 +1379,10 @@ | |
"@typescript-eslint/parser" "^2.34.0" | ||
eslint-config-prettier "^6.11.0" | ||
|
||
"@cockroachlabs/eslint-plugin-crdb@link:../eslint-plugin-crdb": | ||
version "0.0.0" | ||
uid "" | ||
|
||
"@cockroachlabs/[email protected]": | ||
version "0.5.2" | ||
resolved "https://registry.yarnpkg.com/@cockroachlabs/icons/-/icons-0.5.2.tgz#ddf87eba8e173f7ee6c787e178f460a0a1872b80" | ||
|