Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: axfor/MetaStore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.12
Choose a base ref
...
head repository: axfor/MetaStore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.13
Choose a head ref
  • 2 commits
  • 2,258 files changed
  • 1 contributor

Commits on Mar 13, 2026

  1. refactor: replace RocksDB with Pebble (pure Go) and fix lease restart…

    … bugs
    
    - Replace github.com/linxGnu/grocksdb (CGO) with github.com/cockroachdb/pebble (pure Go)
    - Rename all rocksdb references: packages, types, functions, configs, scripts, docs
    - Delete third_party/rocksdb/ (2.1GB C library) and all RocksDB-specific files
    - Fix lease GrantTime not persisted in protobuf RaftOperation (caused TTL reset on restart)
    - Fix getLease returning nil,nil causing panic on LeaseTimeToLive for expired leases
    - Add comprehensive lease restart tests covering single-node and 3-node cluster scenarios
    axfor committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    5268ec0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from axfor/x1

    refactor: replace RocksDB with Pebble (pure Go) and fix lease restart…
    axfor authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    d5c2b64 View commit details
    Browse the repository at this point in the history
Loading