Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

v0.14.0

Compare
Choose a tag to compare
@MathieuBordere MathieuBordere released this 27 Jun 07:24
· 353 commits to master since this release
  • Support for automated recovery of corrupt segments upon startup. When detecting a corrupt segment, raft will rename the segment to corrupt-{timestamp}-{original-name} and attempt to start again, once. This behaviour can be disabled with raft_uv_set_auto_recovery.
  • Support for raft_uv_tcp_set_bind_address.
  • Deprecate raft_fixture_init, use raft_fixture_initialize combined with raft_fixture_grow.
  • Bugfixes.