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

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit a0fd40fd5fe71f10ceb8f9966b43df2b8a40b68c
Author: Alexey Serbin <[email protected]>
AuthorDate: Wed Jan 19 16:02:22 2022 -0800

    [docs] add kudu.table.disable_compaction table's property
    
    This is a follow-up to 1e5fadb029310f87193550126d8f6e448cddc27a.
    
    Change-Id: I60a6933b846e9b65d6ba0fe5a837473e16ce1b38
    Reviewed-on: http://gerrit.cloudera.org:8080/18162
    Tested-by: Kudu Jenkins
    Reviewed-by: Andrew Wong <[email protected]>
---
 docs/configuration.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/configuration.adoc b/docs/configuration.adoc
index 6ce2a5c..02ccabe 100644
--- a/docs/configuration.adoc
+++ b/docs/configuration.adoc
@@ -152,6 +152,7 @@ line tool.
 
 | kudu.table.history_max_age_sec | integer | | Number of seconds to retain 
history for tablets in this table.
 | kudu.table.maintenance_priority | integer | 0 | Priority level of a table 
for maintenance.
+| kudu.table.disable_compaction | false, true | false | Whether to disable 
data compaction maintenance tasks for all tablets of this table.
 |===
 
 == Next Steps

Reply via email to