lablup/raftify

Implement cluster bootstrap from existing logs and snapshot integration test

Aperta

#167 aperta il 15 ott 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Rust (14 fork)auto 404
good first issueintegration-test

Metriche repository

Star
 (45 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor