This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.11.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit ac16dcff8d84344712d16329d15fbabbb7c34c94 Author: Alexey Serbin <[email protected]> AuthorDate: Mon Nov 11 22:05:09 2019 -0800 [docs] update 1.11.1 release notes The release notes for Kudu v1.11.1 updated to include recent fixes cherry-picked into the 1.11.1 branch. Change-Id: I40d7f93b094b330b3ef64ea0ff28d7834048626c Reviewed-on: http://gerrit.cloudera.org:8080/14692 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- docs/release_notes.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 2bb3672..7f08cb8 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -53,6 +53,22 @@ their Kudu processes will crash at startup. resolving required symbols via `dlsym()` (see link:https://issues.apache.org/jira/browse/KUDU-2990[KUDU-2990]). +* Fixed an issue with `kudu cluster rebalancer` CLI tool crashing when running + against a location-aware cluster if a tablet server in one location doesn't + contain a single tablet replica + (see link:https://issues.apache.org/jira/browse/KUDU-2987[KUDU-2987]). + +* Fixed an issue with connection negotiation using SASL mechanism when server + FQDN is longer than 64 characters + (see link:https://issues.apache.org/jira/browse/KUDU-2989[KUDU-2989]). + +* Fixed an issue in the test harness of the kudu-binary JAR artifact. With this + fix, `kudu-master` and `kudu-tserver` processes of the mini-cluster's test + harness no longer rely on the test NTP server to synchronize their built-in + NTP client. Instead, the test harness relies on the local machine clock + synchronized by the system NTP daemon + (see link:https://issues.apache.org/jira/browse/KUDU-2994[KUDU-2994]). + [[rn_1.11.0]] = Apache Kudu 1.11.0 Release Notes
