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

vendor: bump pebble to 89adc50375ffd11c8e62f46f1a5c320012cffafe #44721

Merged
merged 1 commit into from
Feb 5, 2020

Commits on Feb 4, 2020

  1. vendor: bump pebble to 89adc50375ffd11c8e62f46f1a5c320012cffafe

    * db: additional tweak to the sstable boundary generation
    * db: add memTable.logSeqNum
    * db: force flushing of overlapping queued memtables during ingestion
    * tool: lsm visualization tool
    * db: consistently handle key decoding failure
    * cmd/pebble: fix lint for maxOpsPerSec's type inference
    * tool: add "find" command
    * cmd/pebble: fix --rate flag
    * internal/metamorphic: use the strict MemFS and add an operation to reset the DB
    * db: make DB.Close() wait for any ongoing deletion of obsolete files
    * sstable: encode varints directly into buf in blockWriter.store
    * sstable: micro-optimize Writer.addPoint()
    * sstable: minor cleanup of Writer/blockWriter
    * sstable: micro-optimize blockWriter.store
    
    Release note: None
    petermattis committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    848b651 View commit details
    Browse the repository at this point in the history