forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release-23.1: go.mod: bump Pebble to c0a2ede2b215d5512c4e39a824b6534f…
…598cb059 c0a2ede2 db: improve delete pacing (cockroachdb/pebble#2696) Informs cockroachdb#2662. Release justification: fixes very high goroutine count on heavy write workloads with fast disks. Release note (bug fix): On heavy write workloads with fast disks, the deletion of obsolete LSM files could fall behind, causing high goroutine count. Pacing of obsolete file deletion now adapts based on recent deletion rate to avoid falling behind.
- Loading branch information
1 parent
525a9b7
commit 0fc2f21
Showing
4 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -1555,10 +1555,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "23ac3a157dfad798e30278ebeb36178490b75660a0696067ecfdc4a0c240252a", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230622153957-b71662e4900e", | ||
sha256 = "e1559cd36f6a903470b8547242c04f54a5188b6e2f67e7e618c7bb6308ea7865", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230630143906-c0a2ede2b215", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230622153957-b71662e4900e.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230630143906-c0a2ede2b215.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