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