You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openraft/src/docs/faq/faq-toc.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,10 @@
10
10
*[How to initialize a cluster?](#how-to-initialize-a-cluster)
11
11
*[Are there any issues with running a single node service?](#are-there-any-issues-with-running-a-single-node-service)
12
12
*[How do I store additional information about nodes in Openraft?](#how-do-i-store-additional-information-about-nodes-in-openraft)
13
-
*[How to remove node-2 safely from a cluster `{1, 2, 3}`?](#how-to-remove-node-2-safely-from-a-cluster-1-2-3)
14
13
*[What actions are required when a node restarts?](#what-actions-are-required-when-a-node-restarts)
15
14
*[What will happen when data gets lost?](#what-will-happen-when-data-gets-lost)
16
15
*[Can I wipe out the data of ONE node and wait for the leader to replicate all data to it again?](#can-i-wipe-out-the-data-of-one-node-and-wait-for-the-leader-to-replicate-all-data-to-it-again)
17
-
*[Is Openraft resilient to incorrectly configured clusters?](#is-openraft-resilient-to-incorrectly-configured-clusters)
16
+
*[Is Openraft resilient to incorrectly configured clusters?](#is-openraft-resilient-to-incorrectly-configured-clusters)
17
+
-[Membership config](#membership-config)
18
+
*[How to remove node-2 safely from a cluster `{1, 2, 3}`?](#how-to-remove-node-2-safely-from-a-cluster-1-2-3)
19
+
*[Does OpenRaft support calling `change_membership` in parallel?](#does-openraft-support-calling-change_membership-in-parallel)
0 commit comments