Repository: mesos-site
Updated Branches:
  refs/heads/asf-site 36f67aa73 -> e01897eb6


Updated the website built from mesos SHA: 0c4a5c0.


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

Branch: refs/heads/asf-site
Commit: e01897eb6bc083a3d8bcbefdba5b58e164eab345
Parents: 36f67aa
Author: jenkins <[email protected]>
Authored: Tue Dec 12 18:10:15 2017 +0000
Committer: jenkins <[email protected]>
Committed: Tue Dec 12 18:10:15 2017 +0000

----------------------------------------------------------------------
 content/api/latest/java/constant-values.html    | 15 +++--
 content/api/latest/java/index-all.html          |  5 ++
 .../mesos/Protos.OfferOperationState.html       | 65 +++++++++++++++++---
 content/blog/feed.xml                           |  2 +-
 .../index.html                                  |  2 +-
 5 files changed, 73 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/e01897eb/content/api/latest/java/constant-values.html
----------------------------------------------------------------------
diff --git a/content/api/latest/java/constant-values.html 
b/content/api/latest/java/constant-values.html
index c53e116..d7f37f9 100644
--- a/content/api/latest/java/constant-values.html
+++ b/content/api/latest/java/constant-values.html
@@ -4328,34 +4328,41 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a 
name="org.apache.mesos.Protos.OfferOperationState.OFFER_OPERATION_DROPPED_VALUE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a 
href="org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_DROPPED_VALUE">OFFER_OPERATION_DROPPED_VALUE</a></code></td>
+<td class="colLast"><code>5</code></td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a 
name="org.apache.mesos.Protos.OfferOperationState.OFFER_OPERATION_ERROR_VALUE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a 
href="org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_ERROR_VALUE">OFFER_OPERATION_ERROR_VALUE</a></code></td>
 <td class="colLast"><code>4</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a 
name="org.apache.mesos.Protos.OfferOperationState.OFFER_OPERATION_FAILED_VALUE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a 
href="org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_FAILED_VALUE">OFFER_OPERATION_FAILED_VALUE</a></code></td>
 <td class="colLast"><code>3</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a 
name="org.apache.mesos.Protos.OfferOperationState.OFFER_OPERATION_FINISHED_VALUE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a 
href="org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_FINISHED_VALUE">OFFER_OPERATION_FINISHED_VALUE</a></code></td>
 <td class="colLast"><code>2</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a 
name="org.apache.mesos.Protos.OfferOperationState.OFFER_OPERATION_PENDING_VALUE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a 
href="org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_PENDING_VALUE">OFFER_OPERATION_PENDING_VALUE</a></code></td>
 <td class="colLast"><code>1</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a 
name="org.apache.mesos.Protos.OfferOperationState.OFFER_OPERATION_UNSUPPORTED_VALUE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/e01897eb/content/api/latest/java/index-all.html
----------------------------------------------------------------------
diff --git a/content/api/latest/java/index-all.html 
b/content/api/latest/java/index-all.html
index 1101348..c5bde3f 100644
--- a/content/api/latest/java/index-all.html
+++ b/content/api/latest/java/index-all.html
@@ -42433,6 +42433,11 @@
 </a>
 <h2 class="title">O</h2>
 <dl>
+<dt><span class="memberNameLink"><a 
href="org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_DROPPED_VALUE">OFFER_OPERATION_DROPPED_VALUE</a></span>
 - Static variable in enum org.apache.mesos.<a 
href="org/apache/mesos/Protos.OfferOperationState.html" title="enum in 
org.apache.mesos">Protos.OfferOperationState</a></dt>
+<dd>
+<div class="block">
+ The operation was dropped due to a transient error.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_ERROR_VALUE">OFFER_OPERATION_ERROR_VALUE</a></span>
 - Static variable in enum org.apache.mesos.<a 
href="org/apache/mesos/Protos.OfferOperationState.html" title="enum in 
org.apache.mesos">Protos.OfferOperationState</a></dt>
 <dd>
 <div class="block">

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/e01897eb/content/api/latest/java/org/apache/mesos/Protos.OfferOperationState.html
----------------------------------------------------------------------
diff --git 
a/content/api/latest/java/org/apache/mesos/Protos.OfferOperationState.html 
b/content/api/latest/java/org/apache/mesos/Protos.OfferOperationState.html
index 074297a..769dbab 100644
--- a/content/api/latest/java/org/apache/mesos/Protos.OfferOperationState.html
+++ b/content/api/latest/java/org/apache/mesos/Protos.OfferOperationState.html
@@ -145,30 +145,36 @@ extends java.lang.Enum&lt;<a 
href="../../../org/apache/mesos/Protos.OfferOperati
 <th class="colOne" scope="col">Enum Constant and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_DROPPED">OFFER_OPERATION_DROPPED</a></span></code>
+<div class="block">
+ The operation was dropped due to a transient error.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_ERROR">OFFER_OPERATION_ERROR</a></span></code>
 <div class="block">
  The operation description contains an error.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_FAILED">OFFER_OPERATION_FAILED</a></span></code>
 <div class="block">
  The operation failed to apply.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_FINISHED">OFFER_OPERATION_FINISHED</a></span></code>
 <div class="block">
  The operation was successfully applied.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_PENDING">OFFER_OPERATION_PENDING</a></span></code>
 <div class="block">
  Initial state.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_UNSUPPORTED">OFFER_OPERATION_UNSUPPORTED</a></span></code>
 <div class="block">
  Default value if the enum is not set.</div>
@@ -191,33 +197,40 @@ extends java.lang.Enum&lt;<a 
href="../../../org/apache/mesos/Protos.OfferOperati
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_DROPPED_VALUE">OFFER_OPERATION_DROPPED_VALUE</a></span></code>
+<div class="block">
+ The operation was dropped due to a transient error.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_ERROR_VALUE">OFFER_OPERATION_ERROR_VALUE</a></span></code>
 <div class="block">
  The operation description contains an error.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_FAILED_VALUE">OFFER_OPERATION_FAILED_VALUE</a></span></code>
 <div class="block">
  The operation failed to apply.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_FINISHED_VALUE">OFFER_OPERATION_FINISHED_VALUE</a></span></code>
 <div class="block">
  The operation was successfully applied.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_PENDING_VALUE">OFFER_OPERATION_PENDING_VALUE</a></span></code>
 <div class="block">
  Initial state.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html#OFFER_OPERATION_UNSUPPORTED_VALUE">OFFER_OPERATION_UNSUPPORTED_VALUE</a></span></code>
 <div class="block">
@@ -378,7 +391,7 @@ the order they are declared.</div>
 <a name="OFFER_OPERATION_ERROR">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>OFFER_OPERATION_ERROR</h4>
 <pre>public static final&nbsp;<a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html" title="enum in 
org.apache.mesos">Protos.OfferOperationState</a> OFFER_OPERATION_ERROR</pre>
@@ -389,6 +402,20 @@ the order they are declared.</div>
  <code>OFFER_OPERATION_ERROR = 4;</code></div>
 </li>
 </ul>
+<a name="OFFER_OPERATION_DROPPED">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OFFER_OPERATION_DROPPED</h4>
+<pre>public static final&nbsp;<a 
href="../../../org/apache/mesos/Protos.OfferOperationState.html" title="enum in 
org.apache.mesos">Protos.OfferOperationState</a> OFFER_OPERATION_DROPPED</pre>
+<div class="block"><pre>
+ The operation was dropped due to a transient error.
+ </pre>
+
+ <code>OFFER_OPERATION_DROPPED = 5;</code></div>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ FIELD DETAIL =========== -->
@@ -474,7 +501,7 @@ the order they are declared.</div>
 <a name="OFFER_OPERATION_ERROR_VALUE">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>OFFER_OPERATION_ERROR_VALUE</h4>
 <pre>public static final&nbsp;int OFFER_OPERATION_ERROR_VALUE</pre>
@@ -489,6 +516,24 @@ the order they are declared.</div>
 </dl>
 </li>
 </ul>
+<a name="OFFER_OPERATION_DROPPED_VALUE">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OFFER_OPERATION_DROPPED_VALUE</h4>
+<pre>public static final&nbsp;int OFFER_OPERATION_DROPPED_VALUE</pre>
+<div class="block"><pre>
+ The operation was dropped due to a transient error.
+ </pre>
+
+ <code>OFFER_OPERATION_DROPPED = 5;</code></div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../constant-values.html#org.apache.mesos.Protos.OfferOperationState.OFFER_OPERATION_DROPPED_VALUE">Constant
 Field Values</a></dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/e01897eb/content/blog/feed.xml
----------------------------------------------------------------------
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index f0e9fa0..9f182dc 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -117,7 +117,7 @@
 &lt;/ul&gt;
 
 
-&lt;p&gt;If you are a user and would like to suggest some areas for 
performance improvement, please let us know by emailing &lt;a 
href=&quot;&amp;#109;&amp;#x61;&amp;#105;&amp;#x6c;&amp;#116;&amp;#111;&amp;#x3a;&amp;#x64;&amp;#x65;&amp;#x76;&amp;#64;&amp;#97;&amp;#112;&amp;#x61;&amp;#99;&amp;#104;&amp;#101;&amp;#x2e;&amp;#x6d;&amp;#x65;&amp;#x73;&amp;#111;&amp;#x73;&amp;#x2e;&amp;#x6f;&amp;#114;&amp;#103;&quot;&gt;&amp;#100;&amp;#101;&amp;#x76;&amp;#x40;&amp;#x61;&amp;#x70;&amp;#x61;&amp;#99;&amp;#x68;&amp;#101;&amp;#x2e;&amp;#x6d;&amp;#x65;&amp;#115;&amp;#x6f;&amp;#x73;&amp;#46;&amp;#111;&amp;#x72;&amp;#103;&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;If you are a user and would like to suggest some areas for 
performance improvement, please let us know by emailing &lt;a 
href=&quot;&amp;#x6d;&amp;#97;&amp;#105;&amp;#x6c;&amp;#116;&amp;#x6f;&amp;#x3a;&amp;#100;&amp;#101;&amp;#x76;&amp;#64;&amp;#97;&amp;#112;&amp;#x61;&amp;#x63;&amp;#104;&amp;#101;&amp;#46;&amp;#x6d;&amp;#101;&amp;#115;&amp;#111;&amp;#x73;&amp;#46;&amp;#x6f;&amp;#114;&amp;#103;&quot;&gt;&amp;#x64;&amp;#x65;&amp;#118;&amp;#64;&amp;#97;&amp;#112;&amp;#97;&amp;#x63;&amp;#104;&amp;#x65;&amp;#46;&amp;#109;&amp;#x65;&amp;#x73;&amp;#111;&amp;#x73;&amp;#x2e;&amp;#x6f;&amp;#114;&amp;#103;&lt;/a&gt;.&lt;/p&gt;
 
        </content>
   </entry>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/e01897eb/content/blog/performance-working-group-progress-report/index.html
----------------------------------------------------------------------
diff --git a/content/blog/performance-working-group-progress-report/index.html 
b/content/blog/performance-working-group-progress-report/index.html
index 77a9fb7..3ebf4e0 100644
--- a/content/blog/performance-working-group-progress-report/index.html
+++ b/content/blog/performance-working-group-progress-report/index.html
@@ -248,7 +248,7 @@
 </ul>
 
 
-<p>If you are a user and would like to suggest some areas for performance 
improvement, please let us know by emailing <a 
href="&#109;&#x61;&#105;&#x6c;&#116;&#111;&#x3a;&#x64;&#x65;&#x76;&#64;&#97;&#112;&#x61;&#99;&#104;&#101;&#x2e;&#x6d;&#x65;&#x73;&#111;&#x73;&#x2e;&#x6f;&#114;&#103;">&#100;&#101;&#x76;&#x40;&#x61;&#x70;&#x61;&#99;&#x68;&#101;&#x2e;&#x6d;&#x65;&#115;&#x6f;&#x73;&#46;&#111;&#x72;&#103;</a>.</p>
+<p>If you are a user and would like to suggest some areas for performance 
improvement, please let us know by emailing <a 
href="&#x6d;&#97;&#105;&#x6c;&#116;&#x6f;&#x3a;&#100;&#101;&#x76;&#64;&#97;&#112;&#x61;&#x63;&#104;&#101;&#46;&#x6d;&#101;&#115;&#111;&#x73;&#46;&#x6f;&#114;&#103;">&#x64;&#x65;&#118;&#64;&#97;&#112;&#97;&#x63;&#104;&#x65;&#46;&#109;&#x65;&#x73;&#111;&#x73;&#x2e;&#x6f;&#114;&#103;</a>.</p>
 
   </div>
 </div>

Reply via email to