You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by re...@apache.org on 2018/09/11 05:25:50 UTC

svn commit: r1840514 [9/11] - in /aurora/site: data/ publish/ publish/blog/ publish/community/ publish/documentation/0.10.0/ publish/documentation/0.10.0/build-system/ publish/documentation/0.10.0/client-cluster-configuration/ publish/documentation/0.1...

Modified: aurora/site/publish/documentation/latest/reference/scheduler-configuration/index.html
URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/scheduler-configuration/index.html?rev=1840514&r1=1840513&r2=1840514&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/reference/scheduler-configuration/index.html (original)
+++ aurora/site/publish/documentation/latest/reference/scheduler-configuration/index.html Tue Sep 11 05:25:44 2018
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + '/reference/scheduler-configuration/'"
         value="latest">
+  <option value="0.21.0"
+    >
+    0.21.0
+      (latest)
+  </option>
   <option value="0.20.0"
     >
     0.20.0
-      (latest)
   </option>
   <option value="0.19.1"
     >
@@ -222,6 +226,8 @@ Optional flags:
     Minimum guaranteed time for task history retention before any pruning is attempted.
 -history_prune_threshold (default (2, days))
     Time after which the scheduler will prune terminated task history.
+-host_maintenance_polling_interval (default (1, minute))
+    Interval between polling for pending host maintenance requests.
 -hostname
     The hostname to advertise in ZooKeeper instead of the locally-resolved hostname.
 -http_authentication_mechanism (default NONE)
@@ -250,6 +256,8 @@ Optional flags:
     Maximum delay between attempts to schedule a flapping task.
 -max_leading_duration (default (1, days))
     After leading for this duration, the scheduler should commit suicide.
+-max_parallel_coordinated_maintenance (default 10)
+    Maximum number of coordinators that can be contacted in parallel.
 -max_registration_delay (default (1, mins))
     Max allowable delay to allow the driver to register before aborting
 -max_reschedule_task_delay_on_startup (default (30, secs))
@@ -260,6 +268,8 @@ Optional flags:
     Maximum number of scheduling attempts to make per second.
 -max_schedule_penalty (default (1, mins))
     Maximum delay between attempts to schedule a PENDING tasks.
+-max_sla_duration_secs (default (2, hrs))
+    Maximum duration window for which SLA requirements are to be satisfied. This does not apply to jobs that have a CoordinatorSlaPolicy.
 -max_status_update_batch_size (default 1000) [must be &gt; 0]
     The maximum number of status updates that can be processed in a batch.
 -max_task_event_batch_size (default 300) [must be &gt; 0]
@@ -272,6 +282,8 @@ Optional flags:
     Upper limit on the number of failures allowed during a job update. This helps cap potentially unbounded entries into storage.
 -min_offer_hold_time (default (5, mins))
     Minimum amount of time to hold a resource offer before declining.
+-min_required_instances_for_sla_check (default 20)
+    Minimum number of instances required for a job to be eligible for SLA check. This does not apply to jobs that have a CoordinatorSlaPolicy.
 -native_log_election_retries (default 20)
     The maximum number of attempts to obtain a new log writer.
 -native_log_election_timeout (default (15, secs))
@@ -330,6 +342,14 @@ Optional flags:
     Path to shiro.ini for authentication and authorization configuration.
 -shiro_realm_modules (default [class org.apache.aurora.scheduler.http.api.security.IniShiroRealmModule])
     Guice modules for configuring Shiro Realms.
+-sla_aware_action_max_batch_size (default 300) [must be &gt; 0]
+    The maximum number of sla aware update actions that can be processed in a batch.
+-sla_aware_kill_retry_min_delay (default (1, min)) [must be &gt; 0]
+    The minimum amount of time to wait before retrying an SLA-aware kill (using a truncated binary backoff).
+-sla_aware_kill_retry_max_delay (default (5, min)) [must be &gt; 0]
+    The maximum amount of time to wait before retrying an SLA-aware kill (using a truncated binary backoff).
+-sla_coordinator_timeout (default (1, min)) [must be &gt; 0]
+    Timeout interval for communicating with Coordinator.
 -sla_non_prod_metrics (default [])
     Metric categories collected for non production tasks.
 -sla_prod_metrics (default [JOB_UPTIMES, PLATFORM_UPTIME, MEDIANS])

Modified: aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html
URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html?rev=1840514&r1=1840513&r2=1840514&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html (original)
+++ aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html Tue Sep 11 05:25:44 2018
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + '/reference/scheduler-endpoints/'"
         value="latest">
+  <option value="0.21.0"
+    >
+    0.21.0
+      (latest)
+  </option>
   <option value="0.20.0"
     >
     0.20.0
-      (latest)
   </option>
   <option value="0.19.1"
     >

Modified: aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html
URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html?rev=1840514&r1=1840513&r2=1840514&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html (original)
+++ aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html Tue Sep 11 05:25:44 2018
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + '/reference/task-lifecycle/'"
         value="latest">
+  <option value="0.21.0"
+    >
+    0.21.0
+      (latest)
+  </option>
   <option value="0.20.0"
     >
     0.20.0
-      (latest)
   </option>
   <option value="0.19.1"
     >

Modified: aurora/site/publish/downloads/index.html
URL: http://svn.apache.org/viewvc/aurora/site/publish/downloads/index.html?rev=1840514&r1=1840513&r2=1840514&view=diff
==============================================================================
--- aurora/site/publish/downloads/index.html (original)
+++ aurora/site/publish/downloads/index.html Tue Sep 11 05:25:44 2018
@@ -62,6 +62,12 @@
 
 <h2 id="source-distributions">Source distributions</h2>
 
+<h4 id="0-21-0"><a href="http://www.apache.org/dyn/closer.cgi?path=/aurora/0.21.0/apache-aurora-0.21.0.tar.gz">0.21.0</a></h4>
+
+<p><a href="https://www.apache.org/dist/aurora/0.21.0/">signatures</a>
+| <a href="https://git-wip-us.apache.org/repos/asf?p=aurora.git;a=log;h=refs/tags/rel/0.21.0">commit log</a>
+| <a href="/blog/aurora-0-21-0-released/">release notes</a></p>
+
 <h4 id="0-20-0"><a href="http://www.apache.org/dyn/closer.cgi?path=/aurora/0.20.0/apache-aurora-0.20.0.tar.gz">0.20.0</a></h4>
 
 <p><a href="https://www.apache.org/dist/aurora/0.20.0/">signatures</a>