Repository: kudu Updated Branches: refs/heads/branch-1.0.x 5cbcffa59 -> 6e1726219
Additional 1.0.1 release notes Change-Id: I5316a66d8d40e4ea532ba378868fbfe26864d52d Reviewed-on: http://gerrit.cloudera.org:8080/4665 Tested-by: Dan Burkert <[email protected]> Reviewed-by: David Ribeiro Alves <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/6e172621 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/6e172621 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/6e172621 Branch: refs/heads/branch-1.0.x Commit: 6e172621984da9c7a8921104d243f69ab76132c9 Parents: 5cbcffa Author: Dan Burkert <[email protected]> Authored: Fri Oct 7 11:28:17 2016 -0700 Committer: Dan Burkert <[email protected]> Committed: Fri Oct 7 18:41:49 2016 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/6e172621/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 90acb13..1eb647d 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -38,6 +38,10 @@ incompatible changes. [[rn_1.0.1_fixed_issues]] === Fixed Issues +- link:https://issues.apache.org/jira/browse/KUDU-1681[KUDU-1681] Fixed a bug in + the tablet server which could cause a crash when the DNS lookup during master + heartbeat failed. + - link:https://issues.apache.org/jira/browse/KUDU-1660[KUDU-1660]: Fixed a bug which would cause the Kudu master and tablet server to fail to start on single CPU systems.
