Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: bump Pebble to 8b6d64f23a33 #132766

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

itsbilal
Copy link
Member

@itsbilal itsbilal commented Oct 16, 2024

First two commits are from #132552. Will rebase away when that merges.

Changes:

  • 8b6d64f2 db: drop hints that produce too many virtual sstables
  • 9522f394 go.mod: bump crlib
  • 8989e4e6 colblk: don't use InitWithDefault for block lengths
  • 88babd74 colblk: improve Uint encoding for very few rows
  • fbbf7403 sstable: fix unaligned slice panic
  • 9d8e2884 internal/crdbtest: use the key seeker pool
  • 482762d6 colblk: fix UintBuilder inconsistent size bug
  • 2c80e44d colblk: add test demonstrating Size bug
  • 248af3ef sstable: new layout format
  • a09523b0 cmd/pebble: enable columnar blocks in ycsb benchmarks

Release note: none.
Epic: none.

Fixes #132526
Fixes #132524
Fixes #132517.
Fixes #132297.
Fixes #132297.
Fixes #132287.
Fixes #132527.
Fixes #132734.
Fixes #132035.
Fixes #132288.
Fixes #132286.
Fixes #132285.
Fixes #132284.
Fixes #132283.
Fixes #132521.

@itsbilal itsbilal requested review from a team and sumeerbhola October 16, 2024 16:58
@itsbilal itsbilal requested a review from a team as a code owner October 16, 2024 16:58
@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Oct 16, 2024

CLA assistant check
All committers have signed the CLA.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

Changes:

 * [`8b6d64f2`](cockroachdb/pebble@8b6d64f2) db: drop hints that produce too many virtual sstables
 * [`9522f394`](cockroachdb/pebble@9522f394) go.mod: bump crlib
 * [`8989e4e6`](cockroachdb/pebble@8989e4e6) colblk: don't use InitWithDefault for block lengths
 * [`88babd74`](cockroachdb/pebble@88babd74) colblk: improve Uint encoding for very few rows
 * [`fbbf7403`](cockroachdb/pebble@fbbf7403) sstable: fix unaligned slice panic
 * [`9d8e2884`](cockroachdb/pebble@9d8e2884) internal/crdbtest: use the key seeker pool
 * [`482762d6`](cockroachdb/pebble@482762d6) colblk: fix UintBuilder inconsistent size bug
 * [`2c80e44d`](cockroachdb/pebble@2c80e44d) colblk: add test demonstrating Size bug
 * [`248af3ef`](cockroachdb/pebble@248af3ef) sstable: new layout format
 * [`a09523b0`](cockroachdb/pebble@a09523b0) cmd/pebble: enable columnar blocks in ycsb benchmarks

Release note: none.
Epic: none.
@itsbilal itsbilal force-pushed the bilal/pebble-master-8b6d64f23a33 branch from 35b167d to 5f70968 Compare October 16, 2024 17:13
@itsbilal
Copy link
Member Author

TFTR!

bors r=RaduBerinde

@craig craig bot merged commit 8cd457d into cockroachdb:master Oct 16, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment