Repository: kudu
Updated Branches:
refs/heads/master 5d57cd18d -> ac6311a09
[doc] mention the loadgen tool in the release notes
Added information about the load generation tools into the 1.1.0 release
notes:
* 'insert-generated-rows' has been replaced with 'kudu test loadgen'
which adds some new functionality
Change-Id: I1a227c475b05cb394718812ae9c825022f67994d
Reviewed-on: http://gerrit.cloudera.org:8080/5020
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/ac6311a0
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/ac6311a0
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/ac6311a0
Branch: refs/heads/master
Commit: ac6311a09cba7492d59e39e974dccbcd43aec422
Parents: 5d57cd1
Author: Alexey Serbin <[email protected]>
Authored: Wed Nov 9 10:30:46 2016 -0800
Committer: Adar Dembo <[email protected]>
Committed: Wed Nov 9 20:01:12 2016 +0000
----------------------------------------------------------------------
docs/release_notes.adoc | 4 ++++
1 file changed, 4 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/kudu/blob/ac6311a0/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 36b8794..7ca9b70 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -73,6 +73,10 @@
* 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.
+* The `kudu test loadgen` tool has been added to replace the obsoleted
+ `insert-generated-rows` standalone binary. The new tool is enriched with
+ additional functionality and can be used to run load generation tests against
+ a Kudu cluster.
== Wire protocol compatibility