[doc] 1.1.0 release notes for tools Change-Id: I6dc80b356d4cec6d0065a515dce5fdd94581346a Reviewed-on: http://gerrit.cloudera.org:8080/5012 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/e3a8f64b Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/e3a8f64b Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/e3a8f64b Branch: refs/heads/master Commit: e3a8f64b91a6783990f5d3f5ca0b1afc14d8022b Parents: 1b30c60 Author: Dinesh Bhat <[email protected]> Authored: Tue Nov 8 14:51:06 2016 -0800 Committer: Adar Dembo <[email protected]> Committed: Wed Nov 9 07:39:55 2016 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/e3a8f64b/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 81bd64c..c3cce73 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -55,6 +55,13 @@ XXX +=== Command line tools + +* The tool `kudu tablet leader_step_down` has been added to manually force a leader to step down. +* The tool `kudu remote_replica copy` has been added to manually copy a replica from + one running tablet server to another. +* The tool `kudu local_replica delete` has been added to delete a replica of a tablet. + == Wire protocol compatibility XXX
