Skip to content

0.4.2

Latest

Choose a tag to compare

@glorv glorv released this 26 Apr 08:39
084c5ca

What's Changed

Behavior Changes

  • When log rewrite encounters IO failures, Raft Engine will return an error to the caller instead of panic directly. (#343)
  • Raft Engine will now triggers IO sync operation when rewritten bytes exceeded a threshold(512KiB by default), this can help avoiding too big sync impact the foreground write latency. (#347)

New Contributors

Full Changelog: 0.4.1...0.4.2