lablup/raftify

Implement cluster bootstrap from existing logs and snapshot integration test

Ouverte

#167 ouverte le 15 oct. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (14 forks)auto 404
good first issueintegration-test

Métriques du dépôt

Stars
 (45 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur