From 68067c2c10efb417cbd44c82123d7f717e58687b Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 10 Apr 2024 14:07:21 +0800 Subject: [PATCH 1/5] Add temp.md --- temp.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 temp.md diff --git a/temp.md b/temp.md new file mode 100644 index 0000000000000..af27ff4986a7b --- /dev/null +++ b/temp.md @@ -0,0 +1 @@ +This is a test file. \ No newline at end of file From 89ff786fd8af36659b3f2a9a69e7dbba7f6cd94b Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 10 Apr 2024 14:07:26 +0800 Subject: [PATCH 2/5] Delete temp.md --- temp.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 temp.md diff --git a/temp.md b/temp.md deleted file mode 100644 index af27ff4986a7b..0000000000000 --- a/temp.md +++ /dev/null @@ -1 +0,0 @@ -This is a test file. \ No newline at end of file From 426636717a76ee7965191489346c190dbe97072d Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 10 Apr 2024 14:19:50 +0800 Subject: [PATCH 3/5] Update tikv-configuration-file.md --- tikv-configuration-file.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 7955ae4bc853e..9a70ce26276bb 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1324,6 +1324,14 @@ Configuration items related to RocksDB + Unit: KiB|MiB|GiB +### `track-and-verify-wals-in-manifest` New in v6.5.9 and v8.0.0 + ++ Controls whether to record information about Write Ahead Log (WAL) files in the RocksDB MANIFEST file and whether to verify the integrity of WAL files during startup. For more information, see RocksDB [Track WAL in MANIFEST](https://github.com/facebook/rocksdb/wiki/Track-WAL-in-MANIFEST)。 ++ Default value: `true` ++ Value options: + + `true`: records information about WAL files in the MANIFEST file and verifies the integrity of WAL files during startup. + + `false`: does not record information about WAL files in the MANIFEST file and does not verify the integrity of WAL files during startup. + ## rocksdb.titan Configuration items related to Titan. From c89e825dcd9363c4e578d1131ca89b25d85a2480 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 10 Apr 2024 17:50:53 +0800 Subject: [PATCH 4/5] Update tikv-configuration-file.md Co-authored-by: xixirangrang --- tikv-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 9a70ce26276bb..8d8e9a46e6f85 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1326,7 +1326,7 @@ Configuration items related to RocksDB ### `track-and-verify-wals-in-manifest` New in v6.5.9 and v8.0.0 -+ Controls whether to record information about Write Ahead Log (WAL) files in the RocksDB MANIFEST file and whether to verify the integrity of WAL files during startup. For more information, see RocksDB [Track WAL in MANIFEST](https://github.com/facebook/rocksdb/wiki/Track-WAL-in-MANIFEST)。 ++ Controls whether to record information about Write Ahead Log (WAL) files in the RocksDB MANIFEST file and whether to verify the integrity of WAL files during startup. For more information, see RocksDB [Track WAL in MANIFEST](https://github.com/facebook/rocksdb/wiki/Track-WAL-in-MANIFEST). + Default value: `true` + Value options: + `true`: records information about WAL files in the MANIFEST file and verifies the integrity of WAL files during startup. From 0e4de9c389f5d71f064b67e67c179d1dc21fb47f Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 6 Jun 2024 09:10:03 +0800 Subject: [PATCH 5/5] Update tikv-configuration-file.md --- tikv-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 8d8e9a46e6f85..d911019581c98 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1324,7 +1324,7 @@ Configuration items related to RocksDB + Unit: KiB|MiB|GiB -### `track-and-verify-wals-in-manifest` New in v6.5.9 and v8.0.0 +### `track-and-verify-wals-in-manifest` New in v6.5.9, v7.1.5, and v7.5.2 + Controls whether to record information about Write Ahead Log (WAL) files in the RocksDB MANIFEST file and whether to verify the integrity of WAL files during startup. For more information, see RocksDB [Track WAL in MANIFEST](https://github.com/facebook/rocksdb/wiki/Track-WAL-in-MANIFEST). + Default value: `true`