lablup/raftify

Implement cluster bootstrap from existing logs and snapshot integration test

Aberta

#167 aberto em 15 de out. de 2024

 (0 comentário) (0 reação) (0 responsável)Rust (14 forks)auto 404
good first issueintegration-test

Métricas do repositório

Stars
 (45 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador