-
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.
c2dc3de2 *: don't close pointIter twice if bypassing merging iter b38417b0 db: wait for table cache releasing goroutines to exit c751cef4 *: optimize external iters for single-file, no-rangekey cases e729e744 metamorphic: test Clone with Options Release note: None. Release justification: bug fixes and low-risk updates to new functionality.
- Loading branch information
Showing
5 changed files
with
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1421,10 +1421,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "4dc4a2931b55e1b4431aa9d10736dc1f4f9058af248235654833efd67c3d18c6", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220823190348-4cc0974fdade", | ||
sha256 = "b024c32024f91e1b10ed56448ae313e0458562116dac1aa6ef4efc080964431d", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220829152249-c2dc3de22e91", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220823190348-4cc0974fdade.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220829152249-c2dc3de22e91.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
Submodule vendor
updated
4 files
+95 −62 | github.com/cockroachdb/pebble/external_iterator.go | |
+11 −1 | github.com/cockroachdb/pebble/iterator.go | |
+11 −4 | github.com/cockroachdb/pebble/table_cache.go | |
+1 −1 | modules.txt |