-
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.
84925: vendor: bump Pebble to 89b7bc729bd1 r=nicktrav a=jbowens ``` 89b7bc72 db: lazily construct combined iterator 4adbba57 internal/base: add SeekLTFlags 97fbe8e2 internal/base: replace trySeekUsingNext with SeekGEFlags 63d55279 lint: use `go run path@version` syntax for lint binaries ``` Release note: None 84932: distsql: reserve 10KiB memory on admission of remote flow r=yuzefovich a=yuzefovich This commit makes it so that we reserve 10KiB of memory when scheduling each remote DistSQL flow. The idea is that a read-only remote flow (since we don't distribute writes) will need to account for some memory anyway, so we might as well make a small reservation upfront. This would serve as a form of admission control "based" on the RAM usage. Informs: #34229. Release note: None 84944: dev: v45 r=irfansharif a=sjbarag ./dev's version wasn't properly incremented in PR 84766 [1] due to a last-minute rebase, in which someone else increased the version as well. Bump dev's version to force a rebuild. [1] #84766 Release note: None Co-authored-by: Jackson Owens <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Sean Barag <[email protected]>
- Loading branch information
Showing
9 changed files
with
59 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1431,10 +1431,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "ba44b4818846bee833b98b11e22efa4c04efed9533ba16e8e7013a52a5cbc1ab", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220718171027-6b9be031039a", | ||
sha256 = "a608aea7391e1369292d67d97ed4f9cbc19deb5f402c815982de420e1ef6170f", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220722194627-89b7bc729bd1", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220718171027-6b9be031039a.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220722194627-89b7bc729bd1.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -4025,10 +4025,10 @@ def go_deps(): | |
name = "com_github_hashicorp_go_version", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/hashicorp/go-version", | ||
sha256 = "a3231adb6bf029750970de2955e82e41e4c062b94eb73683e9111aa0c0841008", | ||
strip_prefix = "github.com/hashicorp/go-version@v1.2.0", | ||
sha256 = "bf1d96bda50abf5e2d111bf99d220d978314907d815fd58f4bd4770dc7959b9e", | ||
strip_prefix = "github.com/hashicorp/go-version@v1.6.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/hashicorp/go-version/com_github_hashicorp_go_version-v1.2.0.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/hashicorp/go-version/com_github_hashicorp_go_version-v1.6.0.zip", | ||
], | ||
) | ||
go_repository( | ||
|
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
Submodule vendor
updated
24 files