fluree / ledger

Fluree ledger server source
GNU Affero General Public License v3.0
77 stars 8 forks source link

Update raft commit to enable automatic raft log repair #209

Closed bplatz closed 1 year ago

bplatz commented 1 year ago

This feature updates the fluree/raft dependency to include the new raft log repair capability.

If an unexpected shutdown occurs and truncates a raft log entry while writing it to the log, the updated fluree/raft will detect the corrupt file and in most cases automatically fix it. This significantly reduces the acrobatics that were required to address this issue previously, and in a safer way.