You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2017/08/29 00:15:53 UTC

kudu git commit: docs: Add release note for tombstoned voting

Repository: kudu
Updated Branches:
  refs/heads/master 975cb5cdb -> ed76e0b2c


docs: Add release note for tombstoned voting

Change-Id: I14d06ac34ee43cd5592a5fd77074224997812b4e
Reviewed-on: http://gerrit.cloudera.org:8080/7858
Tested-by: Mike Percy <mp...@apache.org>
Reviewed-by: Dan Burkert <da...@apache.org>


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

Branch: refs/heads/master
Commit: ed76e0b2c040753d570ffd08fd352decc3d52d31
Parents: 975cb5c
Author: Mike Percy <mp...@apache.org>
Authored: Mon Aug 28 12:59:01 2017 -0700
Committer: Dan Burkert <da...@apache.org>
Committed: Tue Aug 29 00:15:37 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/kudu/blob/ed76e0b2/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 6362e34..d01c1ff 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -86,6 +86,14 @@
   from one server to another; in one case tablet copy time was reduced by 35%.
   It also improves the general performance of flushes and compactions.
 
+* A new feature referred to as "tombstoned voting" was added to the Raft
+  consensus subsystem to allow tablet replicas in the `TABLET_DATA_TOMBSTONED`
+  state to vote in tablet leader elections. This feature increases Kudu's
+  stability and availability by improving the likelihood that Kudu will be able
+  to self-heal in more edge-case scenarios, such as when tablet copy operations
+  fail. See link:https://issues.apache.org/jira/browse/KUDU-871[KUDU-871] for
+  details.
+
 [[rn_1.5.0_fixed_issues]]
 == Fixed Issues