-
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.
119713: go.mod: bump Pebble to 70c139776271 r=dt a=dt Changes: * [`70c13977`](cockroachdb/pebble@70c13977) ci: use go1.22 * [`75925ef2`](cockroachdb/pebble@75925ef2) db: don't wait on compaction cond lock if db is closed * [`b6abd221`](cockroachdb/pebble@b6abd221) sstable: remove unused properties around prefix extraction * [`86c76bf3`](cockroachdb/pebble@86c76bf3) pebble: improve syntax for external ingestion test * [`aed0b132`](cockroachdb/pebble@aed0b132) manifest: store comparer in Version * [`403ee525`](cockroachdb/pebble@403ee525) base: verify all mandatory Comparer fields are set * [`306ea71f`](cockroachdb/pebble@306ea71f) base: improve Comparer documentation and usability * [`bde41ee3`](cockroachdb/pebble@bde41ee3) wal: handle initial obsolete logs * [`0b946194`](cockroachdb/pebble@0b946194) *: delegate all log filename handling to the wal package * [`4560105d`](cockroachdb/pebble@4560105d) tool: parse WAL files through wal.FileAccumulator in find * [`e3e1c8d2`](cockroachdb/pebble@e3e1c8d2) wal: extract filename parsing to a FileAccumulator * [`f9c7a81a`](cockroachdb/pebble@f9c7a81a) wal: convert UnhealthyOperationLatencyThreshold to a func() * [`f963d14f`](cockroachdb/pebble@f963d14f) wal: disable a flaky failoverWriter test case * [`4e60aed5`](cockroachdb/pebble@4e60aed5) meta: rework external ingest generation * [`9a56ccf9`](cockroachdb/pebble@9a56ccf9) sstable: fix compaction iterator bug with prefix replacement * [`c10f722d`](cockroachdb/pebble@c10f722d) manifest: rename PrefixReplacement methods * [`b2494c58`](cockroachdb/pebble@b2494c58) metamorphic: special handling of assertion errors * [`2b9ea0c7`](cockroachdb/pebble@2b9ea0c7) sstable: remove global seq num property * [`627cc080`](cockroachdb/pebble@627cc080) manifest: unref Cache in test * [`704018cc`](cockroachdb/pebble@704018cc) db: add DebugString method * [`25374875`](cockroachdb/pebble@25374875) wal: implement failoverManager.{Obsolete,Stats} and log recycling * [`e05c22dc`](cockroachdb/pebble@e05c22dc) sstable: move PrefixReplacement to sstable * [`8ff82132`](cockroachdb/pebble@8ff82132) rangekey: move iteration stack to rangekeystack Fixes ##119197. Release note: none. Epic: none. Co-authored-by: David Taylor <[email protected]>
- Loading branch information
Showing
9 changed files
with
14 additions
and
14 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 |
---|---|---|
|
@@ -1673,10 +1673,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "f128eef5c59e74f75c56a78197f52698c33087d433653d96d395b446f09ba814", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240221125134-ccb837bc0c93", | ||
sha256 = "e2b709dc7186bb511f654140799735f8fd58877c4224002a1e1316438ff07171", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240227210219-70c139776271", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240221125134-ccb837bc0c93.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240227210219-70c139776271.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
echo | ||
---- | ||
db0.AddSSTable(ctx, tk(1), tk(4), ... /* @s1 */) // 1144 bytes (as writes) | ||
db0.AddSSTable(ctx, tk(1), tk(4), ... /* @s1 */) // 1036 bytes (as writes) | ||
// ^-- tk(1) -> sv(s1): /Table/100/"0000000000000001"/<ts> -> /BYTES/v1 | ||
// ^-- tk(2) -> sv(s1): /Table/100/"0000000000000002"/<ts> -> /<empty> | ||
// ^-- [tk(3), tk(4)) -> sv(s1): /Table/100/"000000000000000{3"-4"} -> /<empty> |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
echo | ||
---- | ||
···db0.AddSSTable(ctx, tk(1), tk(4), ... /* @s1 */) // 1144 bytes (as writes) | ||
···db0.AddSSTable(ctx, tk(1), tk(4), ... /* @s1 */) // 1036 bytes (as writes) | ||
···// ^-- tk(1) -> sv(s1): /Table/100/"0000000000000001"/0.000000001,0 -> /BYTES/v1 | ||
···// ^-- tk(2) -> sv(s1): /Table/100/"0000000000000002"/0.000000001,0 -> /<empty> | ||
···// ^-- [tk(3), tk(4)) -> sv(s1): /Table/100/"000000000000000{3"-4"} -> /<empty> |
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