You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/12/12 04:55:15 UTC

[5/5] kudu git commit: docs: fix gflag name

docs: fix gflag name

Change-Id: Ie818b2e641569581ac2936a947311aaed9b1c5e0
Reviewed-on: http://gerrit.cloudera.org:8080/5456
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <as...@cloudera.com>
Reviewed-by: Todd Lipcon <to...@apache.org>


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

Branch: refs/heads/master
Commit: 2eba7b8846dba70577483f2df1baf0813564383a
Parents: 770f8e1
Author: Adar Dembo <ad...@cloudera.com>
Authored: Fri Dec 9 18:03:54 2016 -0800
Committer: Todd Lipcon <to...@apache.org>
Committed: Mon Dec 12 04:50:32 2016 +0000

----------------------------------------------------------------------
 docs/prior_release_notes.adoc | 2 +-
 docs/release_notes.adoc       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/2eba7b88/docs/prior_release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/prior_release_notes.adoc b/docs/prior_release_notes.adoc
index b18d26b..228592a 100644
--- a/docs/prior_release_notes.adoc
+++ b/docs/prior_release_notes.adoc
@@ -936,7 +936,7 @@ operations will become available in future betas.
 The following are known bugs and issues with the current release of Kudu. They will
 be addressed in later beta releases.
 
-* If the Kudu master is configured with the `-log_fsync_all` option, tablet servers
+* If the Kudu master is configured with the `-log_force_fsync_all` option, tablet servers
 and clients will experience frequent timeouts, and the cluster may become unusable.
 
 * If a tablet server has a very large number of tablets, it may take several minutes

http://git-wip-us.apache.org/repos/asf/kudu/blob/2eba7b88/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index ccc5207..a9aa587 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -213,7 +213,7 @@ The following are known bugs and issues with the current release of Kudu. They w
 be addressed in later releases. Note that this list is not exhaustive, and is meant
 to communicate only the most important known issues.
 
-* If the Kudu master is configured with the `-log_fsync_all` option, tablet servers
+* If the Kudu master is configured with the `-log_force_fsync_all` option, tablet servers
   and clients will experience frequent timeouts, and the cluster may become unusable.
 
 * If a tablet server has a very large number of tablets, it may take several minutes