Repository: kudu
Updated Branches:
  refs/heads/master d065e3316 -> 0c52f161b


add 1.0.1 release notes to prior_release_notes.adoc

Change-Id: Ieff57fd7120e98e2e1a7c0812e6c04eca704c6ad
Reviewed-on: http://gerrit.cloudera.org:8080/4699
Tested-by: Kudu Jenkins
Reviewed-by: Jean-Daniel Cryans <jdcry...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/9341d22d
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/9341d22d
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/9341d22d

Branch: refs/heads/master
Commit: 9341d22daa24ababa971ce896de5d3b65becef5c
Parents: d065e33
Author: Dan Burkert <danburk...@apache.org>
Authored: Wed Oct 12 13:50:54 2016 -0700
Committer: Dan Burkert <d...@cloudera.com>
Committed: Fri Oct 14 20:54:00 2016 +0000

----------------------------------------------------------------------
 docs/prior_release_notes.adoc | 42 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/9341d22d/docs/prior_release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/prior_release_notes.adoc b/docs/prior_release_notes.adoc
index 821248c..b18d26b 100644
--- a/docs/prior_release_notes.adoc
+++ b/docs/prior_release_notes.adoc
@@ -28,6 +28,48 @@
 :sectlinks:
 :experimental:
 
+[[rn_1.0.1]]
+== Release notes specific to 1.0.1
+
+Apache Kudu 1.0.1 is a bug fix release, with no new features or backwards
+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.
+
+- link:https://issues.apache.org/jira/browse/KUDU-1651[KUDU-1652]: Fixed a bug
+  that would cause the C++ client, tablet server, and Java client to crash or
+  throw an exception when attempting to scan a table with a predicate which
+  simplifies to `IS NOT NULL` on a non-nullable column. For instance, setting a
+  `<= 127` predicate on an `INT8` column could trigger this bug, since the
+  predicate only filters null values.
+
+- link:https://issues.apache.org/jira/browse/KUDU-1651[KUDU-1651]: Fixed a bug
+  that would cause the tablet server to crash when evaluating a scan with
+  predicates over a dictionary encoded column containing an entire block of 
null
+  values.
+
+- link:https://issues.apache.org/jira/browse/KUDU-1623[KUDU-1623]: Fixed a bug
+  that would cause the tablet server to crash when handling UPSERT operations
+  that only set values for the primary key columns.
+
+- link:http://gerrit.cloudera.org:8080/4488[Gerrit #4488] Fixed a bug in the
+  Java client's KuduException class which could cause an unexpected
+  NullPointerException to be thrown when the exception did not have an
+  associated message.
+
+- link:https://issues.apache.org/jira/browse/KUDU-1090[KUDU-1090] Fixed a bug 
in
+  the memory tracker which could cause a rare crash during tablet server
+  startup.
+
 [[rn_1.0.0]]
 == Release notes specific to 1.0.0
 

Reply via email to