lablup/raftify

Implement cluster bootstrap from existing logs and snapshot integration test

Offen

#167 geöffnet am 15.10.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (14 Forks)auto 404
good first issueintegration-test

Repository-Metriken

Stars
 (45 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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