lablup/raftify

Implement cluster bootstrap from existing logs and snapshot integration test

オープン

#167 opened on 2024/10/15

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (14 件のフォーク)auto 404
good first issueintegration-test

Repository metrics

Stars
 (45 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド