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/11/28 00:02:11 UTC

kudu git commit: docs: add 1.6 release note for several improvements/fix

Repository: kudu
Updated Branches:
  refs/heads/master 7ec808f15 -> f2d1dad67


docs: add 1.6 release note for several improvements/fix

Change-Id: I36bf399ddf96c4a249050a66dc213725a5b9382b
Reviewed-on: http://gerrit.cloudera.org:8080/8640
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/f2d1dad6
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/f2d1dad6
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/f2d1dad6

Branch: refs/heads/master
Commit: f2d1dad67bfec9ce40cc2811f815e1feca9f96db
Parents: 7ec808f
Author: hahao <ha...@cloudera.com>
Authored: Thu Nov 23 15:40:45 2017 -0800
Committer: Mike Percy <mp...@apache.org>
Committed: Tue Nov 28 00:01:58 2017 +0000

----------------------------------------------------------------------
 docs/release_notes.adoc | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/f2d1dad6/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index a5de9a1..5141a2c 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -49,12 +49,23 @@
 
 == Optimizations and improvements
 
-* TBD
+* The log block manager now performs disk data deletion in batches. This
+  optimization can significantly reduce the time taken to delete data on a tablet.
+
+* The usage of sensitive data redaction flag has been slightly changed. By
+  setting `--redact=log` flag, redaction will be disabled in the web UI but
+  retained for server logs. Alternatively, `--redact=none`can be used to
+  disable redaction completely.
+
+* The Spark DataSource integration now can take advantage of scan locality
+  for better scan performance, the scan will take place at the closest replica
+  instead of going to the leader.
 
 [[rn_1.6.0_fixed_issues]]
 == Fixed Issues
 
-* TBD
+* link:https://issues.apache.org/jira/browse/KUDU-1411[KUDU-1411] fixed HT
+  timestamp propagation in Java client's KuduScanToken.
 
 [[rn_1.6.0_wire_compatibility]]
 == Wire Protocol compatibility