@@ -1974,6 +1974,25 @@ Different configuration parameters take effect in the following three ways:
19741974| Default | 10s |
19751975| Effective | After restarting system |
19761976
1977+ * ratis\_ first\_ election\_ timeout\_ min\_ ms
1978+
1979+ | Name | ratis\_ first\_ election\_ timeout\_ min\_ ms |
1980+ | :------:| :----------------------------------------------------------------|
1981+ | Description | minimal first election timeout for RatisConsensus |
1982+ | Type | int64 |
1983+ | Default | 50 (ms) |
1984+ | Effective | After restarting system |
1985+
1986+ * ratis\_ first\_ election\_ timeout\_ max\_ ms
1987+
1988+ | Name | ratis\_ first\_ election\_ timeout\_ max\_ ms |
1989+ | :------:| :----------------------------------------------------------------|
1990+ | Description | maximal first election timeout for RatisConsensus |
1991+ | Type | int64 |
1992+ | Default | 150 (ms) |
1993+ | Effective | After restarting system |
1994+
1995+
19771996* config\_ node\_ ratis\_ preserve\_ logs\_ num\_ when\_ purge
19781997
19791998| Name | config\_ node\_ ratis\_ preserve\_ logs\_ num\_ when\_ purge |
@@ -2001,6 +2020,60 @@ Different configuration parameters take effect in the following three ways:
20012020| Default | 1000 |
20022021| Effective | After restarting system |
20032022
2023+ * config\_ node\_ ratis\_ log\_ max\_ size
2024+
2025+ | Name | config\_ node\_ ratis\_ log\_ max\_ size |
2026+ | :------:| :----------------------------------------------------------------|
2027+ | Description | Max file size of in-disk Raft Log for config node |
2028+ | Type | int64 |
2029+ | Default | 2147483648 (2GB) |
2030+ | Effective | After restarting system |
2031+
2032+ * schema\_ region\_ ratis\_ log\_ max\_ size
2033+
2034+ | Name | schema\_ region\_ ratis\_ log\_ max\_ size |
2035+ | :------:| :----------------------------------------------------------------|
2036+ | Description | Max file size of in-disk Raft Log for schema region |
2037+ | Type | int64 |
2038+ | Default | 2147483648 (2GB) |
2039+ | Effective | After restarting system |
2040+
2041+ * data\_ region\_ ratis\_ log\_ max\_ size
2042+
2043+ | Name | data\_ region\_ ratis\_ log\_ max\_ size |
2044+ | :------:| :----------------------------------------------------------------|
2045+ | Description | Max file size of in-disk Raft Log for data region |
2046+ | Type | int64 |
2047+ | Default | 21474836480 (20GB) |
2048+ | Effective | After restarting system |
2049+
2050+ * config\_ node\_ ratis\_ periodic\_ snapshot\_ interval
2051+
2052+ | Name | config\_ node\_ ratis\_ periodic\_ snapshot\_ interval |
2053+ | :------:| :----------------------------------------------------------------|
2054+ | Description | duration interval of config-node periodic snapshot |
2055+ | Type | int64 |
2056+ | Default | 86400 (seconds) |
2057+ | Effective | After restarting system |
2058+
2059+ * schema\_ region\_ ratis\_ periodic\_ snapshot\_ interval
2060+
2061+ | Name | schema\_ region\_ ratis\_ preserve\_ logs\_ num\_ when\_ purge |
2062+ | :------:| :----------------------------------------------------------------|
2063+ | Description | duration interval of schema-region periodic snapshot |
2064+ | Type | int64 |
2065+ | Default | 86400 (seconds) |
2066+ | Effective | After restarting system |
2067+
2068+ * data\_ region\_ ratis\_ periodic\_ snapshot\_ interval
2069+
2070+ | Name | data\_ region\_ ratis\_ preserve\_ logs\_ num\_ when\_ purge |
2071+ | :------:| :----------------------------------------------------------------|
2072+ | Description | duration interval of data-region periodic snapshot |
2073+ | Type | int64 |
2074+ | Default | 86400 (seconds) |
2075+ | Effective | After restarting system |
2076+
20042077### Procedure Configuration
20052078
20062079* procedure\_ core\_ worker\_ thread\_ count
0 commit comments