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 <[email protected]> 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 <[email protected]> --- 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
