lablup/raftify

Implement cluster bootstrap from existing logs and snapshot integration test

Open

#167 opened on Oct 15, 2024

 (0 comments) (0 reactions) (0 assignees)Rust (14 forks)auto 404
good first issueintegration-test

Repository metrics

Stars
 (45 stars)
PR merge metrics
 (PR metrics pending)

Description

Now that the storage constructor can be called from outside the bootstrap, it becomes easier to write test code that bootstraps the cluster from existing logs.

Specifically, the following features should be tested:

  • Bootstrap from existing logs
  • Bootstrap from existing snapshot

Contributor guide