Modified: 
aurora/site/publish/documentation/latest/features/multitenancy/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/features/multitenancy/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/features/multitenancy/index.html 
(original)
+++ aurora/site/publish/documentation/latest/features/multitenancy/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/features/multitenancy/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >
@@ -129,8 +133,9 @@ assignment of <a href="#preemption">quot
 sysadmin.</p>
 
 <p>The environment component in the job key, serves as a namespace. The values 
for
-environment are validated in the client and the scheduler so as to allow any 
of <code>devel</code>, <code>test</code>,
-<code>production</code>, and any value matching the regular expression 
<code>staging[0-9]*</code>.</p>
+environment are validated in the scheduler. By default allowing any of 
<code>devel</code>, <code>test</code>,
+<code>production</code>, and any value matching the regular expression 
<code>staging[0-9]*</code>. This validation can be
+changed to allow any arbitrary regular expression by setting the scheduler 
option <code>allowed_job_environments</code>.</p>
 
 <p>None of the values imply any difference in the scheduling behavior. 
Conventionally, the
 &ldquo;environment&rdquo; is set so as to indicate a certain level of 
stability in the behavior of the job

Modified: 
aurora/site/publish/documentation/latest/features/resource-isolation/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/features/resource-isolation/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/features/resource-isolation/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/features/resource-isolation/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/features/resource-isolation/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/features/service-discovery/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/features/service-discovery/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/features/service-discovery/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/features/service-discovery/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/features/service-discovery/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: aurora/site/publish/documentation/latest/features/services/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/features/services/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/features/services/index.html 
(original)
+++ aurora/site/publish/documentation/latest/features/services/index.html Sat 
Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/features/services/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/features/sla-metrics/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/features/sla-metrics/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/features/sla-metrics/index.html 
(original)
+++ aurora/site/publish/documentation/latest/features/sla-metrics/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/features/sla-metrics/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >
@@ -174,7 +178,7 @@ relevant to uptime calculations. By appl
 transition records, we can build a deterministic downtime trace for every 
given service instance.</p>
 
 <p>A task going through a state transition carries one of three possible SLA 
meanings
-(see <a 
href="https://github.com/apache/aurora/blob/rel/0.18.1/src/main/java/org/apache/aurora/scheduler/sla/SlaAlgorithm.java";>SlaAlgorithm.java</a>
 for
+(see <a 
href="https://github.com/apache/aurora/blob/rel/0.19.0/src/main/java/org/apache/aurora/scheduler/sla/SlaAlgorithm.java";>SlaAlgorithm.java</a>
 for
 sla-to-task-state mapping):</p>
 
 <ul>
@@ -224,7 +228,7 @@ metric that helps track the dependency o
 <li>Per job - <code>sla_&lt;job_key&gt;_mtta_ms</code></li>
 <li>Per cluster - <code>sla_cluster_mtta_ms</code></li>
 <li>Per instance size (small, medium, large, x-large, xx-large). Size are 
defined in:
-<a 
href="https://github.com/apache/aurora/blob/rel/0.18.1/src/main/java/org/apache/aurora/scheduler/resources/ResourceBag.java";>ResourceBag.java</a>
+<a 
href="https://github.com/apache/aurora/blob/rel/0.19.0/src/main/java/org/apache/aurora/scheduler/resources/ResourceBag.java";>ResourceBag.java</a>
 
 <ul>
 <li>By CPU:</li>
@@ -266,7 +270,7 @@ for a task.</em></p>
 <li>Per job - <code>sla_&lt;job_key&gt;_mtts_ms</code></li>
 <li>Per cluster - <code>sla_cluster_mtts_ms</code></li>
 <li>Per instance size (small, medium, large, x-large, xx-large). Size are 
defined in:
-<a 
href="https://github.com/apache/aurora/blob/rel/0.18.1/src/main/java/org/apache/aurora/scheduler/resources/ResourceBag.java";>ResourceBag.java</a>
+<a 
href="https://github.com/apache/aurora/blob/rel/0.19.0/src/main/java/org/apache/aurora/scheduler/resources/ResourceBag.java";>ResourceBag.java</a>
 
 <ul>
 <li>By CPU:</li>
@@ -306,7 +310,7 @@ reflecting on the overall time it takes
 <li>Per job - <code>sla_&lt;job_key&gt;_mttr_ms</code></li>
 <li>Per cluster - <code>sla_cluster_mttr_ms</code></li>
 <li>Per instance size (small, medium, large, x-large, xx-large). Size are 
defined in:
-<a 
href="https://github.com/apache/aurora/blob/rel/0.18.1/src/main/java/org/apache/aurora/scheduler/resources/ResourceBag.java";>ResourceBag.java</a>
+<a 
href="https://github.com/apache/aurora/blob/rel/0.19.0/src/main/java/org/apache/aurora/scheduler/resources/ResourceBag.java";>ResourceBag.java</a>
 
 <ul>
 <li>By CPU:</li>

Modified: aurora/site/publish/documentation/latest/features/webhooks/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/features/webhooks/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/features/webhooks/index.html 
(original)
+++ aurora/site/publish/documentation/latest/features/webhooks/index.html Sat 
Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/features/webhooks/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >
@@ -180,6 +184,34 @@ to receive task state change events. It
         </span><span style="color: #000080">"oldState"</span><span 
style="background-color: #f8f8f8">:{}}</span><span style="color: #bbbbbb">
 </span></code></pre>
 
+<p>By default, the webhook watches all TaskStateChanges and sends events to 
configured endpoint. If you
+are only interested in certain types of TaskStateChange (transition to 
<code>LOST</code> or <code>FAILED</code> statuses),
+you can specify a whitelist of the desired task statuses in webhook.json. The 
webhook will only send
+the corresponding events for the whitelisted statuses to the configured 
endpoint.</p>
+<pre class="highlight json"><code><span style="background-color: 
#f8f8f8">{</span><span style="color: #bbbbbb">
+  </span><span style="color: #000080">"headers"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="background-color: #f8f8f8">{</span><span style="color: 
#bbbbbb">
+    </span><span style="color: #000080">"Content-Type"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="color: 
#d14">"application/vnd.kafka.json.v1+json"</span><span style="background-color: 
#f8f8f8">,</span><span style="color: #bbbbbb">
+    </span><span style="color: #000080">"Producer-Type"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="color: #d14">"reliable"</span><span style="color: #bbbbbb">
+  </span><span style="background-color: #f8f8f8">},</span><span style="color: 
#bbbbbb">
+  </span><span style="color: #000080">"targetURL"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="color: #d14">"http://localhost:5000/";</span><span 
style="background-color: #f8f8f8">,</span><span style="color: #bbbbbb">
+  </span><span style="color: #000080">"timeoutMsec"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="color: #009999">50</span><span style="background-color: 
#f8f8f8">,</span><span style="color: #bbbbbb">
+  </span><span style="color: #000080">"statuses"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="background-color: #f8f8f8">[</span><span style="color: 
#d14">"LOST"</span><span style="background-color: #f8f8f8">,</span><span 
style="color: #bbbbbb"> </span><span style="color: #d14">"FAILED"</span><span 
style="background-color: #f8f8f8">]</span><span style="color: #bbbbbb">
+</span><span style="background-color: #f8f8f8">}</span><span style="color: 
#bbbbbb">
+</span></code></pre>
+
+<p>If you want to whitelist all TaskStateChanges, you can add a wildcard 
character <code>*</code> to your whitelist
+like below, or simply leave out the <code>statuses</code> field in 
webhook.json.</p>
+<pre class="highlight json"><code><span style="background-color: 
#f8f8f8">{</span><span style="color: #bbbbbb">
+  </span><span style="color: #000080">"headers"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="background-color: #f8f8f8">{</span><span style="color: 
#bbbbbb">
+    </span><span style="color: #000080">"Content-Type"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="color: 
#d14">"application/vnd.kafka.json.v1+json"</span><span style="background-color: 
#f8f8f8">,</span><span style="color: #bbbbbb">
+    </span><span style="color: #000080">"Producer-Type"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="color: #d14">"reliable"</span><span style="color: #bbbbbb">
+  </span><span style="background-color: #f8f8f8">},</span><span style="color: 
#bbbbbb">
+  </span><span style="color: #000080">"targetURL"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="color: #d14">"http://localhost:5000/";</span><span 
style="background-color: #f8f8f8">,</span><span style="color: #bbbbbb">
+  </span><span style="color: #000080">"timeoutMsec"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="color: #009999">50</span><span style="background-color: 
#f8f8f8">,</span><span style="color: #bbbbbb">
+  </span><span style="color: #000080">"statuses"</span><span 
style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> 
</span><span style="background-color: #f8f8f8">[</span><span style="color: 
#d14">"*"</span><span style="background-color: #f8f8f8">]</span><span 
style="color: #bbbbbb">
+</span><span style="background-color: #f8f8f8">}</span><span style="color: 
#bbbbbb">
+</span></code></pre>
+
 </div>
 
       </div>

Modified: 
aurora/site/publish/documentation/latest/getting-started/overview/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/getting-started/overview/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/getting-started/overview/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/getting-started/overview/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/getting-started/overview/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/getting-started/tutorial/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/getting-started/tutorial/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/getting-started/tutorial/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/getting-started/tutorial/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/getting-started/tutorial/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/getting-started/vagrant/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/getting-started/vagrant/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/getting-started/vagrant/index.html 
(original)
+++ aurora/site/publish/documentation/latest/getting-started/vagrant/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/getting-started/vagrant/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: aurora/site/publish/documentation/latest/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/index.html (original)
+++ aurora/site/publish/documentation/latest/index.html Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + '/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/operations/backup-restore/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/operations/backup-restore/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/operations/backup-restore/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/operations/backup-restore/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/operations/backup-restore/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/operations/configuration/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/operations/configuration/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/operations/configuration/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/operations/configuration/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/operations/configuration/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >
@@ -229,7 +233,7 @@ can furthermore help with storage perfor
 
 <p>ZooKeeper path used for Mesos replicated log quorum discovery.</p>
 
-<p>See <a 
href="https://github.com/apache/aurora/blob/rel/0.18.1/src/main/java/org/apache/aurora/scheduler/log/mesos/MesosLogStreamModule.java";>code</a>
 for
+<p>See <a 
href="https://github.com/apache/aurora/blob/rel/0.19.0/src/main/java/org/apache/aurora/scheduler/log/mesos/MesosLogStreamModule.java";>code</a>
 for
 other available Mesos replicated log configuration options and default 
values.</p>
 
 <h3 id="changing-the-quorum-size">Changing the Quorum Size</h3>
@@ -297,7 +301,7 @@ the latter needs to be enabled via:</p>
 <pre class="highlight plaintext"><code>-enable_revocable_ram=true
 </code></pre>
 
-<p>Unless you want to use the <a 
href="https://github.com/apache/aurora/blob/rel/0.18.1/src/main/resources/org/apache/aurora/scheduler/tiers.json";>default</a>
+<p>Unless you want to use the <a 
href="https://github.com/apache/aurora/blob/rel/0.19.0/src/main/resources/org/apache/aurora/scheduler/tiers.json";>default</a>
 tier configuration, you will also have to specify a file path:</p>
 <pre class="highlight plaintext"><code>-tier_config=path/to/tiers/config.json
 </code></pre>

Modified: 
aurora/site/publish/documentation/latest/operations/installation/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/operations/installation/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/operations/installation/index.html 
(original)
+++ aurora/site/publish/documentation/latest/operations/installation/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/operations/installation/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/operations/monitoring/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/operations/monitoring/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/operations/monitoring/index.html 
(original)
+++ aurora/site/publish/documentation/latest/operations/monitoring/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/operations/monitoring/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/operations/security/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/operations/security/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/operations/security/index.html 
(original)
+++ aurora/site/publish/documentation/latest/operations/security/index.html Sat 
Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/operations/security/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: aurora/site/publish/documentation/latest/operations/storage/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/operations/storage/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/operations/storage/index.html 
(original)
+++ aurora/site/publish/documentation/latest/operations/storage/index.html Sat 
Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/operations/storage/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/operations/troubleshooting/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/operations/troubleshooting/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/operations/troubleshooting/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/operations/troubleshooting/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/operations/troubleshooting/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/operations/upgrades/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/operations/upgrades/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/operations/upgrades/index.html 
(original)
+++ aurora/site/publish/documentation/latest/operations/upgrades/index.html Sat 
Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/operations/upgrades/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/reference/client-cluster-configuration/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/client-cluster-configuration/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/client-cluster-configuration/index.html
 (original)
+++ 
aurora/site/publish/documentation/latest/reference/client-cluster-configuration/index.html
 Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/reference/client-cluster-configuration/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/reference/client-commands/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/client-commands/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/client-commands/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/reference/client-commands/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/reference/client-commands/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/reference/client-hooks/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/client-hooks/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/reference/client-hooks/index.html 
(original)
+++ aurora/site/publish/documentation/latest/reference/client-hooks/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/reference/client-hooks/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/reference/configuration-best-practices/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/configuration-best-practices/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/configuration-best-practices/index.html
 (original)
+++ 
aurora/site/publish/documentation/latest/reference/configuration-best-practices/index.html
 Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/reference/configuration-best-practices/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/reference/configuration-templating/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/configuration-templating/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/configuration-templating/index.html
 (original)
+++ 
aurora/site/publish/documentation/latest/reference/configuration-templating/index.html
 Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/reference/configuration-templating/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/reference/configuration-tutorial/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/configuration-tutorial/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/configuration-tutorial/index.html
 (original)
+++ 
aurora/site/publish/documentation/latest/reference/configuration-tutorial/index.html
 Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/reference/configuration-tutorial/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

Modified: 
aurora/site/publish/documentation/latest/reference/configuration/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/configuration/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/reference/configuration/index.html 
(original)
+++ aurora/site/publish/documentation/latest/reference/configuration/index.html 
Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/reference/configuration/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >
@@ -189,7 +193,7 @@ behavior with its optional attributes. R
 <tr>
 <td><strong>min_duration</strong></td>
 <td style="text-align: center">Integer</td>
-<td>Minimum duration between process restarts in seconds. (Default: 15)</td>
+<td>Minimum duration between process restarts in seconds. (Default: 5)</td>
 </tr>
 <tr>
 <td><strong>final</strong></td>
@@ -614,7 +618,7 @@ resources are allocated.</p>
 <tr>
 <td><code>environment</code></td>
 <td style="text-align: center">String</td>
-<td>Job environment, default <code>devel</code>. Must be one of 
<code>prod</code>, <code>devel</code>, <code>test</code> or 
<code>staging&lt;number&gt;</code>.</td>
+<td>Job environment, default <code>devel</code>. By default must be one of 
<code>prod</code>, <code>devel</code>, <code>test</code> or 
<code>staging&lt;number&gt;</code> but it can be changed by the Cluster 
operator using the scheduler option <code>allowed_job_environments</code>.</td>
 </tr>
 <tr>
 <td><code>contact</code></td>
@@ -978,7 +982,7 @@ unified-container, the container can be
 <td>Path on the host to mount.</td>
 </tr>
 <tr>
-<td><code>volume_path</code></td>
+<td><code>host_path</code></td>
 <td style="text-align: center">String</td>
 <td>Mount point in the container.</td>
 </tr>
@@ -1103,6 +1107,8 @@ See <a href="https://docs.docker.com/ref
 
 <h3 id="httplifecycleconfig-objects">HttpLifecycleConfig Objects</h3>
 
+<p><em>Note: The combined <code>graceful_shutdown_wait_secs</code> and 
<code>shutdown_wait_secs</code> is implicitly upper bounded by the 
<code>--stop_timeout_in_secs</code> flag exposed by the executor (see options 
<a 
href="https://github.com/apache/aurora/blob/master/src/main/python/apache/aurora/executor/bin/thermos_executor_main.py";>here</a>,
 default is 2 minutes). Therefore, if the user specifies values that add up to 
more than <code>--stop_timeout_in_secs</code>, the task will be killed earlier 
than the user anticipates (see the termination lifecycle <a 
href="https://aurora.apache.org/documentation/latest/reference/task-lifecycle/#forceful-termination-killing-restarting";>here</a>).
 Furthermore, <code>stop_timeout_in_secs</code> itself is implicitly upper 
bounded by two scheduler options: <code>transient_task_state_timeout</code> and 
<code>preemption_slot_hold_time</code> (see reference <a 
href="http://aurora.apache.org/documentation/latest/reference/scheduler-configuration/";>h
 ere</a>. If the <code>stop_timeout_in_secs</code> exceeds either of these 
scheduler options, tasks could be designated as LOST or tasks utilizing 
preemption could lose their desired slot respectively. Cluster operators should 
be aware of these timings should they change the defaults.</em></p>
+
 <table><thead>
 <tr>
 <th>param</th>
@@ -1113,7 +1119,7 @@ See <a href="https://docs.docker.com/ref
 <tr>
 <td><code>port</code></td>
 <td style="text-align: center">String</td>
-<td>The named port to send POST commands (Default: health)</td>
+<td>The named port to send POST commands. (Default: health)</td>
 </tr>
 <tr>
 <td><code>graceful_shutdown_endpoint</code></td>
@@ -1125,6 +1131,16 @@ See <a href="https://docs.docker.com/ref
 <td style="text-align: center">String</td>
 <td>Endpoint to hit to give a task its final warning before being killed. 
(Default: /abortabortabort)</td>
 </tr>
+<tr>
+<td><code>graceful_shutdown_wait_secs</code></td>
+<td style="text-align: center">Integer</td>
+<td>The amount of time (in seconds) to wait after hitting the 
<code>graceful_shutdown_endpoint</code> before proceeding with the <a 
href="https://aurora.apache.org/documentation/latest/reference/task-lifecycle/#forceful-termination-killing-restarting";>task
 termination lifecycle</a>. (Default: 5)</td>
+</tr>
+<tr>
+<td><code>shutdown_wait_secs</code></td>
+<td style="text-align: center">Integer</td>
+<td>The amount of time (in seconds) to wait after hitting the 
<code>shutdown_endpoint</code> before proceeding with the <a 
href="https://aurora.apache.org/documentation/latest/reference/task-lifecycle/#forceful-termination-killing-restarting";>task
 termination lifecycle</a>. (Default: 5)</td>
+</tr>
 </tbody></table>
 
 <h4 id="gracefulshutdownendpoint">graceful<em>shutdown</em>endpoint</h4>
@@ -1132,15 +1148,16 @@ See <a href="https://docs.docker.com/ref
 <p>If the Job is listening on the port as specified by the HttpLifecycleConfig
 (default: <code>health</code>), a HTTP POST request will be sent over 
localhost to this
 endpoint to request that the task gracefully shut itself down.  This is a
-courtesy call before the <code>shutdown_endpoint</code> is invoked a fixed 
amount of
-time later.</p>
+courtesy call before the <code>shutdown_endpoint</code> is invoked
+<code>graceful_shutdown_wait_secs</code> seconds later.</p>
 
 <h4 id="shutdown_endpoint">shutdown_endpoint</h4>
 
 <p>If the Job is listening on the port as specified by the HttpLifecycleConfig
 (default: <code>health</code>), a HTTP POST request will be sent over 
localhost to this
 endpoint to request as a final warning before being shut down.  If the task
-does not shut down on its own after this, it will be forcefully killed</p>
+does not shut down on its own after <code>shutdown_wait_secs</code> seconds, 
it will be
+forcefully killed.</p>
 
 <h1 id="specifying-scheduling-constraints">Specifying Scheduling 
Constraints</h1>
 

Modified: 
aurora/site/publish/documentation/latest/reference/observer-configuration/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/observer-configuration/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/observer-configuration/index.html
 (original)
+++ 
aurora/site/publish/documentation/latest/reference/observer-configuration/index.html
 Sat Nov 11 16:32:40 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/reference/observer-configuration/'"
         value="latest">
+  <option value="0.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

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=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/scheduler-configuration/index.html
 (original)
+++ 
aurora/site/publish/documentation/latest/reference/scheduler-configuration/index.html
 Sat Nov 11 16:32:40 2017
@@ -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.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >
@@ -120,10 +124,6 @@ Required flags:
     Directory to store backups under. Will be created if it does not exist.
 -cluster_name [not null]
     Name to identify the cluster being served.
--db_max_active_connection_count [must be &gt; 0]
-    Max number of connections to use with database via MyBatis
--db_max_idle_connection_count [must be &gt; 0]
-    Max number of idle connections to the database via MyBatis
 -framework_authentication_file
     Properties file which contains framework credentials to authenticate with 
Mesosmaster. Must contain the properties 'aurora_authentication_principal' and 
'aurora_authentication_secret'.
 -ip
@@ -154,6 +154,8 @@ Optional flags:
     Allow jobs to request Mesos GPU resource.
 -allowed_container_types (default [MESOS])
     Container types that are allowed to be used by jobs.
+-allowed_job_environments (default ^(prod|devel|test|staging\d*)$)
+    Regular expression describing the environments that are allowed to be used 
by jobs.
 -async_slot_stat_update_interval (default (1, mins))
     Interval on which to try to update open slot stats.
 -async_task_stat_update_interval (default (1, hrs))
@@ -174,10 +176,6 @@ Optional flags:
     TimeZone to use for cron predictions.
 -custom_executor_config [file must exist, file must be readable]
     Path to custom executor settings configuration file.
--db_lock_timeout (default (1, mins))
-    H2 table lock timeout
--db_row_gc_interval (default (2, hrs))
-    Interval on which to scan the database for unused row references.
 -default_docker_parameters (default {})
     Default docker parameters for any job that does not explicitly declare 
parameters.
 -dlog_max_entry_size (default (512, KB))
@@ -188,10 +186,6 @@ Optional flags:
     Specifies the frequency at which snapshots of local storage are taken and 
written to the log.
 -enable_cors_for
     List of domains for which CORS support should be enabled.
--enable_db_metrics (default true)
-    Whether to use MyBatis interceptor to measure the timing of intercepted 
Statements.
--enable_h2_console (default false)
-    Enable H2 DB management console.
 -enable_mesos_fetcher (default false)
     Allow jobs to pass URIs to the Mesos Fetcher. Note that enabling this 
feature could pose a privilege escalation threat.
 -enable_preemptor (default true)
@@ -330,12 +324,6 @@ Optional flags:
     Metric categories collected for production tasks.
 -sla_stat_refresh_interval (default (1, mins))
     The SLA stat refresh interval.
--slow_query_log_threshold (default (25, ms))
-    Log all queries that take at least this long to execute.
--slow_query_log_threshold (default (25, ms))
-    Log all queries that take at least this long to execute.
--snapshot_hydrate_stores (default [locks, hosts, quota, job_updates])
-    Which H2-backed stores to fully hydrate on the Snapshot.
 -stat_retention_period (default (1, hrs))
     Time for a stat to be retained in memory before expiring.
 -stat_sampling_interval (default (1, secs))
@@ -352,10 +340,10 @@ Optional flags:
     A comma separated list of additional resources to copy into the 
sandbox.Note: if thermos_executor_path is not the thermos_executor.pex file 
itself, this must include it.
 -thermos_home_in_sandbox (default false)
     If true, changes HOME to the sandbox before running the executor. This 
primarily has the effect of causing the executor and runner to extract 
themselves into the sandbox.
+-thrift_method_interceptor_modules (default [])
+    Additional Guice modules for intercepting Thrift method calls.
 -transient_task_state_timeout (default (5, mins))
     The amount of time after which to treat a task stuck in a transient state 
as LOST.
--use_beta_db_task_store (default false)
-    Whether to use the experimental database-backed task store.
 -viz_job_url_prefix (default )
     URL prefix for job container stats.
 -zk_chroot_path

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=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html
 (original)
+++ 
aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html
 Sat Nov 11 16:32:40 2017
@@ -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.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >

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=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html 
Sat Nov 11 16:32:40 2017
@@ -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.19.0"
+    >
+    0.19.0
+      (latest)
+  </option>
   <option value="0.18.1"
     >
     0.18.1
-      (latest)
   </option>
   <option value="0.18.0"
     >
@@ -186,8 +190,10 @@ sequence when killing a running task:</p
 
 <ol>
 <li>If a <code>HttpLifecycleConfig</code> is not present, skip to (4).</li>
-<li>Send a POST to the <code>graceful_shutdown_endpoint</code> and wait 5 
seconds.</li>
-<li>Send a POST to the <code>shutdown_endpoint</code> and wait 5 seconds.</li>
+<li>Send a POST to the <code>graceful_shutdown_endpoint</code> and wait
+<code>graceful_shutdown_wait_secs</code> seconds.</li>
+<li>Send a POST to the <code>shutdown_endpoint</code> and wait
+<code>shutdown_wait_secs</code> seconds.</li>
 <li>Send SIGTERM (<code>kill</code>) and wait at most 
<code>finalization_wait</code> seconds.</li>
 <li>Send SIGKILL (<code>kill -9</code>).</li>
 </ol>

Modified: aurora/site/publish/downloads/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/downloads/index.html?rev=1814960&r1=1814959&r2=1814960&view=diff
==============================================================================
--- aurora/site/publish/downloads/index.html (original)
+++ aurora/site/publish/downloads/index.html Sat Nov 11 16:32:40 2017
@@ -62,6 +62,12 @@
 
 <h2 id="source-distributions">Source distributions</h2>
 
+<h4 id="0-19-0"><a 
href="http://www.apache.org/dyn/closer.cgi?path=/aurora/0.19.0/apache-aurora-0.19.0.tar.gz";>0.19.0</a></h4>
+
+<p><a href="https://www.apache.org/dist/aurora/0.19.0/";>signatures</a>
+| <a 
href="https://git-wip-us.apache.org/repos/asf?p=aurora.git;a=log;h=refs/tags/rel/0.19.0";>commit
 log</a>
+| <a href="/blog/aurora-0-19-0-released/">release notes</a></p>
+
 <h4 id="0-18-1"><a 
href="http://www.apache.org/dyn/closer.cgi?path=/aurora/0.18.1/apache-aurora-0.18.1.tar.gz";>0.18.1</a></h4>
 
 <p><a href="https://www.apache.org/dist/aurora/0.18.1/";>signatures</a>


Reply via email to