You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by la...@apache.org on 2020/08/15 14:59:31 UTC

[kudu] 03/23: [docs] Add docs for configuring maintenance priority for kudu tables

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

laiyingchun pushed a commit to tag kudu-1.12.0-mdh1.0.0-4c2c075-centos-release
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 7ac9a698cde33c2af39a13f9dcfb3ceb50c72e31
Author: zhangyifan27 <ch...@163.com>
AuthorDate: Thu May 14 15:57:06 2020 +0800

    [docs] Add docs for configuring maintenance priority for kudu tables
    
    Change-Id: I56c96e1e86600a503fa817d62733aef3c0489915
    Reviewed-on: http://gerrit.cloudera.org:8080/15915
    Tested-by: Kudu Jenkins
    Reviewed-by: Grant Henke <gr...@apache.org>
---
 docs/configuration.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/configuration.adoc b/docs/configuration.adoc
index e9bb291..3667528 100644
--- a/docs/configuration.adoc
+++ b/docs/configuration.adoc
@@ -149,6 +149,7 @@ line tool.
 | Configuration      | Valid Options     | Default     | Description
 
 | 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.
 |===
 
 == Next Steps