From 8780b8fc18292992799ebbcf2e1837717dc3f490 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 2 Jun 2026 17:04:43 +0000 Subject: [PATCH] =?UTF-8?q?Add=20=F0=9F=A5=9A=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- raft/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/raft/README.md b/raft/README.md index b33285d1f..a3ed0cf57 100644 --- a/raft/README.md +++ b/raft/README.md @@ -196,3 +196,5 @@ To ensure there is no attempt to commit two membership changes at once by matchi This approach introduces a problem when removing a member from a two-member cluster: If one of the members dies before the other one receives the commit of the confchange entry, then the member cannot be removed any more since the cluster cannot make progress. For this reason it is highly recommended to use three or more nodes in every cluster. Hello World 2 + +🥚 \ No newline at end of file