This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/kudu.git
View the commit online: https://github.com/apache/kudu/commit/3d98cc1c63a9eae790ba1ab0a613a0e4b2f02bf6 The following commit(s) were added to refs/heads/gh-pages by this push: new 3d98cc1 [site] fixed list of new features in 1.11.1 3d98cc1 is described below commit 3d98cc1c63a9eae790ba1ab0a613a0e4b2f02bf6 Author: Alexey Serbin <[email protected]> AuthorDate: Wed Nov 20 18:08:21 2019 -0800 [site] fixed list of new features in 1.11.1 Change-Id: I91750b5a8bcb3f860a266986bf87df2718836d1c Reviewed-on: http://gerrit.cloudera.org:8080/14762 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- _posts/2019-11-20-apache-kudu-1-11-1-release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2019-11-20-apache-kudu-1-11-1-release.md b/_posts/2019-11-20-apache-kudu-1-11-1-release.md index bf5e6ce..d40faa6 100644 --- a/_posts/2019-11-20-apache-kudu-1-11-1-release.md +++ b/_posts/2019-11-20-apache-kudu-1-11-1-release.md @@ -18,6 +18,7 @@ Kudu 1.11.0 are encouraged to upgrade to 1.11.1 as soon as possible. Apache Kudu 1.11.1 adds several new features and improvements since Apache Kudu 1.10.0, including the following: + - Kudu now supports putting tablet servers into maintenance mode: while in this mode, the tablet server’s replicas will not be re-replicated if the server fails. Administrative CLI are added to orchestrate tablet server maintenance
