Skip to content

Security update: Memtable hardening

Latest

Choose a tag to compare

@jeremytregunna jeremytregunna released this 11 Jul 03:03
v1.4.2
45059fa

This releases addresses a few concerns in the memtable:

  • Inconsistent lock-free reads on mutable memtables
  • Now copies key and values at time of putting data into a memtable instead of requiring the call site to do it
  • Memtable Iterator now supports reading at a specific sequence number
  • Fixes atomic/non-atomic mixing in sequence numbers of memtables

This is a maintenance release, it's recommended people upgrade.