You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by mp...@apache.org on 2017/12/01 09:04:40 UTC

[2/2] kudu git commit: A couple of 1.6 release notes

A couple of 1.6 release notes

Change-Id: Ia69cc1904b5e1a81fecf20a2ca5a8fb1908a6025
Reviewed-on: http://gerrit.cloudera.org:8080/8702
Tested-by: Kudu Jenkins
Reviewed-by: Mike Percy <mp...@apache.org>


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

Branch: refs/heads/master
Commit: 4c22e9121b1ca148e334a7481093304139d0dfdf
Parents: fd8a3d5
Author: Will Berkeley <wd...@apache.org>
Authored: Thu Nov 30 14:39:03 2017 -0800
Committer: Mike Percy <mp...@apache.org>
Committed: Fri Dec 1 09:04:29 2017 +0000

----------------------------------------------------------------------
 docs/release_notes.adoc | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/4c22e912/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index acbd2c4..6a4be69 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -112,6 +112,10 @@
   particularly in concurrency of clients opening tables. This should improve
   performance in highly concurrent workloads.
 
+* The on-disk size metric for a tablet now includes all data and metadata.
+  Previously, it excluded WAL segments and consensus metadata.
+  (link:https://issues.apache.org/jira/browse/KUDU-1755[KUDU-1755])
+
 [[rn_1.6.0_fixed_issues]]
 == Fixed Issues
 
@@ -122,6 +126,9 @@
   operations were being read "from the future".
   (link:https://issues.apache.org/jira/browse/KUDU-1078[KUDU-1078])
 
+* Tombstoned tablets no longer report metrics.
+  (link:https://issues.apache.org/jira/browse/KUDU-2044[KUDU-2044])
+
 [[rn_1.6.0_wire_compatibility]]
 == Wire Protocol compatibility