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 70c139776271 #119713

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

dt
Copy link
Member

@dt dt commented Feb 27, 2024

Changes:

  • 70c13977 ci: use go1.22
  • 75925ef2 db: don't wait on compaction cond lock if db is closed
  • b6abd221 sstable: remove unused properties around prefix extraction
  • 86c76bf3 pebble: improve syntax for external ingestion test
  • aed0b132 manifest: store comparer in Version
  • 403ee525 base: verify all mandatory Comparer fields are set
  • 306ea71f base: improve Comparer documentation and usability
  • bde41ee3 wal: handle initial obsolete logs
  • 0b946194 *: delegate all log filename handling to the wal package
  • 4560105d tool: parse WAL files through wal.FileAccumulator in find
  • e3e1c8d2 wal: extract filename parsing to a FileAccumulator
  • f9c7a81a wal: convert UnhealthyOperationLatencyThreshold to a func()
  • f963d14f wal: disable a flaky failoverWriter test case
  • 4e60aed5 meta: rework external ingest generation
  • 9a56ccf9 sstable: fix compaction iterator bug with prefix replacement
  • c10f722d manifest: rename PrefixReplacement methods
  • b2494c58 metamorphic: special handling of assertion errors
  • 2b9ea0c7 sstable: remove global seq num property
  • 627cc080 manifest: unref Cache in test
  • 704018cc db: add DebugString method
  • 25374875 wal: implement failoverManager.{Obsolete,Stats} and log recycling
  • e05c22dc sstable: move PrefixReplacement to sstable
  • 8ff82132 rangekey: move iteration stack to rangekeystack

Fixes ##119197.

Release note: none.
Epic: none.

@dt dt requested review from itsbilal and RaduBerinde February 27, 2024 21:58
@dt dt requested a review from a team as a code owner February 27, 2024 21:58
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@dt dt force-pushed the david/pebble-master-70c139776271 branch from a741561 to 4ed70ca Compare February 27, 2024 23:12
@dt dt requested a review from a team as a code owner February 27, 2024 23:12
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

Release note: none.
Epic: none.
@dt dt force-pushed the david/pebble-master-70c139776271 branch from 4ed70ca to f21a73f Compare February 28, 2024 01:11
@dt dt requested a review from a team as a code owner February 28, 2024 01:11
@dt
Copy link
Member Author

dt commented Feb 28, 2024

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Feb 28, 2024

Build succeeded:

@craig craig bot merged commit 9781b4e into cockroachdb:master Feb 28, 2024
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants