Skip to content

Commit db2b2f3

Browse files
author
river.yu
committed
[docs] add an explanation for setting the configuration of kv.snapshot.interval to 0s
1 parent 5542274 commit db2b2f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/maintenance/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ during the Fluss cluster working.
132132

133133
| Option | Type | Default | Description |
134134
|---------------------------------------------------|------------|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
135-
| kv.snapshot.interval | Duration | 10min | The interval to perform periodic snapshot for kv data. The default setting is 10 minutes. |
135+
| kv.snapshot.interval | Duration | 10min | The interval to perform periodic snapshot for kv data. The default setting is 10 minutes. If the value is set to 0s, it means not to do kv snapshot. |
136136
| kv.snapshot.scheduler-thread-num | Integer | 1 | The number of threads that the server uses to schedule snapshot kv data for all the replicas in the server. |
137137
| kv.snapshot.transfer-thread-num | Integer | 4 | The number of threads the server uses to transfer (download and upload) kv snapshot files. |
138138
| kv.snapshot.num-retained | Integer | 1 | The maximum number of completed snapshots to retain. |

website/docs/maintenance/tiered-storage/remote-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Below is the list for all configurations to control the snapshot behavior in clu
5454

5555
| Configuration | type | Default | Description |
5656
|----------------------------------|----------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
57-
| kv.snapshot.interval | Duration | 10min | The interval to perform periodic snapshot for kv data. |
57+
| kv.snapshot.interval | Duration | 10min | The interval to perform periodic snapshot for kv data. If the value is set to 0s, it means not to do kv snapshot. |
5858
| kv.snapshot.scheduler-thread-num | Integer | 1 | The number of threads that the server uses to schedule snapshot kv data for all the replicas in the server. |
5959
| kv.snapshot.transfer-thread-num | Integer | 4 | The number of threads the server uses to transfer (download and upload) kv snapshot files. |
6060
| kv.snapshot.num-retained | Integer | 1 | The maximum number of completed snapshots to retain. It's recommended to set it to a larger value to avoid the case that server delete the snapshot while the client is still reading the snapshot. |

0 commit comments

Comments
 (0)