This is an automated email from the ASF dual-hosted git repository.

maplefu pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 027127be Clarification in kvrocks.conf that disable_wal will break 
replication (#2029)
027127be is described below

commit 027127becfb1266f030c397ec9a3177e3fbe26fe
Author: pleaseshutup <[email protected]>
AuthorDate: Thu Jan 18 19:44:05 2024 -0800

    Clarification in kvrocks.conf that disable_wal will break replication 
(#2029)
    
    Co-authored-by: mwish <[email protected]>
---
 kvrocks.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kvrocks.conf b/kvrocks.conf
index 7d099073..2ea4f519 100644
--- a/kvrocks.conf
+++ b/kvrocks.conf
@@ -835,6 +835,7 @@ rocksdb.write_options.sync no
 
 # If yes, writes will not first go to the write ahead log,
 # and the write may get lost after a crash.
+# You must keep wal enabled if you use replication.
 #
 # Default: no
 rocksdb.write_options.disable_wal no

Reply via email to