You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2017/08/30 06:48:44 UTC

[3/3] mesos git commit: Moved `--zk_session_timeout` flag docs to the common flags section.

Moved `--zk_session_timeout` flag docs to the common flags section.

Mesos agents now accept this flag.

Review: https://reviews.apache.org/r/61965/


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

Branch: refs/heads/master
Commit: 3be138715f330f36499c23bc19dac70c79374ab0
Parents: f195e59
Author: Ilya Pronin <ip...@twopensource.com>
Authored: Tue Aug 29 23:44:17 2017 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Tue Aug 29 23:47:56 2017 -0700

----------------------------------------------------------------------
 docs/configuration.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3be13871/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 9cadf0f..1605e3d 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -310,6 +310,14 @@ Port to listen on. (master default: 5050; agent default: 5051)
 Show version and exit. (default: false)
   </td>
 </tr>
+<tr>
+  <td>
+    --zk_session_timeout=VALUE
+  </td>
+  <td>
+ZooKeeper session timeout. (default: 10secs)
+  </td>
+</tr>
 </table>
 
 *These logging options can also be supplied to both masters and agents.*
@@ -940,14 +948,6 @@ machines are accepted. Path can be of the form
 <code>file:///path/to/file</code> or <code>/path/to/file</code>.
   </td>
 </tr>
-<tr>
-  <td>
-    --zk_session_timeout=VALUE
-  </td>
-  <td>
-ZooKeeper session timeout. (default: 10secs)
-  </td>
-</tr>
 </table>
 
 *Flags available when configured with `--with-network-isolator`*