This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new a99e709fe RATIS-2052. Add docs for triggering snapshot when removing
raftGroup parameter. (#1061)
a99e709fe is described below
commit a99e709fee3b922338936c6173e307ef221ef165
Author: Potato <[email protected]>
AuthorDate: Sat Mar 30 02:16:24 2024 +0800
RATIS-2052. Add docs for triggering snapshot when removing raftGroup
parameter. (#1061)
---
ratis-docs/src/site/markdown/configurations.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ratis-docs/src/site/markdown/configurations.md
b/ratis-docs/src/site/markdown/configurations.md
index 7c8fb001f..95505fd54 100644
--- a/ratis-docs/src/site/markdown/configurations.md
+++ b/ratis-docs/src/site/markdown/configurations.md
@@ -494,6 +494,11 @@ further wait for 5sec for max times ((5sec*980)/2 times ~=
40min)
| **Type** | boolean |
| **Default** | true |
+| **Property** | `raft.server.snapshot.trigger-when-remove.enabled` |
+|:----------------|:--------------------------------------------------------|
+| **Description** | whether to trigger snapshot when raft server is removed |
+| **Type** | boolean |
+| **Default** | true |
| **Property** | `raft.server.snapshot.creation.gap` |
|:----------------|:-----------------------------------------------------|