Repository: kudu Updated Branches: refs/heads/master fa2b49548 -> 68c185747
release notes: changes to ksck reporting updates Covers: https://github.com/apache/kudu/commit/d869b8033ac0026d585ab1d5bc69a1ba205357fa Change-Id: Ia7bae8e1d298f4222bd1697f44098630000b5880 Reviewed-on: http://gerrit.cloudera.org:8080/9593 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/68c18574 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/68c18574 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/68c18574 Branch: refs/heads/master Commit: 68c185747ddefb0f085ac2e5a4f460e957e802d8 Parents: fa2b495 Author: Andrew Wong <[email protected]> Authored: Mon Mar 12 16:49:33 2018 -0700 Committer: Andrew Wong <[email protected]> Committed: Tue Mar 13 00:22:19 2018 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/68c18574/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 445ae33..6e1dc2b 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -66,7 +66,10 @@ automatically move existing metadata based on this configuration. == Optimizations and improvements - +* Reporting for the `kudu cluster ksck` tool has been updated so tablets and + tables with on-going tablet copies are shown as "recovering". Additional + reporting changes have been made to make various common scenarios, + particularly tablet copies, less alarming. [[rn_1.7.0_fixed_issues]] == Fixed Issues
