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:39 UTC

[1/2] kudu git commit: [known_issues] incompatibility note for bouncycastle <= 1.52

Repository: kudu
Updated Branches:
  refs/heads/master ded4305f2 -> 4c22e9121


[known_issues] incompatibility note for bouncycastle <= 1.52

Added a note on incompatibility of server certificates generated by Kudu
IPKI with bouncycastle version 1.52 and prior.

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

Branch: refs/heads/master
Commit: fd8a3d57d72a8888b92cf8a55fd7df3fdc40bb29
Parents: ded4305
Author: Alexey Serbin <as...@cloudera.com>
Authored: Thu Nov 30 15:28:35 2017 -0800
Committer: Mike Percy <mp...@apache.org>
Committed: Fri Dec 1 09:02:33 2017 +0000

----------------------------------------------------------------------
 docs/known_issues.adoc | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/fd8a3d57/docs/known_issues.adoc
----------------------------------------------------------------------
diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc
index 1702e8c..40e1c77 100644
--- a/docs/known_issues.adoc
+++ b/docs/known_issues.adoc
@@ -168,6 +168,10 @@
 * Kudu's integration with Apache Flume does not support writing to Kudu clusters that
   require Kerberos authentication.
 
+* Server certificates generated by Kudu IPKI are incompatible with
+  link:https://www.bouncycastle.org/[bouncycastle] version 1.52 and earlier. See
+  link:https://issues.apache.org/jira/browse/KUDU-2145[KUDU-2145] for details.
+
 == Other Known Issues
 
 The following are known bugs and issues with the current release of Kudu. They will


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

Posted by mp...@apache.org.
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