blob: 32fb56240f1ee1213fede2bc2c931dff3063cc63 [file] [log] [blame]
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Apache Mesos Blog</title>
<id>http://mesos.apache.org/blog</id>
<link href="http://mesos.apache.org/blog" />
<link href="http://mesos.apache.org/blog/feed.xml" rel="self"/>
<updated>2017-03-14T00:00:00Z</updated>
<entry>
<id>http://mesos.apache.org/blog/mesos-1-1-1-released/</id>
<link href="/blog/mesos-1-1-1-released/" />
<title>
Apache Mesos 1.1.1 Released
</title>
<updated>2017-03-14T00:00:00Z</updated>
<author>
<name>AlexR</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 1.1.1, is now available for
&lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes some
important bug fixes and improvements on top of 1.1.0. It is highly recommended
that users use this version if you are considering using Mesos 1.1. More
specifically, this release includes the following major fixes and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[MESOS-6002] - The whiteout file cannot be removed correctly using aufs backend.&lt;/li&gt;
&lt;li&gt;[MESOS-6010] - Docker registry puller shows decode error &amp;ldquo;No response decoded&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;[MESOS-6142] - Frameworks may RESERVE for an arbitrary role.&lt;/li&gt;
&lt;li&gt;[MESOS-6360] - The handling of whiteout files in provisioner is not correct.&lt;/li&gt;
&lt;li&gt;[MESOS-6411] - Add documentation for CNI port-mapper plugin.&lt;/li&gt;
&lt;li&gt;[MESOS-6526] - &lt;code&gt;mesos-containerizer launch --environment&lt;/code&gt; exposes executor env vars in &lt;code&gt;ps&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;[MESOS-6571] - Add &amp;ldquo;&amp;ndash;task&amp;rdquo; flag to mesos-execute&lt;/li&gt;
&lt;li&gt;[MESOS-6597] - Include v1 Operator API protos in generated JAR and python packages.&lt;/li&gt;
&lt;li&gt;[MESOS-6606] - Reject optimized builds with libcxx before 3.9&lt;/li&gt;
&lt;li&gt;[MESOS-6621] - SSL downgrade path will CHECK-fail when using both temporary and persistent sockets&lt;/li&gt;
&lt;li&gt;[MESOS-6624] - Master WebUI does not work on Firefox 45&lt;/li&gt;
&lt;li&gt;[MESOS-6676] - Always re-link with scheduler during re-registration.&lt;/li&gt;
&lt;li&gt;[MESOS-6848] - The default executor does not exit if a single task pod fails.&lt;/li&gt;
&lt;li&gt;[MESOS-6852] - Nested container&amp;rsquo;s launch command is not set correctly in docker/runtime isolator.&lt;/li&gt;
&lt;li&gt;[MESOS-6917] - Segfault when the executor sets an invalid UUID when sending a status update.&lt;/li&gt;
&lt;li&gt;[MESOS-7008] - Quota not recovered from registry in empty cluster.&lt;/li&gt;
&lt;li&gt;[MESOS-7133] - mesos-fetcher fails with openssl-related output.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release
&lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.1.1&quot;&gt;CHANGELOG&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 1.1.0 cluster to Mesos 1.1.1 are straightforward.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt;
for detailed information on upgrading to Mesos 1.1.1.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think. If you
run into any issues, please let us know on the
&lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 15 contributors who made 1.1.1 possible:&lt;/p&gt;
&lt;p&gt;Aaron Wood, Alexander Rukletsov, Anand Mazumdar, Avinash sridharan, Benjamin Bannier, Gastón Kleiman, Gilbert Song, Haosdent Huang, Jan Schlicht, Jiang Yan Xu, Jie Yu, Joseph Wu, Michael Park, Neil Conway, Qian Zhang, Till Toenshoff, Vijay Srinivasaraghavan, Vinod Kone, haosdent huang.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-1-2-0-released/</id>
<link href="/blog/mesos-1-2-0-released/" />
<title>
Apache Mesos 1.2.0 Released
</title>
<updated>2017-03-08T00:00:00Z</updated>
<author>
<name>Adam</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 1.2.0, is now available for &lt;a href=&quot;/downloads&quot;&gt;download&lt;/a&gt;. This release includes the following features and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5931&quot;&gt;MESOS-5931&lt;/a&gt; -
&lt;strong&gt;Experimental&lt;/strong&gt; support for auto backend in Mesos Containerizer,
prefering overlayfs then aufs. Please note that the bind backend needs to be
specified explicitly through the agent flag &lt;code&gt;--image_provisioner_backend&lt;/code&gt;
since it requires the sandbox already existed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6402&quot;&gt;MESOS-6402&lt;/a&gt; -
&lt;strong&gt;Experimental&lt;/strong&gt; support for rlimit in Mesos containerizer.
The isolator adds support for setting POSIX resource limits (rlimits) for
containers launched using the Mesos containerizer. POSIX rlimits can be used
to control the resources a process can consume. See
&lt;a href=&quot;/documentation/latest/posix_rlimits&quot;&gt;docs&lt;/a&gt; for details.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6419&quot;&gt;MESOS-6419&lt;/a&gt; -
&lt;strong&gt;Experimental&lt;/strong&gt;: Teardown unregistered frameworks. The master
now treats recovered frameworks very similarly to frameworks that are registered
but currently disconnected. For example, recovered frameworks will be reported
via the normal &amp;ldquo;frameworks&amp;rdquo; key when querying HTTP endpoints. This means there
is no longer a concept of &amp;ldquo;orphan tasks&amp;rdquo;: if the master knows about a task, the
task will be running under a framework. Similarly, &amp;ldquo;teardown&amp;rdquo; operations on
recovered frameworks will now work correctly.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6460&quot;&gt;MESOS-6460&lt;/a&gt; -
&lt;strong&gt;Experimental&lt;/strong&gt;: Container Attach and Exec. This feature adds new
&lt;a href=&quot;/documentation/latest/operator-http-api&quot;&gt;Agent APIs&lt;/a&gt; for attaching a remote
client to the stdin, stdout, and stderr of a running Mesos task, as well as
an API for launching new processes inside the same container as a running
Mesos task and attaching to its stdin, stdout, and stderr. At a high level,
these APIs mimic functionality similar to docker attach and docker exec.
The primary motivation for such functionality is to enable users to debug
their running Mesos tasks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6758&quot;&gt;MESOS-6758&lt;/a&gt; -
&lt;strong&gt;Experimental&lt;/strong&gt; support for &amp;lsquo;Basic&amp;rsquo; auth docker private registry
on Mesos Containerizer. Until now, the mesos containerizer always assumed
Bearer auth, but we now also support basic auth for private registries. Please
note that the AWS ECS uses Basic authorization but it does not work yet due to
the redirect issue &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5172&quot;&gt;MESOS-5172&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More than 200 other bug fixes and improvements made it into this release. For full release notes with all features and bug fixes, please refer to the &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.2.0&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 1.1.0 cluster to Mesos 1.2.0 are straightforward. There are just some minor, backwards compatible deprecations.
Please refer to the &lt;a href=&quot;/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 1.2.0.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think.
If you run into any issues, please let us know on the &lt;a href=&quot;/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 56 contributors who made Mesos 1.2.0 possible:&lt;/p&gt;
&lt;p&gt;Aaron Wood, Abhishek Dasgupta, Adam B, Alexander Rojas, Alexander Rukletsov, Alex Clemmer, Anand Mazumdar, Andrew Schwartzmeyer, Anindya Sinha, Armand Grillet, Avinash Sridharan, Benjamin Bannier, Benjamin Hindman, Benjamin Mahler, Bruce Merry, Chengwei Yang, Daniel Pravat, David Forsythe, Dmitry Zhuk, Gastón Kleiman, Gilbert Song, Greg Mann, Guangya Liu, Haosdent Huang, Ilya Pronin, Jacob Janco, James Peach, Jan Schlicht, Jay Guo, Jeff Malnick, Jiang Yan Xu, Jie Yu, Joerg Schad Johannes Unterstein, Joris Van Remoortere, Joseph Wu, Kevin Klues, Lior Zeno, Manuwela Kanade, Megha Sharma, Michael Park, Miguel Bernadin, Neil Conway, Nicholas Sun, Qian Zhang, Ronald Petty, Santhosh Kumar Shanmugham, Sivaram Kannan, Srinivas Brahmaroutu, Thomas Maurice, Till Toenshoff, Tomasz Janiszewski, Vijay Srinivasaraghavan, Vinod Kone, Yubo Li, and Zhitao Li.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-28-3-released/</id>
<link href="/blog/mesos-0-28-3-released/" />
<title>
Apache Mesos 0.28.3 Released
</title>
<updated>2016-12-20T00:00:00Z</updated>
<author>
<name>Anand Mazumdar</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.28.3, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes some important bug fixes and improvements on top of 0.28.2. It is highly recommended that users use this version if you are considering using Mesos 0.28. More specifically, this release includes the following major fixes and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2043&quot;&gt;MESOS-2043&lt;/a&gt; - Framework auth fail with timeout error and never get authenticated&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5571&quot;&gt;MESOS-5571&lt;/a&gt; - Scheduler JNI throws exception when the major versions of JAR and libmesos don&amp;rsquo;t match.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5691&quot;&gt;MESOS-5691&lt;/a&gt; - SSL downgrade support will leak sockets in CLOSE_WAIT status.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5698&quot;&gt;MESOS-5698&lt;/a&gt; - Quota sorter not updated for resource changes at agent.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5723&quot;&gt;MESOS-5723&lt;/a&gt; - SSL-enabled libprocess will leak incoming links to forks.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5763&quot;&gt;MESOS-5763&lt;/a&gt; - Task stuck in fetching is not cleaned up after &amp;ndash;executor_registration_timeout.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5913&quot;&gt;MESOS-5913&lt;/a&gt; - Stale socket FD usage when using libevent + SSL.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5943&quot;&gt;MESOS-5943&lt;/a&gt; - Incremental http parsing of URLs leads to decoder error.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5986&quot;&gt;MESOS-5986&lt;/a&gt; - SSL Socket CHECK can fail after socket receives EOF.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6104&quot;&gt;MESOS-6104&lt;/a&gt; - Potential FD double close in libevent&amp;rsquo;s&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6142&quot;&gt;MESOS-6142&lt;/a&gt; - Frameworks may RESERVE for an arbitrary role.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6233&quot;&gt;MESOS-6233&lt;/a&gt; - Master CHECK fails during recovery while relinking to other masters.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6299&quot;&gt;MESOS-6299&lt;/a&gt; - Master doesn&amp;rsquo;t remove task from pending when it is invalid.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6457&quot;&gt;MESOS-6457&lt;/a&gt; - Tasks shouldn&amp;rsquo;t transition from TASK_KILLING to TASK_RUNNING.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6502&quot;&gt;MESOS-6502&lt;/a&gt; - _version uses incorrect MESOS&lt;em&gt;{MAJOR,MINOR,PATCH}&lt;/em&gt;VERSION in libmesos java binding.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6527&quot;&gt;MESOS-6527&lt;/a&gt; - Memory leak in the libprocess request decoder.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-6621&quot;&gt;MESOS-6621&lt;/a&gt; - SSL downgrade path will CHECK-fail when using both temporary and persistent sockets.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.28.3&quot;&gt;CHANGELOG&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.28.2 cluster to Mesos 0.28.3 are straightforward. Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.28.3.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 15 contributors who made 0.28.3 possible:&lt;/p&gt;
&lt;p&gt;Anand Mazumdar, Benjamin Bannier, Benjamin Mahler, David Robinson, Gastón Kleiman, Gilbert Song, Greg Mann, Joris Van Remoortere, Joseph Wu, Neil Conway, Silas Snider, Vinod Kone, Yan Xu, Zhitao Li, Zhou Xing&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-1-1-0-released/</id>
<link href="/blog/mesos-1-1-0-released/" />
<title>
Apache Mesos 1.1.0 Released
</title>
<updated>2016-11-10T00:00:00Z</updated>
<author>
<name>Till Toenshoff</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 1.1.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release includes the following features and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;[MESOS-2449] - &lt;strong&gt;Experimental&lt;/strong&gt; support for launching a group of tasks
via a new &lt;code&gt;LAUNCH_GROUP&lt;/code&gt; Offer operation. Mesos will guarantee that either
all tasks or none of the tasks in the group are delivered to the executor.
Executors receive the task group via a new &lt;code&gt;LAUNCH_GROUP&lt;/code&gt; event.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-2533] - &lt;strong&gt;Experimental&lt;/strong&gt; support for HTTP and HTTPS health checks.
Executors may now use the updated &lt;code&gt;HealthCheck&lt;/code&gt; protobuf to implement
HTTP(S) health checks. Both default executors (command and docker) leverage
&lt;code&gt;curl&lt;/code&gt; binary for sending HTTP(S) requests and connect to &lt;code&gt;127.0.0.1&lt;/code&gt;,
hence a task must listen on all interfaces. On Linux, for BRIDGE and USER
modes, docker executor enters the task&amp;rsquo;s network namespace.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-3421] - &lt;strong&gt;Experimental&lt;/strong&gt; Support sharing of resources across
containers. Currently persistent volumes are the only resources allowed to
be shared.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-3567] - &lt;strong&gt;Experimental&lt;/strong&gt; support for TCP health checks. Executors
may now use the updated &lt;code&gt;HealthCheck&lt;/code&gt; protobuf to implement TCP health
checks. Both default executors (command and docker) connect to &lt;code&gt;127.0.0.1&lt;/code&gt;,
hence a task must listen on all interfaces. On Linux, for BRIDGE and USER
modes, docker executor enters the task&amp;rsquo;s network namespace.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4324] - Allow tasks to access persistent volumes in either a
read-only or read-write manner. Using a volume in read-only mode can
simplify sharing that volume between multiple tasks on the same agent.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-5275] - &lt;strong&gt;Experimental&lt;/strong&gt; support for linux capabilities. Frameworks
or operators now have fine-grained control over the capabilities that a
container may have. This allows a container to run as root, but not have all
the privileges associated with the root user (e.g., CAP_SYS_ADMIN).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-5344] - &lt;strong&gt;Experimental&lt;/strong&gt; support for partition-aware Mesos
frameworks. In previous Mesos releases, when an agent is partitioned from
the master and then reregisters with the cluster, all tasks running on the
agent are terminated and the agent is shutdown. In Mesos 1.1, partitioned
agents will no longer be shutdown when they reregister with the master. By
default, tasks running on such agents will still be killed (for backward
compatibility); however, frameworks can opt-in to the new PARTITION_AWARE
capability. If they do this, their tasks will not be killed when a partition
is healed. This allows frameworks to define their own policies for how to
handle partitioned tasks. Enabling the PARTITION_AWARE capability also
introduces a new set of task states: TASK_UNREACHABLE, TASK_DROPPED,
TASK_GONE, TASK_GONE_BY_OPERATOR, and TASK_UNKNOWN. These new states are
intended to eventually replace the TASK_LOST state.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-5788] - &lt;strong&gt;Experimental&lt;/strong&gt; support for Java scheduler adapter. This
adapter allows framework developers to toggle between the old/new API
(driver/scheduler library) implementations, thereby allowing them to easily
transition their frameworks to the new v1 Scheduler API.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6014] - &lt;strong&gt;Experimental&lt;/strong&gt; A new port-mapper CNI plugin, the
&lt;code&gt;mesos-cni-port-mapper&lt;/code&gt; has been introduced. For Mesos containers, with the
CNI port-mapper plugin, users can now expose container ports through host
ports using DNAT. This is especially useful when Mesos containers are
attached to isolated CNI networks such as private bridge networks, and the
services running in the container needs to be exposed outside these
isolated networks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6077] - &lt;strong&gt;Experimental&lt;/strong&gt; A new default executor is introduced which
frameworks can use to launch task groups as nested containers. All the
nested containers share resources likes cpu, memory, network and volumes.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Deprecations&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The following metrics are deprecated and will be removed in Mesos 1.4:
master/slave_shutdowns_scheduled,
master/slave_shutdowns_canceled,
slave_shutdowns_completed.
As of Mesos 1.1.0, these metrics will always be zero. The following new
metrics have been introduced as replacements:
master/slave_unreachable_scheduled,
master/slave_unreachable_canceled,
master/slave_unreachable_completed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-5955] - Health check binary &amp;ldquo;mesos-health-check&amp;rdquo; is removed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6371] - Remove the &amp;lsquo;recover()&amp;rsquo; interface in &amp;lsquo;ContainerLogger&amp;rsquo;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Additional API Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6204] - A new agent flag called &lt;code&gt;--runtime_dir&lt;/code&gt;. Unlike
&lt;code&gt;--work_dir&lt;/code&gt; which persists data across reboots, &lt;code&gt;--runtime_dir&lt;/code&gt; is designed
to checkpoint state that should persist across agent restarts, but not
across reboots. By default this flag is set to &lt;code&gt;/var/run/mesos&lt;/code&gt; when run as
root and &lt;code&gt;os::temp/mesos/runtime/&lt;/code&gt; when run as non-root.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6220] - HTTP handler failures should result in 500 rather than
503 responses. This means that when using the master or agent endpoints,
failures will now result in a &lt;code&gt;500 Internal Server Error&lt;/code&gt; rather than a
&lt;code&gt;503 Service Unavailable&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6241] - New API calls (LAUNCH_NESTED_CONTAINER,
KILL_NESTED_CONTAINER and WAIT_NESTED_CONTAINER) have been added to the
v1 Agent API to manage nested containers within an executor container.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Unresolved Critical Issues&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;[MESOS-3794] - Master should not store arbitrarily sized data in ExecutorInfo.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4642] - Mesos Agent Json API can dump binary data from log files out as invalid JSON.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-5396] - After failover, master does not remove agents with same UPID.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-5856] - Logrotate ContainerLogger module does not rotate logs when run as root with &lt;code&gt;--switch_user&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6142] - Frameworks may RESERVE for an arbitrary role.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6327] - Large docker images causes container launch failures: Too many levels of symbolic links.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6360] - The handling of whiteout files in provisioner is not correct.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6419] - The &amp;lsquo;master/teardown&amp;rsquo; endpoint should support tearing down &amp;lsquo;unregistered_frameworks&amp;rsquo;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6432] - Roles with quota assigned can &amp;ldquo;game&amp;rdquo; the system to receive excessive resources.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;All Experimental Features&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;[MESOS-2449] - Support group of tasks (Pod) constructs and API in Mesos.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-2533] - Support HTTP checks in Mesos.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-3094] - Mesos on Windows.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-3421] - Support sharing of resources across task instances.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-3567] - Support TCP checks in Mesos.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4312] - Porting Mesos on Power (ppc64le).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4355] - Implement isolator for Docker volume.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4641] - Support Container Network Interface (CNI).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4791] - Operator API v1.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4828] - XFS disk quota isolator.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-5275] - Add capabilities support for unified containerizer.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-5344] - Partition-aware Mesos frameworks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-5788] - Added JAVA API adapter for seamless transition to new scheduler API.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6014] - Added port mapping CNI plugin.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-6077] - Added a default (task group) executor.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Furthermore, several bugfixes and improvements made it into this release.
For full release notes with all features and bug fixes, please refer to the &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.1.0&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 1.0.0 cluster to Mesos 1.1.0 are straightforward. There are just some minor, backwards compatible deprecations.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 1.1.0.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think.
If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 73 contributors who made 1.1.0 possible:&lt;/p&gt;
&lt;p&gt;Aaron Wood, Abhishek Dasgupta, Alberto, Aleksandar Prokopec, Alex Clemmer, Alexander Rojas, Alexander Rukletsov, Ammar Askar, Anand Mazumdar, Andy Pang, Anindya Sinha, Artem Harutyunyan, Attila Szarvas, Avinash sridharan, Bart Spaans, Benjamin Bannier, Benjamin Hindman, Benjamin Mahler, Charles Allen, ChrisPaprocki, Daniel Pravat, Dario Rexin, Dave Lester, Gaojin CAO, Gastón Kleiman, Gilbert Song, Giulio Eulisse, Graham Taylor, Greg Mann, Guangya Liu, Haris Choudhary, Ian Babrou, Ilya Pronin, Jacob Janco, Jan Schlicht, Jay Guo, Jiang Yan Xu, Jie Yu, Joerg Schad, Joris Van Remoortere, Joseph Wu, Ken Sipe, Kevin Klues, Klaus Ma, Kunal Thakar, Lawrence Wu, Lijun Tang, Lukas Loesche, Mao Geng, Megha Sharma, Michael Park, Miguel Bernadin, Neil Conway, Pierre Cheynier, Qian Zhang, Roger Ignazio, Santhosh Kumar Shanmugham, Srinivas Brahmaroutu, Till Toenshoff, Tomasz Janiszewski, Vinod Kone, Will Rouesnel, Yong Tang, Yongqiao Wang, Yubo Li, Zhitao Li, anthony caiafa, gnolan, haosdent huang, janisz, uzyexe, zhou xing&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-1-0-1-released/</id>
<link href="/blog/mesos-1-0-1-released/" />
<title>
Apache Mesos 1.0.1 Released
</title>
<updated>2016-08-23T00:00:00Z</updated>
<author>
<name>Vinod Kone</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 1.0.1, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes some important bug fixes and improvements on top of 1.0.0. It is highly recommended to use this version if you are considering using Mesos 1.0. More specifically, this release includes the following fixes and improvements:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5388&quot;&gt;MESOS-5388&lt;/a&gt; - MesosContainerizerLaunch flags execute arbitrary commands via shell.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5862&quot;&gt;MESOS-5862&lt;/a&gt; - External links to .md files broken.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5911&quot;&gt;MESOS-5911&lt;/a&gt; - Webui redirection to leader in browser does not work&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5913&quot;&gt;MESOS-5913&lt;/a&gt; - Stale socket FD usage when using libevent + SSL.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5922&quot;&gt;MESOS-5922&lt;/a&gt; - mesos-agent &amp;ndash;help exit status is 1&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5923&quot;&gt;MESOS-5923&lt;/a&gt; - Ubuntu 14.04 LTS GPU Isolator &amp;ldquo;/run&amp;rdquo; directory is noexec&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5927&quot;&gt;MESOS-5927&lt;/a&gt; - Unable to run &amp;ldquo;scratch&amp;rdquo; Dockerfiles with Unified Containerizer.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5928&quot;&gt;MESOS-5928&lt;/a&gt; - Agent&amp;rsquo;s &amp;lsquo;&amp;ndash;version&amp;rsquo; flag doesn&amp;rsquo;t work&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5930&quot;&gt;MESOS-5930&lt;/a&gt; - Orphan tasks can show up as running after they have finished.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5943&quot;&gt;MESOS-5943&lt;/a&gt; - Incremental http parsing of URLs leads to decoder error&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5945&quot;&gt;MESOS-5945&lt;/a&gt; - NvidiaVolume::create() should check for root before creating volume&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5959&quot;&gt;MESOS-5959&lt;/a&gt; - All non-root tests fail on GPU machine&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5969&quot;&gt;MESOS-5969&lt;/a&gt; - Linux &amp;lsquo;MountInfoTable&amp;rsquo; entries not sorted as expected&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5982&quot;&gt;MESOS-5982&lt;/a&gt; - NvidiaVolume errors out if any binary is missing&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5986&quot;&gt;MESOS-5986&lt;/a&gt; - SSL Socket CHECK can fail after socket receives EOF&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5988&quot;&gt;MESOS-5988&lt;/a&gt; - PollSocketImpl can write to a stale fd.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5830&quot;&gt;MESOS-5830&lt;/a&gt; - Make a sweep to trim excess space around angle brackets&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5970&quot;&gt;MESOS-5970&lt;/a&gt; - Remove HTTP_PARSER_VERSION_MAJOR &amp;lt; 2 code in decoder.&lt;/p&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.0.1&quot;&gt;CHANGELOG&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 1.0.0 cluster to Mesos 1.0.1 are straightforward. Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 1.0.1.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing ld Slack/IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 12 contributors who made 1.0.1 possible&lt;/p&gt;
&lt;p&gt;Anand Mazumdar, Benjamin Mahler, Gilbert Song, Greg Mann, Jiang Yan Xu, Jie Yu, Joris Van Remoortere, Kevin Klues, Pierre Cheynier, Vinod Kone, haosdent huang and zhou xing.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-1-0-0-released/</id>
<link href="/blog/mesos-1-0-0-released/" />
<title>
Apache Mesos 1.0.0 Released
</title>
<updated>2016-07-27T00:00:00Z</updated>
<author>
<name>Vinod Kone</name>
</author>
<content type="html">
&lt;p&gt;Mesos 1.0 release is finally here for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;As most of you know, Apache Mesos has been running in production at some of the largest Internet companies like &lt;a href=&quot;https://twitter.com&quot;&gt;Twitter&lt;/a&gt;, &lt;a href=&quot;https://netflix.com&quot;&gt;Netflix&lt;/a&gt;, &lt;a href=&quot;https://uber.com&quot;&gt;Uber&lt;/a&gt; and &lt;a href=&quot;http://www.jpl.nasa.gov/&quot;&gt;NASA JPL&lt;/a&gt; for many years now. It has been proven to scale to tens of thousands of nodes, running hundreds of thousands of containers serving live traffic without interruption for months at a time.&lt;/p&gt;
&lt;p&gt;Given its track record at these high profile companies, Apache Mesos could have reached its 1.0 milestone a long time ago. But one thing we really wanted to improve upon before doing a 1.0 release was to develop new HTTP APIs to ease the lives of both framework developers and cluster operators alike. These new APIs make it really easy to write a new framework or develop a new tool with off-the-shelf HTTP libraries written in the language of your choice. After iterating on the new APIs for nearly a year, we are confident that they are now ready for widespread use. Combined with a versioning scheme for the new APIs and a well-formulated &lt;a href=&quot;http://mesos.apache.org/documentation/latest/versioning/&quot;&gt;release and support process&lt;/a&gt;, we are happy to call our latest release of Apache Mesos 1.0.&lt;/p&gt;
&lt;p&gt;In addition to the new APIs, the 1.0 release is jam-packed with features that makes running stateless and stateful workloads easy. Below, we will discuss some of the highlights in this release. For further details please refer to the &lt;a href=&quot;https://github.com/apache/mesos/blob/1.0.0/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;HTTP API&lt;/h3&gt;
&lt;p&gt;Before 1.0, there were essentially two types of APIs exposed by Mesos &amp;ndash; the driver-based Framework API used by schedulers and executors and the REST-based HTTP API used by operators and tools. While the driver-based API made writing frameworks easier by hiding the complexities of interfacing with Mesos itself (e.g., leader detection, reliable reconnection, message delivery, etc.) it had several drawbacks. For example, only a few languages had bindings for the driver (specifically, C++, Java and Python), limiting the languages that frameworks could be written in. Moreover, the driver required both the client (e.g., scheduler) and the server (e.g., master) to open connections to one another in order to communicate. This requirement for a bi-directional connection between clients and servers made it really hard for clients to run inside containers or behind firewalls.&lt;/p&gt;
&lt;p&gt;The new &lt;a href=&quot;https://www.youtube.com/watch?v=mDn_iyFSv38&amp;amp;index=13&amp;amp;list=PLGeM09tlguZQVL7ZsfNMffX9h1rGNVqnC&quot;&gt;HTTP API&lt;/a&gt; aims to solve these problems by providing an RPC-based HTTP API for both frameworks (i.e. &lt;a href=&quot;http://mesos.apache.org/documentation/latest/scheduler-http-api/&quot;&gt;schedulers&lt;/a&gt; and &lt;a href=&quot;http://mesos.apache.org/documentation/latest/executor-http-api/&quot;&gt;executors&lt;/a&gt;) and &lt;a href=&quot;http://mesos.apache.org/documentation/latest/operator-http-api/&quot;&gt;operators&lt;/a&gt;. Since the API client libraries can be written in any language that speaks HTTP, it immediately opens the door for frameworks to be written in new languages. More importantly, the HTTP API doesn’t require servers to open a connection back to the client to communicate with it. As such, robust strategies for handling network partitions can now be implemented easily within the Mesos codebase itself.&lt;/p&gt;
&lt;p&gt;Apart from simplifying the API for framework developers and operators, one of the most exciting new features in the new HTTP API is &lt;strong&gt;experimental&lt;/strong&gt; support for &lt;a href=&quot;http://mesos.apache.org/documentation/latest/operator-http-api/&quot;&gt;event streams&lt;/a&gt;. Event streams are a frequently requested &amp;ndash; and long awaited feature &amp;ndash; that have finally made their way into the Mesos codebase. Instead of continuously polling the heavy weight /state endpoint, clients (e.g, service discovery systems) can now get events streamed to them directly by the master.&lt;/p&gt;
&lt;h3&gt;Unified Containerizer&lt;/h3&gt;
&lt;p&gt;Before the unified containerizer support was available, Mesos depended on external daemons to run containers based on a specific image format; &lt;code&gt;docker&lt;/code&gt; daemon to run docker images, &lt;code&gt;rkt&lt;/code&gt; to run appc images and so on. This made the system architecture complex and added more failure points to the platform. With the &lt;a href=&quot;https://www.youtube.com/watch?v=rHUngcGgzVM&amp;amp;index=14&amp;amp;list=PLGeM09tlguZQVL7ZsfNMffX9h1rGNVqnC&quot;&gt;unified containerizer&lt;/a&gt;, we can now use a single container runtime engine, the &lt;code&gt;MesosContainerizer&lt;/code&gt; to run containers off the most popular image formats (Docker, Appc, and soon OCI) without dependency on any external daemons. This makes the platform extremely robust, simplifies the system architecture and gives a unified isolation model for containers, allowing developers to achieve higher feature velocity in improving Mesos.&lt;/p&gt;
&lt;h3&gt;Networking&lt;/h3&gt;
&lt;p&gt;With the addition of support for the Container Networking Interface (&lt;a href=&quot;https://github.com/containernetworking/cni&quot;&gt;CNI&lt;/a&gt;) in 1.0, we have made significant strides towards a comprehensive networking story in Mesos. Now, each container gets its own network namespace, which provides network isolation and allows users to work with containers as if they were running on bare metal or VM. Without network isolation, users have to manage network resources such as TCP/UDP ports on the agent. Managing these resources complicates the design of applications significantly.&lt;/p&gt;
&lt;p&gt;One of the highlights of the new CNI support is the ability to now provide a single IP per container in Mesos. This is one of the most requested features that Mesos has ever had!! Since the CNI interface is widely supported by networking vendors, this gives Mesos tremendous flexibility in orchestrating containers on a wide variety of networking technologies (e.g, VxLAN, &lt;a href=&quot;https://dcos.io/docs/1.8/administration/overlay-networks/&quot;&gt;DC/OS overlay&lt;/a&gt;, &lt;a href=&quot;https://www.projectcalico.org/&quot;&gt;Calico&lt;/a&gt;, &lt;a href=&quot;https://github.com/weaveworks/weave-cni&quot;&gt;Weave&lt;/a&gt;, &lt;a href=&quot;https://github.com/containernetworking/cni/blob/master/Documentation/flannel.md&quot;&gt;Flannel&lt;/a&gt;).&lt;/p&gt;
&lt;h3&gt;Storage&lt;/h3&gt;
&lt;p&gt;Starting from Mesos 1.0, we added &lt;strong&gt;experimnental support&lt;/strong&gt; for external storage to Mesos. Before this feature, while users could use persistent volumes for running stateful services, there were some limitations. First, the users were not able to easily use non-local storage volumes. Second, data migrations for local persistent volumes had to be manually handled by operators. The newly added &lt;code&gt;docker/volume&lt;/code&gt; isolator addresses these limitations. Currently, the isolator interacts with the Docker volume plugins (e.g., &lt;a href=&quot;https://github.com/emccode/rexray&quot;&gt;REX-Ray&lt;/a&gt;, &lt;a href=&quot;https://github.com/ClusterHQ/flocker&quot;&gt;Flocker&lt;/a&gt;, &lt;a href=&quot;https://github.com/rancher/convoy&quot;&gt;Convoy&lt;/a&gt;) using a tool called &lt;code&gt;dvdcli&lt;/code&gt;. By speaking the Docker volume plugin API, Mesos containers can connect with external volumes from numerous storage providers (e.g., Amazon EBS, Ceph, EMC ScaleIO).&lt;/p&gt;
&lt;h3&gt;Security&lt;/h3&gt;
&lt;p&gt;Mesos 1.0 comes with significant improvements in authentication and authorization. While we have long supported framework authentication and SSL/TLS encryption for frameworks and REST endpoints, not all HTTP endpoints were authenticated or authorized. With 1.0, all the sensitive endpoints have support for authentication and authorization.&lt;/p&gt;
&lt;p&gt;More importantly, we have added foundations for multi-tenancy by adding &lt;a href=&quot;https://www.youtube.com/watch?v=-yWHuxXwuAA&amp;amp;index=20&amp;amp;list=PLGeM09tlguZQVL7ZsfNMffX9h1rGNVqnC&quot;&gt;fine-grained authorization&lt;/a&gt; controls. For example, it is now possible to set up ACLs so that a user can only view information about her own tasks in the WebUI and/or HTTP endpoints. This is a must-have for enterprises that need to enforce strict policies around access to information. As part of this effort, the Authorizer interface has been completely overhauled to make it easy for module writers to plugin enterprise-specific security policies.&lt;/p&gt;
&lt;h3&gt;GPU Support&lt;/h3&gt;
&lt;p&gt;That’s right, you can now run your &lt;a href=&quot;https://www.tensorflow.org/&quot;&gt;TensorFlow&lt;/a&gt; jobs &lt;a href=&quot;https://www.youtube.com/watch?v=giJ4GXFoeuA&amp;amp;list=PL903xBaKIoaWc0hnSVyAAGAJUPxq2MCd0&quot;&gt;directly on Mesos&lt;/a&gt;. The custom GPU isolator handles all of the details of allocating GPUs to your application and making sure they are isolated from other jobs running on the system. All you have to worry about is making sure your newest deep learning algorithm is ready for deployment!&lt;/p&gt;
&lt;p&gt;As a bonus, we mimic the functionality of &lt;a href=&quot;https://github.com/NVIDIA/nvidia-docker&quot;&gt;nvidia-docker&lt;/a&gt; so you can take your existing GPU docker containers and run them on Mesos without modification. This means you can test your applications locally on docker and be assured that they will run as expected once you deploy them on Mesos.&lt;/p&gt;
&lt;p&gt;We are working closely with the &lt;a href=&quot;http://spark.apache.org/&quot;&gt;Spark&lt;/a&gt;, &lt;a href=&quot;https://mesosphere.github.io/marathon/&quot;&gt;Marathon&lt;/a&gt;, and &lt;a href=&quot;http://aurora.apache.org/&quot;&gt;Aurora&lt;/a&gt; teams to make scheduling your GPU workloads as easy as possible. We’ll keep you posted as more things develop!&lt;/p&gt;
&lt;h3&gt;Windows Support&lt;/h3&gt;
&lt;p&gt;Mesos 1.0 comes with &lt;strong&gt;experimental&lt;/strong&gt; support for running Mesos Agent on Windows. It is now possible to build Mesos Agent and all its dependencies on Windows using CMake and Microsoft Visual Studio compiler. We are actively working on a tighter integration of Mesos Agent with Windows Container API (scheduled for release later this year), as well as adding support for launching Docker containers. The recent &lt;a href=&quot;https://www.youtube.com/watch?v=bbyK1EBxrek&quot;&gt;Mesoscon talk&lt;/a&gt; gives an overview of the current state of this work as well as presents the roadmap for Mesos Agent on Windows.&lt;/p&gt;
&lt;h3&gt;Community&lt;/h3&gt;
&lt;p&gt;We would like to take this opportunity to give a huge thank you to the incredible Mesos community, without which none of this would be possible. We are fortunate to have a dedicated and enthusiastic community that not only finds and reports bugs but contributes code. In fact, all the highlighted features described above were done in close collaboration with several independent members and organizations in the community (e.g, IBM, Microsoft, Nvidia). It is rewarding to see an ever growing list of organizations using Mesos in production at scale and &lt;a href=&quot;http://mesos.apache.org/blog/dev-community-status/&quot;&gt;contributing back to the community&lt;/a&gt;. Some of these companies have not only built frameworks but entire platforms (e.g., &lt;a href=&quot;https://azure.microsoft.com/en-us/documentation/videos/azurecon-2015-deep-dive-on-the-azure-container-service-with-mesos/&quot;&gt;Azure Container Service&lt;/a&gt;, &lt;a href=&quot;https://dcos.io/&quot;&gt;DC/OS&lt;/a&gt;, &lt;a href=&quot;http://rancher.com/mesos/&quot;&gt;Rancher&lt;/a&gt;) on top of Mesos, which is truly humbling.&lt;/p&gt;
&lt;p&gt;If you are new to Mesos and interested in learning more, please &lt;a href=&quot;http://mesos.apache.org/community/&quot;&gt;join us&lt;/a&gt; on this incredible journey. We are nowhere close to done implementing all the things that we want to build in Mesos and we could always use more help.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/dev-community-status/</id>
<link href="/blog/dev-community-status/" />
<title>
Mesos Developer Community Status Report
</title>
<updated>2016-07-21T00:00:00Z</updated>
<author>
<name>Michael Park</name>
</author>
<content type="html">
&lt;p&gt;The Mesos project has a large and rapidly growing community of users and contributors.
In this post we would like to reflect on the current state
of the community as well as speak about some benefits and challenges that the
growth brings.&lt;/p&gt;
&lt;p&gt;One of such challenges is that the we have to make sure that everyone’s interests
are met. This isn’t always easy due to occasional conflicts of interest. For example,
developers are eager to see their patches vetted and committed to the codebase as
rapidly as possible, whereas production users of Mesos want to make sure that the stability of the software is never
compromised for the sake of rolling out new features. Both are essential components
of a healthy open source infrastructure project, and we want to strike a harmonizing
balance.&lt;/p&gt;
&lt;p&gt;Transparency is the key for being able to grow the community while also making
sure that participants understand and agree with the development direction. In
this post - much of which derives from a recent &lt;a href=&quot;https://www.youtube.com/watch?list=PLGeM09tlguZQVL7ZsfNMffX9h1rGNVqnC&amp;amp;v=SnPmU61fVjQ&quot;&gt;MesosCon 2016 presentation&lt;/a&gt; -
we are going to present some statistics that reflect the current state of the
community participation. The time frame for the following statistics ranges from
the 0.24 release (July 2015) until 1.0.0-rc2 (June/July 2016).&lt;/p&gt;
&lt;p&gt;We mined the data for this post from Mesos &lt;a href=&quot;https://git1-us-west.apache.org/repos/asf?p=mesos.git;a=tree;f=docs;h=b8c6cfa978ea6986fa7e9181f209448f4984a3ab;hb=9c8bfa9b1bfe52fa6b44aaf883333311bdde5519&quot;&gt;git log&lt;/a&gt; and used the recently added
&lt;a href=&quot;https://git1-us-west.apache.org/repos/asf?p=mesos.git;a=blob;f=docs/contributors.yaml;h=e17fed49ea358837eb33827dc3aceea9cd69c1b3;hb=9c8bfa9b1bfe52fa6b44aaf883333311bdde5519&quot;&gt;contributors.yaml&lt;/a&gt; file for mapping contributors to organizations.&lt;/p&gt;
&lt;h3&gt;Community Growth and Diversity&lt;/h3&gt;
&lt;div id=&quot;number_of_contributors_and_committers_per_release&quot;&gt;&lt;/div&gt;
&lt;p&gt;The number of unique contributors has been increasing steadily over time. As of
this writing, the number of contributors for the most recent release is greater
than 100. This is a more than factor two improvement over the 0.24 release for
which there were about 50 unique contributors!&lt;/p&gt;
&lt;p&gt;Historically there have always been large organizations from which the significant
amount of contributions came from. In recent times, Mesosphere, IBM and Microsoft have
been leading in terms of number of contributions made to the codebase. However,
in terms of numbers of people, the individual contributors greatly outnumber those
from Mesosphere, IBM and Microsoft.&lt;/p&gt;
&lt;p&gt;This is a great milestone for all of our individual contributors out there!
We greatly appreciate your contribution to the project and we&amp;rsquo;re looking forward
to seeing even more commits from individual contributors in the future.&lt;/p&gt;
&lt;div id=&quot;commit_breakdown_by_organizations_and_releases&quot;&gt;&lt;/div&gt;
&lt;p&gt;In terms of numbers of commits from an organization, Mesosphere has the highest number after
contributing 62.8% of the commits. It is followed by &amp;lsquo;Other&amp;rsquo; (which is a default organization
for all the authors who do not have an affiliation entry in the &lt;a href=&quot;https://git1-us-west.apache.org/repos/asf?p=mesos.git;a=blob;f=docs/contributors.yaml;h=e17fed49ea358837eb33827dc3aceea9cd69c1b3;hb=9c8bfa9b1bfe52fa6b44aaf883333311bdde5519&quot;&gt;contributors.yaml&lt;/a&gt;), IBM and Microsoft. We are actively working on involving more members from the community
and are looking forward to seeing an even greater community participation.&lt;/p&gt;
&lt;p&gt;It is important to note that 1.0 release has been in the making for a longer time
than previous releases, and that is why there is a significant spike in the number of
commits for 1.0-rc2.
Here is how the same graph looks like once we change the breakdown from releases to months.&lt;/p&gt;
&lt;div id=&quot;commit_breakdown_by_organizations_and_months&quot;&gt;&lt;/div&gt;
&lt;p&gt;It presents a fuller picture where the upward trend is still there, but one can also notice
that the smooth growth trend has been there for a while.&lt;/p&gt;
&lt;p&gt;The last graph that we want to present shows the breakdown of commits per release
between contributors and the PMC members (aka Mesos Committers). As one can see
the number of commits authored by non-committers vastly outnumbers the ones originating
from committers. This shows that the active committers spend a lot of time shepherding
and landing patches from contributors.&lt;/p&gt;
&lt;div id=&quot;commit_breakdown_by_contributors_and_committers&quot;&gt;&lt;/div&gt;
&lt;p&gt;Going forward we are going to introduce a page on our website where we will continuously
publish up-to-date statistics around the developer community. We are also going to double
down on initiatives to improve the contribution experience on the Mesos project. We
started by doing a spring cleaning on our GitHub and Reviewboard backlogs, as well as the Kanban
board in JIRA. This will make sure that shepherds do not get drowned in stale reviews, and that
everyone can see what the community is working on. We also have some ideas around improving the
developer tools, collecting and analyzing metrics around reviews, as well as some other initiatives
that should foster a greater participation. If you are interested in helping us improve the
community participation and drive some of these initiatives please join the &amp;lsquo;Community&amp;rsquo; working group.&lt;/p&gt;
&lt;p&gt;Stay tuned for more news on the dev list!&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-27-3-released/</id>
<link href="/blog/mesos-0-27-3-released/" />
<title>
Apache Mesos 0.27.3 Released
</title>
<updated>2016-06-19T00:00:00Z</updated>
<author>
<name>Jie Yu</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos point release for 0.27, 0.27.3, is now available for
&lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes fixes and
improvements for the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[MESOS-4705] - Linux &amp;lsquo;perf&amp;rsquo; parsing logic may fail when OS distribution has perf backports.&lt;/li&gt;
&lt;li&gt;[MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking a lot of memory.&lt;/li&gt;
&lt;li&gt;[MESOS-5018] - FrameworkInfo Capability enum does not support upgrades.&lt;/li&gt;
&lt;li&gt;[MESOS-5021] - Memory leak in subprocess when &amp;lsquo;environment&amp;rsquo; argument is provided.&lt;/li&gt;
&lt;li&gt;[MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release
&lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.27.3&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.27.2 cluster to Mesos 0.27.3 are
straightforward. Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade
guide&lt;/a&gt; for detailed
information on upgrading to Mesos 0.27.3.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think. If you
run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and
IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 4 contributors who made 0.27.3 possible:&lt;/p&gt;
&lt;p&gt;Fan Du, Vinod Kone, Benjamin Mahler, Dario Rexin, Yongqiao Wang, Jie Yu&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-28-2-released/</id>
<link href="/blog/mesos-0-28-2-released/" />
<title>
Apache Mesos 0.28.2 Released
</title>
<updated>2016-06-13T00:00:00Z</updated>
<author>
<name>Jie Yu</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.28.2, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes some important bug fixes and improvements on top of 0.28.1. It is highly recommended that users use this version if you are considering using Mesos 0.28. More specifically, this release includes the following fixes and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4705&quot;&gt;MESOS-4705&lt;/a&gt; - Linux &amp;lsquo;perf&amp;rsquo; parsing logic may fail when OS distribution has perf backports.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5239&quot;&gt;MESOS-5239&lt;/a&gt; - Persistent volume DockerContainerizer support assumes proper mount propagation setup on the host.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5253&quot;&gt;MESOS-5253&lt;/a&gt; - Isolator cleanup should not be invoked if they are not prepared yet.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5282&quot;&gt;MESOS-5282&lt;/a&gt; - Destroy container while provisioning volume images may lead to a race.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5312&quot;&gt;MESOS-5312&lt;/a&gt; - Env &lt;code&gt;MESOS_SANDBOX&lt;/code&gt; is not set properly for command tasks that changes rootfs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4885&quot;&gt;MESOS-4885&lt;/a&gt; - Unzip should force overwrite.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5449&quot;&gt;MESOS-5449&lt;/a&gt; - Memory leak in SchedulerProcess.declineOffer.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5380&quot;&gt;MESOS-5380&lt;/a&gt; - Killing a queued task can cause the corresponding command executor to never terminate.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5307&quot;&gt;MESOS-5307&lt;/a&gt; - Sandbox mounts should not be in the host mount namespace.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.28.2&quot;&gt;CHANGELOG&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.28.1 cluster to Mesos 0.28.2 are straightforward. Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.28.2.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 10 contributors who made 0.28.2 possible:&lt;/p&gt;
&lt;p&gt;Fan Du, Tomasz Janiszewski, Vinod Kone, Shuai Lin, Ben Mahler, Dario Rexin, Silas Snider, Gilbert Song, Yongqiao Wang, Jie Yu&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-26-1-and-more-released/</id>
<link href="/blog/mesos-0-26-1-and-more-released/" />
<title>
Apache Mesos 0.26.1 and More Released
</title>
<updated>2016-04-12T00:00:00Z</updated>
<author>
<name>Michael Park</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos 0.26.1, 0.25.1 and 0.24.2 are now available for &lt;a href=&quot;/downloads&quot;&gt;download&lt;/a&gt;.
The applicable subset of the following issues were backported.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-920&quot;&gt;MESOS-920&lt;/a&gt; - GLOG performance.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3046&quot;&gt;MESOS-3046&lt;/a&gt; - UUID performance.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3051&quot;&gt;MESOS-3051&lt;/a&gt; - Port Ranges performance.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3052&quot;&gt;MESOS-3052&lt;/a&gt; - Allocator filter performance.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3307&quot;&gt;MESOS-3307&lt;/a&gt; - Configurable task/framework history.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3560&quot;&gt;MESOS-3560&lt;/a&gt; - JSON-based credential files.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3602&quot;&gt;MESOS-3602&lt;/a&gt; - HDFS.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3738&quot;&gt;MESOS-3738&lt;/a&gt; - Mesos health check within docker container.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3773&quot;&gt;MESOS-3773&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4069&quot;&gt;MESOS-4069&lt;/a&gt; - SSL.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3834&quot;&gt;MESOS-3834&lt;/a&gt; - Agent upgrade compatibility&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4106&quot;&gt;MESOS-4106&lt;/a&gt; - Health checks.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4235&quot;&gt;MESOS-4235&lt;/a&gt; - &lt;code&gt;/state&lt;/code&gt; endpoint performance.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4302&quot;&gt;MESOS-4302&lt;/a&gt; - Offer filter timeout fix for backlogged allocator.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4687&quot;&gt;MESOS-4687&lt;/a&gt; - Fixed point resources math.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4711&quot;&gt;MESOS-4711&lt;/a&gt; - Libevent.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4979&quot;&gt;MESOS-4979&lt;/a&gt; - Deletion of special files.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-5021&quot;&gt;MESOS-5021&lt;/a&gt; - Memory leak in subprocess.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Upgrading to 0.26.1 can be done seamlessly on a 0.26.0 cluster. If upgrading from an earlier version, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;p&gt;Thanks to the 20 contributors who made 0.26.1, 0.25.1, and 0.24.2 possible:&lt;/p&gt;
&lt;p&gt;Alexander Rojas, Alexander Rukletsov, Anand Mazumdar, Benjamin Mahler, Felix Abecassis, Gilbert Song, haosdent huang, Isabel Jimenez, James Peach, Joerg Schad, Jojy Varghese, Joris Van Remoortere, Joseph Wu, Kapil Arya, Kevin Klues, Klaus Ma, Michael Park, Neil Conway, Till Toenshoff, Timothy Chen.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-28-0-released/</id>
<link href="/blog/mesos-0-28-0-released/" />
<title>
Apache Mesos 0.28.0 Released
</title>
<updated>2016-03-17T00:00:00Z</updated>
<author>
<name>Vinod Kone</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.28.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release includes the following features and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4343] - A new cgroups isolator for enabling the net_cls subsystem in
Linux. The cgroups/net_cls isolator allows operators to provide network
performance isolation and network segmentation for containers within a Mesos
cluster. To enable the cgroups/net_cls isolator, append &lt;code&gt;cgroups/net_cls&lt;/code&gt; to
the &lt;code&gt;--isolation&lt;/code&gt; flag when starting the slave. Please refer to
docs/mesos-containerizer.md for more details.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4687] - The implementation of scalar resource values (e.g., &amp;ldquo;2.5
CPUs&amp;rdquo;) has changed. Mesos now reliably supports resources with up to three
decimal digits of precision (e.g., &amp;ldquo;2.501 CPUs&amp;rdquo;); resources with more than
three decimal digits of precision will be rounded. Internally, resource math
is now done using a fixed-point format that supports three decimal digits of
precision, and then converted to/from floating point for input and output,
respectively. Frameworks that do their own resource math and manipulate
fractional resources may observe differences in roundoff error and numerical
precision.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4479] - Reserved resources can now optionally include &amp;ldquo;labels&amp;rdquo;.
Labels are a set of key-value pairs that can be used to associate metadata
with a reserved resource. For example, frameworks can use this feature to
distinguish between two reservations for the same role at the same agent
that are intended for different purposes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-2840] - &lt;strong&gt;Experimental&lt;/strong&gt; support for container images in Mesos
containerizer (a.k.a. Unified Containerizer). This allows frameworks to
launch Docker/Appc containers using Mesos containerizer without relying on
docker daemon (engine) or rkt. The isolation of the containers is done using
isolators. Please refer to docs/container-image.md for currently supported
features and limitations.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4793] - &lt;strong&gt;Experimental&lt;/strong&gt; support for v1 Executor HTTP API. This
allows executors to send HTTP requests to the /api/v1/executor agent
endpoint without the need for an executor driver. Please refer to
docs/executor-http-api.md for more details.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;[MESOS-4370] Added support for service discovery of Docker containers that
use Docker Remote API v1.21.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional API Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[MESOS-4066] - Agent should not return partial state when a request is made to /state endpoint during recovery.&lt;/li&gt;
&lt;li&gt;[MESOS-4547] - Introduce TASK_KILLING state.&lt;/li&gt;
&lt;li&gt;[MESOS-4712] - Remove &amp;lsquo;force&amp;rsquo; field from the Subscribe Call in v1 Scheduler API.&lt;/li&gt;
&lt;li&gt;[MESOS-4591] - Change the object of ReserveResources and CreateVolume ACLs to &lt;code&gt;roles&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;[MESOS-3583] - Add stream IDs for HTTP schedulers.&lt;/li&gt;
&lt;li&gt;[MESOS-4427] - Ensure ip_address in state.json (from NetworkInfo) is valid&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Furthermore, several bugfixes and improvements made it into this release.
For full release notes with all features and bug fixes, please refer to the &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.28.0&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.27.0 cluster to Mesos 0.28.0 are straightforward. There are just some minor, backwards compatible deprecations.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.28.0.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think.
If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 44 contributors who made 0.28.0 possible:&lt;/p&gt;
&lt;p&gt;Abhishek Dasgupta,Alex Clemmer,Alex Naparu,Alexander Rojas,Alexander Rukletsov,Anand Mazumdar,Avinash sridharan,Benjamin Bannier,Benjamin Mahler,Bernd Mathiske,Cong Wang,Daniel Pravat,David Forsythe,Diana Arroyo,Disha Singh,Gilbert Song,Greg Mann,Guangya Liu,Isabel Jimenez,James Peach,Jan Schlicht,Jie Yu,Joerg Schad,Jojy Varghese,Joris Van Remoortere,Joseph Wu,Kapil Arya,Kevin Devroede,Kevin Klues,Klaus Ma,M Lawindi,Michael Browning,Michael Lunøe,Michael Park,Neil Conway,Shuai Lin,Till Toenshoff,Timothy Chen,Vinod Kone,Yong Tang,Yongqiao Wang,Zhiwei Chen,haosdent huang,mlawindi&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-27-2-released/</id>
<link href="/blog/mesos-0-27-2-released/" />
<title>
Apache Mesos 0.27.2 Released
</title>
<updated>2016-03-07T00:00:00Z</updated>
<author>
<name>Michael Park</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.27.2, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;.
This release includes fixes and improvements for the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4693&quot;&gt;MESOS-4693&lt;/a&gt; - Variable shadowing in HookManager::slavePreLaunchDockerHook.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4711&quot;&gt;MESOS-4711&lt;/a&gt; - Race condition in libevent poll implementation causes crash.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4754&quot;&gt;MESOS-4754&lt;/a&gt; - The &amp;ldquo;executors&amp;rdquo; field is exposed under a backwards incompatible schema.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4687&quot;&gt;MESOS-4687&lt;/a&gt; - Implement reliable floating point for scalar resources.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.27.2&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.27.1 cluster to Mesos 0.27.2 are straightforward.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.27.2.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think.
If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 4 contributors who made 0.27.2 possible:&lt;/p&gt;
&lt;p&gt;Alexander Rojas, Kevin Devroede, Michael Park, Neil Conway&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-27-1-released/</id>
<link href="/blog/mesos-0-27-1-released/" />
<title>
Apache Mesos 0.27.1 Released
</title>
<updated>2016-02-22T00:00:00Z</updated>
<author>
<name>Michael Park</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.27.1, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;.
This release includes fixes and improvements for: reconnection logic for Zookeeper client, &lt;code&gt;/state&lt;/code&gt; endpoint and &lt;code&gt;systemd&lt;/code&gt; integration.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4546&quot;&gt;MESOS-4546&lt;/a&gt; - Mesos Agents needs to re-resolve hosts in zk string on leader change / failure to connect.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4582&quot;&gt;MESOS-4582&lt;/a&gt; - state.json serving duplicate &amp;ldquo;active&amp;rdquo; fields.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3007&quot;&gt;MESOS-3007&lt;/a&gt; - Support systemd with Mesos.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.27.1&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.27.0 cluster to Mesos 0.27.1 are straightforward.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.27.1.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think.
If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 8 contributors who made 0.27.1 possible:&lt;/p&gt;
&lt;p&gt;Jie Yu, Joerg Shad, Joris Van Remoortere, Joseph Wu, Kapil Arya, Michael Park, Neil Conway, Shuai Lin&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesoscon-2016-cfp-is-now-open/</id>
<link href="/blog/mesoscon-2016-cfp-is-now-open/" />
<title>
MesosCon 2016 CFP is now open!
</title>
<updated>2016-02-12T00:00:00Z</updated>
<author>
<name>Michael Park</name>
</author>
<content type="html">
&lt;p&gt;MesosCon North America 2016 will be held in Denver, CO on June 1-2, 2016.&lt;/p&gt;
&lt;p&gt;Talk submissions, sponsorship opportunities, and early-bird registration are now open for the conference.&lt;/p&gt;
&lt;h2&gt;Speak at MesosCon&lt;/h2&gt;
&lt;p&gt;Several formats are being accepted for speaking proposals, including:
Presentations, Panels, Keynotes and Lightning Talks.
Submissions are being accepted through &lt;strong&gt;March 9, 2016&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;You can take a look at &lt;a href=&quot;https://www.youtube.com/playlist?list=PLVjgeV_avap2arug3vIz8c6l72rvh9poV&quot;&gt;MesosCon 2015 list of talks&lt;/a&gt;
for ideas. If you&amp;rsquo;re unsure about your proposal, or want some feedback or advice in general,
please don&amp;rsquo;t hesitate to reach out to the &lt;a href=&quot;https://mail-archives.apache.org/mod_mbox/mesos-dev&quot;&gt;mesos-dev&lt;/a&gt; mailing list.
We&amp;rsquo;ll be happy to help out! Further details are available on the &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/program/cfp&quot;&gt;CFP website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;All submissions for MesosCon North America will also be considered for the upcoming MesosCon Europe and China events (details to be announced shortly).&lt;/p&gt;
&lt;h2&gt;Sponsor MesosCon&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/sponsors&quot;&gt;sponsorship prospectus for MesosCon&lt;/a&gt; is now available,
including several opportunities with limited availability.&lt;/p&gt;
&lt;h2&gt;Attend MesosCon&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/attend/register&quot;&gt;Early-Bird registration&lt;/a&gt; is open through April 22nd!&lt;/p&gt;
&lt;p&gt;We look forward to seeing you at MesosCon North America, as well as MesosCon Europe and MesosCon China taking place later this year!&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-27-0-released/</id>
<link href="/blog/mesos-0-27-0-released/" />
<title>
Apache Mesos 0.27.0 Released
</title>
<updated>2016-02-02T00:00:00Z</updated>
<author>
<name>Kapil Arya</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.27.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;.
This release includes the following features and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1791&quot;&gt;[MESOS-1791]&lt;/a&gt;: Support for &lt;em&gt;resource quota&lt;/em&gt; that provides non-revocable resource guarantees without tying reservations to particular Mesos agents. Please refer to &lt;a href=&quot;http://mesos.apache.org/documentation/latest/quota&quot;&gt;the quota documentation&lt;/a&gt; for more information.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-191&quot;&gt;[MESOS-191]&lt;/a&gt;: &lt;em&gt;Multiple disk&lt;/em&gt; support to allow for disk IO intensive applications to achieve reliable, high performance.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-4085&quot;&gt;[MESOS-4085]&lt;/a&gt;: Flexible roles with the introduction of &lt;em&gt;implicit roles&lt;/em&gt;. It deprecates the whitelist functionality that was implemented by specifying &lt;code&gt;--roles&lt;/code&gt; during master startup to provide a static list of roles.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2353&quot;&gt;[MESOS-2353]&lt;/a&gt;: Performance improvement of the state endpoint for large clusters.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Furthermore, 167+ bugfixes and improvements made it into this release.
For full release notes with all features and bug fixes, please refer to the &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.27.0&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.26.0 cluster to Mesos 0.27.0 are straightforward. There are just some minor, backwards compatible deprecations.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.27.0.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think.
If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 55 contributors who made 0.27.0 possible:&lt;/p&gt;
&lt;p&gt;Adam B, Alexander Rojas, Alexander Rukletsov, Alex Clemmer, Anand Mazumdar, Andy Pang, Anindya Sinha, Artem Harutyunyan, Avinash sridharan, Bartek Plotka, Benjamin Bannier, Benjamin Hindman, Benjamin Mahler, Bernd Mathiske, Bhuvan Arumugam, BrickXu, Chi Zhang, Cong Wang, Dario Rexin, David Forsythe, Diana Arroyo, Diogo Gomes, Felix Abecassis, Gilbert Song, Greg Mann, Guangya Liu, haosdent huang, James Peach, Jan Schlicht, Jian Qiu, Jie Yu, Jihun Kang, Jiri Simsa, Jocelyn De La Rosa, Joerg Schad, Jojy Varghese, Joris Van Remoortere, Joseph Wu, Kapil Arya, Kevin Klues, Klaus Ma, Mandeep Chadha, Michael Park, Neil Conway, Olivier Sallou, Qian Zhang, Shuai Lin, Stephan Erb, Steve Hoffman, Till Toenshoff, Timothy Chen, Vaibhav Khanduja, Vinod Kone, Vivek Juneja, and Zhitao Li.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-26-0-released/</id>
<link href="/blog/mesos-0-26-0-released/" />
<title>
Apache Mesos 0.26.0 Released
</title>
<updated>2015-12-16T00:00:00Z</updated>
<author>
<name>Till Toenshoff</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.26.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;.
103+ bugfixes and improvements made it into this release.
For full release notes with all features and bug fixes, please refer to the &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.0&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.25.0 cluster to Mesos 0.26.0 are straightforward. There are just some minor, backwards compatible deprecations.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.26.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think.
If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 45 contributors who made 0.26.0 possible:&lt;/p&gt;
&lt;p&gt;Adam B, Alex Clemmer, Alexander Rojas, Alexander Rukletsov, Anand Mazumdar, Andrey Dyatlov, Artem Harutyunyan, Avinash sridharan, Benjamin Bannier,
Benjamin Hindman, Benjamin Mahler, Bernd Mathiske, Bhuvan Arumugam, Chengwei Yang, Chi Zhang, Connor Doyle, Dave Lester, Elsmore, Felix Abecassis,
Gastón Kleiman, Gilbert Song, Greg Mann, Guangya Liu, haosdent huang, Isabel Jimenez, James Peach, Jian Qiu, Jie Yu, Joerg Schad, Jojy Varghese,
Jonathon Rossi, Joris Van Remoortere, Joseph Wu, Kapil Arya, Klaus Ma, Marco Massenzio, Michael Park, Neil Conway, Rossi, Spike Curtis,
Till Toenshoff, Timothy Chen, Tomasz Janiszewski, Vinod Kone, Yong Qiao Wang&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-25-0-released/</id>
<link href="/blog/mesos-0-25-0-released/" />
<title>
Apache Mesos 0.25.0 Released
</title>
<updated>2015-10-12T00:00:00Z</updated>
<author>
<name>Niklas Q. Nielsen</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.25.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;.
This release includes the following features and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1474&quot;&gt;[MESOS-1474]&lt;/a&gt; - Experimental support for maintenance primitives. Please refer to &lt;a href=&quot;http://mesos.apache.org/documentation/latest/maintenance/&quot;&gt;the maintenance documentation&lt;/a&gt; for more information.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2600&quot;&gt;[MESOS-2600]&lt;/a&gt; - Added master endpoints /reserve and /unreserve for dynamic reservations. Please refer to &lt;a href=&quot;http://mesos.apache.org/documentation/latest/reservation/&quot;&gt;the reservation documentation&lt;/a&gt; for more information.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2044&quot;&gt;[MESOS-2044]&lt;/a&gt; - Extended Module APIs to enable IP per container assignment, isolation and resolution. Please refer to &lt;a href=&quot;http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers/&quot;&gt;the container networking documentation&lt;/a&gt; for more information.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Furthermore, 100+ bugs and improvements have made it into this release.
For full release notes with all features and bug fixes, please refer to the &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.25.0&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.24.x cluster to Mesos 0.25 are straightforward, but there are a few caveats/deprecations.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.25.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think.
If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 40 contributors who made 0.25.0 possible:
Adam B, Aditi Dixit, Alex Clemmer, Alexander Rukletsov, Anand Mazumdar, Artem Harutyunyan, Ben Mahler, Bernd Mathiske, Chi Zhang, Cong Wang, Eijsermans, Eren Güve, Felix Abecassis, Greg Mann, Guangya Liu, Isabel Jimenez, James Peach, Jan Schlicht, Jiang Yan Xu, Jie Yu, Joerg Schad, Jojy Varghese, Joris Van Remoortere, Joseph Wu, Kapil Arya, Klaus Ma, Lily Chen, M Bauer, Marco Massenzio, Michael Park, Neil Conway, Niklas Nielsen, Paul Brett, Qian Zhang, Timothy Chen, Vaibhav Khanduja, Vinod Kone, Wojciech Sielski, Yong Qiao Wang and Haosdent Huang&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/announcing-mesoscon-eu-2015-hackathon/</id>
<link href="/blog/announcing-mesoscon-eu-2015-hackathon/" />
<title>
Announcing the #MesosCon Europe Hackathon
</title>
<updated>2015-09-30T00:00:00Z</updated>
<author>
<name>Casey Bisson</name>
</author>
<content type="html">
&lt;p&gt;We are proud to announce the first ever &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon-europe&quot;&gt;MesosCon Europe&lt;/a&gt; hackathon on Friday, October 9th, 2015. This event is an opportunity to contribute to the project, learn from other members of the community, and build some fantastic hacks.&lt;/p&gt;
&lt;p&gt;The hackathon is being sponsored by &lt;a href=&quot;https://www.joyent.com/&quot;&gt;Joyent&lt;/a&gt;, and, though not required, participants are invited to use Joyent&amp;rsquo;s cloud during the hack day. Joyent is offering each participant substantial service credits in their cloud to kickstart work and continue hacking after the event.&lt;/p&gt;
&lt;h3&gt;Award categories&lt;/h3&gt;
&lt;p&gt;We are challenging participants to hack on Mesos in two categories:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Community need&lt;/em&gt;: These are issues logged in the Mesos issue tracker that have received a large amount of activity (comments, votes, etc), and address some of the larger problems or pain points for the community. Suggested projects include new features, bugs, or documentation.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;People’s choice&lt;/em&gt;: These contributions will be voted on by your peers, and our guidance is intentionally open-ended so teams will run wild with their ideas. We’re excited to see what you come up with.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, Joyent is offering a &lt;em&gt;container-native bonus&lt;/em&gt; award to one hack in each of the above categories that best leverages Joyent&amp;rsquo;s Triton bare metal container infrastructure. Joyent&amp;rsquo;s judges may award the container-native bonus at their discretion.&lt;/p&gt;
&lt;h3&gt;Rules&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Coding may not begin until the hackathon officially begins, although we encourage you to plan and scheme ahead of time!&lt;/li&gt;
&lt;li&gt;Sourcecode from the hackathon must be fully available on Github, Bitbucket, or a public source repo in order to be successfully submitted. Code must additionally be licensed in a manner compatible with Mesos&apos; licensing.&lt;/li&gt;
&lt;li&gt;Submitted applications must run.&lt;/li&gt;
&lt;li&gt;Teams may have a maximum of four contributors.&lt;/li&gt;
&lt;li&gt;A team may only win one category.&lt;/li&gt;
&lt;li&gt;Submissions must be related to Mesos in some way.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These rules are subject to change. Please hack the code, not the rules: if you think you&amp;rsquo;re doing something that&amp;rsquo;s against the rules or that gives you an unfair advantage, you probably shouldn&amp;rsquo;t do it.&lt;/p&gt;
&lt;h3&gt;Schedule&lt;/h3&gt;
&lt;p&gt;9:00 - Hacking begins at conference center&lt;/p&gt;
&lt;p&gt;13:00 - Lunch arrives&lt;/p&gt;
&lt;p&gt;17:00 - Coding stops, refreshments are served&lt;/p&gt;
&lt;p&gt;17:15 - Re-explain the voting rules&lt;/p&gt;
&lt;p&gt;17:20 - Presentations start - Each team gets 5 minutes to pitch what they built and show it off&lt;/p&gt;
&lt;p&gt;18:00 - Voting occurs&lt;/p&gt;
&lt;p&gt;18:15 - Winners announced&lt;/p&gt;
&lt;h3&gt;Registration&lt;/h3&gt;
&lt;p&gt;The hackathon is open to all &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon-europe&quot;&gt;MesosCon Europe 2015&lt;/a&gt; attendees. Please indicate your interest in the hackathon while registering for the conference or update your registration to reflect it.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-24-1-and-more-released/</id>
<link href="/blog/mesos-0-24-1-and-more-released/" />
<title>
Apache Mesos 0.24.1 and More Released
</title>
<updated>2015-09-24T00:00:00Z</updated>
<author>
<name>Adam B</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos 0.24.1 is now available for &lt;a href=&quot;/downloads&quot;&gt;download&lt;/a&gt;. This release includes a fix for version parsing for Docker 1.8 and 1.7.0.fc22, as well as a fix for Docker command health checks. These same fixes were backported onto 0.23.0 to produce a new Mesos 0.23.1 release. MESOS-2986 was also backported to 0.21 and 0.22 to produce Mesos 0.21.2 and 0.22.2 (still VOTING). All of these releases are (or will be) available on the &lt;a href=&quot;/downloads&quot;&gt;downloads&lt;/a&gt; page.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2986&quot;&gt;MESOS-2986&lt;/a&gt; - Docker version output is not compatible with Mesos&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3136&quot;&gt;MESOS-3136&lt;/a&gt; - COMMAND health checks with Marathon 0.10.0 are broken&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Upgrading to 0.24.1 can be done seamlessly on a 0.24.0 cluster. In fact, only the slaves need to be upgraded. If upgrading from an earlier version, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;p&gt;Special thanks to the lone code contributor for 0.24.1, 0.23.1, 0.22.2, and 0.21.2: haosdent huang. Our hero.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-24-0-released/</id>
<link href="/blog/mesos-0-24-0-released/" />
<title>
Apache Mesos 0.24.0 Released
</title>
<updated>2015-09-21T00:00:00Z</updated>
<author>
<name>Vinod Kone</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.24.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes the following features and improvements:&lt;/p&gt;
&lt;h4&gt;Scheduler HTTP API (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2288&quot;&gt;MESOS-2288&lt;/a&gt;)&lt;/h4&gt;
&lt;p&gt;Mesos 0.24 provides &lt;strong&gt;experimental&lt;/strong&gt; support for scheduler HTTP API. Framework schedulers can communicate with Mesos by sending HTTP POST requests to &lt;code&gt;/api/v1/scheduler&lt;/code&gt; instead of depending on the native libmesos library. The endpoint accepts both JSON and Protobuf requests. Additionally, the master talks back to the scheduler using the same connection opened by the scheduler, mitigating communication issues in firewalled/NATed environments. Refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/scheduler_http_api/&quot;&gt;scheduler http api documentation&lt;/a&gt; for more information.&lt;/p&gt;
&lt;p&gt;Note that, this release only adds the support for scheduler HTTP API. Support for HTTP executor API is currently in the works and will be released soon!&lt;/p&gt;
&lt;h3&gt;API Versioning (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-3167&quot;&gt;MESOS-3167&lt;/a&gt;)&lt;/h3&gt;
&lt;p&gt;As part of this release, we have also outlined the versioning scheme for Mesos HTTP API going forward. At a high level, the Mesos API (constituting Scheduler, Executor, Internal, Operator/Admin APIs) will have a version in the URL. The versioned URL will have a prefix of &lt;code&gt;/api/vN&lt;/code&gt; where &lt;code&gt;N&lt;/code&gt; is the version of the API. For simplicity, the stable version of the API will correspond to the major release version of Mesos. For example, v1 of the API will be supported by Mesos release versions 1.0.0, 1.4.0, 1.20.0 etc. Refer to the &lt;a href=&quot;https://docs.google.com/document/d/1-iQjo6778H_fU_1Zi_Yk6szg8qj-wqYgVgnx7u3h6OU/edit#&quot;&gt;versioning design document&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h3&gt;Changelog&lt;/h3&gt;
&lt;p&gt;Hundreds of other bug fixes/improvements are included in Mesos 0.24.0.
See the &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.24.0&quot;&gt;CHANGELOG&lt;/a&gt; for a full list of resolved JIRA issues.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.23.x cluster to Mesos 0.24 are straightforward, but there are a few caveats/deprecations.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.24.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 37 contributors who made 0.24.0 possible:&lt;/p&gt;
&lt;p&gt;Adam B, Aditi Dixit, Alex Clemmer, Alexander Rojas, Alexander Rukletsov, Anand Mazumdar, Anindya Sinha, Artem Harutyunyan, Bartek Plotka, Benjamin Hindman, Benjamin Mahler, Bernd Mathiske, Chi Zhang, Chris Heller, Dave Lester, Greg Mann, Guangya Liu, Ian Downes, Isabel Jimenez, James DeFelice, James Peach, Jan Schlicht, Jiang Yan Xu, Jie Yu, Joerg Schad, Jojy Varghese, Joris Van Remoortere, Joseph Wu, Kapil Arya, Klaus Ma, Lily Chen, Marco Massenzio, Mark Wang, Michael Park, Michael Schenck, Niklas Nielsen, Paul Brett, Ryuichi Okumura, Shuai Lin, Till Toenshoff, Tim Anderegg, Timothy Chen, Vinod Kone, Yong Qiao Wang, ayouwei, haosdent huang, usultrared.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesoscon-europe-2015-schedule-announced/</id>
<link href="/blog/mesoscon-europe-2015-schedule-announced/" />
<title>
MesosCon Europe Schedule and Diversity Scholarship Available
</title>
<updated>2015-09-17T00:00:00Z</updated>
<author>
<name>Michael Hausenblas</name>
</author>
<content type="html">
&lt;p&gt;&lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon-europe&quot;&gt;MesosCon Europe 2015&lt;/a&gt; will take place in Dublin, Ireland in three weeks, and we’re excited to announce the event schedule and availability of a diversity scholarship program.&lt;/p&gt;
&lt;h2&gt;Schedule&lt;/h2&gt;
&lt;p&gt;The program committee was overwhelmed by the number of submissions to the first European edition of MesosCon — 65 talks and tutorials have been submitted, you all rock — &lt;a href=&quot;http://markmail.org/message/qf5dbzmugoh4gswf&quot;&gt;we turned to you&lt;/a&gt;, the community to help us select the most interesting and relevant talks. Given we had hard constraints concerning time and space we ended up selecting 14 talks and four lightning talks based on your overall ranking.&lt;/p&gt;
&lt;p&gt;The talks range from introductory presentations that aim helping the onboarding of new Mesos community members to deep dives: in the afternoon we will split into two tracks to be able to accommodate more topics. Sessions will take place on Thursday, October 8th 2015. Check out the &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon-europe/program/schedule&quot;&gt;schedule&lt;/a&gt; yourself!&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ll also be holding a Mesos hackathon on Friday October 9th, and look forward to seeing what members of the community build and dream up.&lt;/p&gt;
&lt;h2&gt;Diversity Scholarship Program&lt;/h2&gt;
&lt;p&gt;As important as the schedule might be, if you can’t be there in person, what gives? So, we&amp;rsquo;re repeating the successful offering of a &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon-europe/attend/scholarship&quot;&gt;scholarship program&lt;/a&gt;: it provides support to women, people of color, and people with disabilities who may not otherwise have the opportunity to attend MesosCon for financial reasons. &lt;a href=&quot;https://docs.google.com/a/twitter.com/forms/d/1YavIUe3-xjjmqxqpE_QYbBkDz3z72iada568NyPxRRg/viewform&quot;&gt;Apply&lt;/a&gt; today and hope to see you in Dublin.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesoscon-goes-europe/</id>
<link href="/blog/mesoscon-goes-europe/" />
<title>
MesosCon goes Europe
</title>
<updated>2015-08-05T00:00:00Z</updated>
<author>
<name>Michael Hausenblas</name>
</author>
<content type="html">
&lt;p&gt;The Mesos &lt;a href=&quot;http://mesos.apache.org/community/&quot;&gt;community&lt;/a&gt; has been growing steadily over the past years and on behalf of the #MesosCon Program Committee I’m excited and proud to be able to share the great news with you: MesosCon is now a world-wide event and this fall it comes to Europe. Organized by the Apache Mesos community, &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon-europe&quot;&gt;#MesosCon Europe&lt;/a&gt; brings together users and developers to share and learn about the project and its growing ecosystem.&lt;/p&gt;
&lt;p&gt;MesosCon Europe 2015 will take place in Dublin, Ireland and feature a full day of sessions to learn more about the Mesos core, an ecosystem developed around the project, and related technologies. The program will include workshops to get started with Mesos, keynote speakers from industry leaders, and sessions led by adopters and contributors. Day two will feature a hackathon held at the conference.&lt;/p&gt;
&lt;p&gt;Now is a good time to start preparing yourself for #MesosCon Europe: no matter if you want to contribute through a talk submission (see the &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon-europe/program/cfp&quot;&gt;CfP&lt;/a&gt; for details) or want to support us through a sponsorship. Stay tuned via &lt;a href=&quot;http://twitter.com/mesoscon&quot;&gt;@MesosCon&lt;/a&gt; and mark these dates in your calendar:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Early bird registration closes: 24 August 2015&lt;/li&gt;
&lt;li&gt;CfP deadline: 25 August 2015&lt;/li&gt;
&lt;li&gt;Schedule announced: 15 September 2015&lt;/li&gt;
&lt;li&gt;Conference dates: 8 and 9 October 2015&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More info: &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon-europe&quot;&gt;http://events.linuxfoundation.org/events/mesoscon-europe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Help us make this first European #MesosCon event a big success by spreading the word and &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon-europe/attend/register&quot;&gt;register today&lt;/a&gt;!&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-23-0-released/</id>
<link href="/blog/mesos-0-23-0-released/" />
<title>
Apache Mesos 0.23.0 Released
</title>
<updated>2015-07-29T00:00:00Z</updated>
<author>
<name>Adam B</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.23.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes the following features and improvements:&lt;/p&gt;
&lt;h4&gt;Per-container network isolation (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1585&quot;&gt;MESOS-1585&lt;/a&gt;)&lt;/h4&gt;
&lt;p&gt;Mesos 0.23 provides support for per-container network monitoring and isolation. Network isolation prevents a single container from exhausting the available network ports, consuming an unfair share of the network bandwidth or significantly delaying packet transmission for others. Network statistics for each active container are published through the /monitor/statistics.json endpoint on the slave. Network isolation is transparent for the majority of tasks running on a slave (those that bind to port 0 and let the kernel allocate their port). This feature is only available on Linux and requires a configure-time flag.
Refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/network-monitoring/&quot;&gt;network monitoring and isolation documentation&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h4&gt;SSL (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-910&quot;&gt;MESOS-910&lt;/a&gt;)&lt;/h4&gt;
&lt;p&gt;Experimental support for SSL encryption of any libprocess communication via libevent. Encrypting traffic between the Mesos master and its slaves and frameworks is important for information security, as it prevents eavesdropping and impersonation. This feature requires a configure-time flag and will have some performance impact.
Refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/mesos-ssl/&quot;&gt;Mesos SSL documentation&lt;/a&gt; for instructions on building and enabling SSL.&lt;/p&gt;
&lt;h4&gt;Oversubscription (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-354&quot;&gt;MESOS-354&lt;/a&gt;)&lt;/h4&gt;
&lt;p&gt;Experimental support for launching tasks/executors on revocable resources. These resources can be revoked by Mesos at any time, causing the tasks using them to be throttled or preempted.&lt;/p&gt;
&lt;p&gt;High-priority user-facing services are typically provisioned on large clusters for peak load and unexpected load spikes. Hence, for most of time, the provisioned resources remain underutilized. Oversubscription takes advantage of temporarily unused resources to execute best-effort tasks such as background analytics, video/image processing, chip simulations, and other low priority jobs.&lt;/p&gt;
&lt;p&gt;Oversubscription adds two new slave components: a Resource Estimator and a Quality of Service (QoS) Controller, alongside extending the existing resource allocator, resource monitor, and mesos slave.
Refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/oversubscription/&quot;&gt;oversubscription documentation&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h4&gt;Persistent volumes (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1554&quot;&gt;MESOS-1554&lt;/a&gt;)&lt;/h4&gt;
&lt;p&gt;Experimental support for frameworks creating Persistent Volumes from disk resources. This enables stateful services such as HDFS and Cassandra to store their data within Mesos rather than having to resort to network-mounted EBS volumes or unmanaged disk resources that need to be placed in a well-known location.
Refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/persistent-volume/&quot;&gt;persistent volume documentation&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h4&gt;Dynamic reservations (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2018&quot;&gt;MESOS-2018&lt;/a&gt;)&lt;/h4&gt;
&lt;p&gt;Experimental support for frameworks dynamically reserving resources on specific slaves for their role. Rather than requiring an operator to specify a fixed, precalculated set of &amp;ldquo;static&amp;rdquo; reservations on slave startup, a framework can now reserve resources as they are being offered, without requiring a slave restart.
No breaking changes were introduced with dynamic reservation, which means the existing static reservation mechanism continues to be fully supported.
Refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/reservation/&quot;&gt;reservation documentation&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h4&gt;Fetcher caching (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-336&quot;&gt;MESOS-336&lt;/a&gt;)&lt;/h4&gt;
&lt;p&gt;Experimental support for fetcher caching of executor/task binaries. The fetcher can be instructed to cache URI downloads in a dedicated directory for reuse by subsequent downloads. If the URI’s “cache” field has the value “true”, then the fetcher cache is in effect. If a URI is encountered for the first time (for a particular user), it is first downloaded into the cache, then copied to the sandbox directory from there. If the same URI is encountered again (for the same user), and a corresponding cache file is resident in the cache or still en route into the cache, then downloading is omitted and the fetcher proceeds directly to copying from the cache.
Refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/fetcher/&quot;&gt;fetcher documentation&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h4&gt;NOTE: Experimental status&lt;/h4&gt;
&lt;p&gt;SSL, Oversubscription, Persistent Volumes, Dynamic Reservations, and Fetcher Caching are all released as &amp;ldquo;experimental&amp;rdquo; features, meaning that they are feature complete, at least for some use case, but have not yet been tested in production environments. We welcome your feedback.&lt;/p&gt;
&lt;h3&gt;Changelog&lt;/h3&gt;
&lt;p&gt;Hundreds of other bug fixes/improvements are included in Mesos 0.23.0.
See the &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.23.0&quot;&gt;CHANGELOG&lt;/a&gt; for a full list of resolved JIRA issues.&lt;/p&gt;
&lt;h3&gt;Upgrades&lt;/h3&gt;
&lt;p&gt;Rolling upgrades from a Mesos 0.22.x cluster to Mesos 0.23 are straightforward, but there are a few caveats/deprecations.
Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to Mesos 0.23.&lt;/p&gt;
&lt;h3&gt;Compiler version requirement&lt;/h3&gt;
&lt;p&gt;Please note that Mesos 0.23.0 now requires gcc 4.8+ or clang 3.5+, so that we can take advantage of C++11 language features.&lt;/p&gt;
&lt;h3&gt;Try it out&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks!&lt;/h3&gt;
&lt;p&gt;Thanks to the 52 contributors who made 0.23.0 possible:
Aaron Bell, Adam B, Aditi Dixit, Akanksha Agrawal, Alexander Rojas, Alexander Rukletsov, Anand Mazumdar, Artem Harutyunyan, Bartek Plotka, Benjamin Hindman, Benjamin Mahler, Bernd Mathiske, Brendan Chang, Brian Wickman, Chi Zhang, Christos Kozyrakis, Cody Maloney, Cong Wang, Connor Doyle, Dave Lester, Dominic Hamon, Evelina Dumitrescu, Gajewski, Greg Mann, haosdent huang, Ian Babrou, Ian Downes, Isabel Jimenez, Itamar Ostricher, James Peach, Jan Schlicht, Jay Buffington, Jiang Yan Xu, Jie Yu, Joerg Schad, Jojy Varghese, Joris Van Remoortere, Kapil Arya, Marco Massenzio, Mark Wang, Michael Park, Nancy Ko, Niklas Q. Nielsen, Oliver Nicholas, Paul Brett, Ricardo Cervera-Navarro, Stan Teresen, Till Toenshoff, Timothy Chen, Vinod Kone, weitao zhou, and Zhiwei Chen&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/register-for-mesoscon-seattle-save/</id>
<link href="/blog/register-for-mesoscon-seattle-save/" />
<title>
Register for MesosCon by 7/31 and Save $100
</title>
<updated>2015-07-28T00:00:00Z</updated>
<author>
<name>Steven Borrelli</name>
</author>
<content type="html">
&lt;p&gt;&lt;a href=&quot;http://www.mesoscon.org&quot;&gt;MesosCon&lt;/a&gt; is less than a month away, and the standard registration fee of $399 expires July 31, 2015. &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/attend/register&quot;&gt;Register today&lt;/a&gt;. Beginning August 1, 2015 the registration fee will be $499. Students are eligible for a special registration fee of US$99 (Note that a valid student id will be required at onsite check-in).&lt;/p&gt;
&lt;p&gt;MesosCon is an annual conference organized by the Apache Mesos community, bringing together users and developers to share and learn about the project and its growing ecosystem.&lt;/p&gt;
&lt;h2&gt;This Year&amp;rsquo;s Conference&lt;/h2&gt;
&lt;p&gt;This year MesosCon will take place August 20 - 21, 2015 at Sheraton Seattle in Seattle, WA, and features four tracks of talks for developers, operations and users. &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/program/schedule&quot;&gt;MesosCon Schedule&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MesosCon’s Keynote speakers feature Adrian Crockroft (Battery Ventures), Benjamin Hindman (Mesosphere), Neha Narula (MIT), and Peter Bailis (Berkeley).&lt;/p&gt;
&lt;p&gt;The Mesos community will once again hold a &lt;a href=&quot;https://www.eventbrite.com/e/mesoscon-2015-pre-conference-hackathon-tickets-17752101012&quot;&gt;day-long hackathon&lt;/a&gt;, this year on Wednesday, August 19th and sponsored by SignalFx.&lt;/p&gt;
&lt;p&gt;On behalf of the #MesosCon Program Committee, we couldn’t be more excited about this year’s conference and what this means for the open source project’s community. We hope that you’ll join us!&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesoscon-seattle-preconference-and-social-activities/</id>
<link href="/blog/mesoscon-seattle-preconference-and-social-activities/" />
<title>
Announcing MesosCon pre-conference and social activities
</title>
<updated>2015-07-13T00:00:00Z</updated>
<author>
<name>Dave Lester</name>
</author>
<content type="html">
&lt;p&gt;The countdown until &lt;a href=&quot;http://www.mesoscon.org&quot;&gt;#MesosCon&lt;/a&gt; 2015 in Seattle continues: only 38 days until the event! &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/attend/register&quot;&gt;Register today&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;re pleased to announce several pre-conference and social activities that we hope will make this year’s conference even more enjoyable.&lt;/p&gt;
&lt;h2&gt;MesosCon Hackathon, Wednesday August 19th&lt;/h2&gt;
&lt;p&gt;Join us for a &lt;a href=&quot;https://www.eventbrite.com/e/mesoscon-2015-pre-conference-hackathon-tickets-17752101012&quot;&gt;pre-conference hackathon on Wednesday, August 19th&lt;/a&gt;; space is limited so be sure to register today! The hackathon is sponsored by &lt;a href=&quot;https://signalfx.com&quot;&gt;SignalFx&lt;/a&gt;, and hosted by &lt;a href=&quot;http://www.moz.com&quot;&gt;Moz&lt;/a&gt; at their office in downtown Seattle a short distance from the Sheraton Seattle conference hotel. The hackathon will take place from 8:30-5:00pm.&lt;/p&gt;
&lt;p&gt;What should you work on? It&amp;rsquo;s really up to you, as long as it&amp;rsquo;s Mesos-related. Here are a few broad categories of projects to consider.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Frameworks (build your own Mesos framework or add features to an existing framework)&lt;/li&gt;
&lt;li&gt;Mesos Core (squashing bugs, adding new features, or even proposing a design document)&lt;/li&gt;
&lt;li&gt;Ops (tools to make it easier to operate a Mesos cluster; examples may include monitoring, logging, etc)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional details about the hackathon are available on the &lt;a href=&quot;https://www.eventbrite.com/e/mesoscon-2015-pre-conference-hackathon-tickets-17752101012&quot;&gt;Eventbrite registration page&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Attendee Offsite Reception, Thursday Evening, August 20th&lt;/h2&gt;
&lt;p&gt;Open to all #MesosCon attendees, join us at the &lt;a href=&quot;http://www.empmuseum.org/&quot;&gt;Experience Music Project&lt;/a&gt; (EMP), a leading-edge nonprofit museum, dedicated to the ideas and risk-taking that fuel contemporary popular culture. Appetizers and drinks included as well as the opportunity to check out some of the current exhibits. Shuttles will be provided from the Sheraton to the EMP starting at 7:30pm and returning later in the evening.&lt;/p&gt;
&lt;h2&gt;Mesos Evening Event, Wednesday, August 19th&lt;/h2&gt;
&lt;p&gt;Twitter plans to host a Mesos event the night before the conference at their Seattle office. More details will be announced in the coming week, so stay tuned!&lt;/p&gt;
&lt;h2&gt;About MesosCon&lt;/h2&gt;
&lt;p&gt;MesosCon will take place August 20 - 21, 2015 at Sheraton Seattle in Seattle, WA with a hackathon taking place the day prior to the event. The standard attendee registration fee will be US$399 (Through July 31, 2015), and late registration US$499 beginning August 1, 2015. Students are eligible for a special registration fee of US$99 (Note that a valid student id will be required at onsite check-in).&lt;/p&gt;
&lt;p&gt;Hope to see you at this year’s MesosCon!&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesoscon-seattle-keynote-speakers-announced/</id>
<link href="/blog/mesoscon-seattle-keynote-speakers-announced/" />
<title>
MesosCon Seattle 2015 Keynote Speakers Announced
</title>
<updated>2015-07-01T00:00:00Z</updated>
<author>
<name>Dave Lester</name>
</author>
<content type="html">
&lt;p&gt;The countdown until &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon&quot;&gt;#MesosCon&lt;/a&gt; has begun:&lt;/p&gt;
&lt;blockquote class=&quot;twitter-tweet&quot; lang=&quot;en&quot;&gt;&lt;p lang=&quot;en&quot; dir=&quot;ltr&quot;&gt;Only 7 weeks until &lt;a href=&quot;https://twitter.com/hashtag/MesosCon?src=hash&quot;&gt;#MesosCon&lt;/a&gt;! Register today and join us in Seattle &lt;a href=&quot;http://t.co/bVJ9dL5CEO&quot;&gt;http://t.co/bVJ9dL5CEO&lt;/a&gt;&lt;/p&gt;&amp;mdash; #MesosCon (@mesoscon) &lt;a href=&quot;https://twitter.com/mesoscon/status/616320613922275332&quot;&gt;July 1, 2015&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src=&quot;//platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;p&gt;MesosCon is an annual conference organized by the Apache Mesos community, bringing together users and developers to share and learn about the project and its growing ecosystem. &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/attend/register&quot;&gt;Register now&lt;/a&gt; and join us in Seattle this August!&lt;/p&gt;
&lt;p&gt;Here’s a rundown of several conference announcements:&lt;/p&gt;
&lt;h2&gt;Keynote Speakers&lt;/h2&gt;
&lt;p&gt;We’ve curated a stellar line-up of invited keynote speakers, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Adrian Crockroft (Battery Ventures)&lt;/li&gt;
&lt;li&gt;Benjamin Hindman (Mesosphere)&lt;/li&gt;
&lt;li&gt;Neha Narula (MIT)&lt;/li&gt;
&lt;li&gt;Peter Bailis (Berkeley)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You don’t want to miss these! We’ll also feature platinum sponsored keynotes from Cisco, Intel, and Mesosphere.&lt;/p&gt;
&lt;h2&gt;Mesos Hackathon&lt;/h2&gt;
&lt;p&gt;The Mesos community will once again hold a day-long hackathon, this year on Wednesday, August 19th and sponsored by SignalFx. More details will be announced soon including the location and registration; stay tuned and hold the date!&lt;/p&gt;
&lt;h2&gt;Lightning Talks&lt;/h2&gt;
&lt;p&gt;Want to present at MesosCon, but missed the call for full sessions? We’ve opened a &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/program/lighting-talks&quot;&gt;CFP for lightning talks&lt;/a&gt;; the application deadline is July 15th.&lt;/p&gt;
&lt;h2&gt;Diversity Scholarship Program&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/attend/scholarship&quot;&gt;MesosCon scholarship program&lt;/a&gt; provides support to women, people of color, and people with disabilities who may not otherwise have the opportunity to attend MesosCon for financial reasons. Equal access and diversity are important to MesosCon, and we aim to remove this obstacle for underrepresented attendee groups. We want you at MesosCon, and we want to help you get there!
Applications are beginning to be reviewed, and will be reviewed on a rolling basis. Apply today! We also encourage MesosCon attendees to donate toward the diversity scholarship program directly during the time of registration using the online system.&lt;/p&gt;
&lt;h2&gt;Stay In Touch&lt;/h2&gt;
&lt;p&gt;As we make future announcements about the conference, stay in the loop and help us get the word out! We’ll be tweeting from @ApacheMesos and @MesosCon, blogging on the &lt;a href=&quot;http://mesos.apache.org/blog/&quot;&gt;Apache Mesos blog&lt;/a&gt;, and sharing updates on the project’s user@ mailing lists.&lt;/p&gt;
&lt;h2&gt;About MesosCon&lt;/h2&gt;
&lt;p&gt;MesosCon will take place August 20 - 21, 2015 at Sheraton Seattle in Seattle, WA with a hackathon taking place the day prior to the event. The standard attendee registration fee will be US$399 (Through July 31, 2015), and late registration US$499 beginning August 1, 2015. Students are eligible for a special registration fee of US$99 (Note that a valid student id will be required at onsite check-in).&lt;/p&gt;
&lt;p&gt;Hope to see you at this year’s MesosCon!&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-22-1-released/</id>
<link href="/blog/mesos-0-22-1-released/" />
<title>
Apache Mesos 0.22.1 Released
</title>
<updated>2015-05-12T00:00:00Z</updated>
<author>
<name>Adam B</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.22.1 is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes fixes to containerizer recovery, sandbox permissions, and the Java and Python bindings. Also, certain fields of FrameworkInfo are now updated on reregistration.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1795&quot;&gt;MESOS-1795&lt;/a&gt; - Assertion failure in state abstraction crashes JVM.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2161&quot;&gt;MESOS-2161&lt;/a&gt; - AbstractState JNI check fails for Marathon framework.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2461&quot;&gt;MESOS-2461&lt;/a&gt; - Slave should provide details on processes running in its cgroups&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2583&quot;&gt;MESOS-2583&lt;/a&gt; - Tasks getting stuck in staging.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2592&quot;&gt;MESOS-2592&lt;/a&gt; - The sandbox directory is not chown&apos;ed if the fetcher doesn&amp;rsquo;t run.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2601&quot;&gt;MESOS-2601&lt;/a&gt; - Tasks are not removed after recovery from slave and mesos containerizer&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2614&quot;&gt;MESOS-2614&lt;/a&gt; - Update name, hostname, failover_timeout, and webui_url in master on framework re-registration&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2643&quot;&gt;MESOS-2643&lt;/a&gt; - Python scheduler driver disables implicit acknowledgments by default.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2668&quot;&gt;MESOS-2668&lt;/a&gt; - Slave fails to recover when there are still processes left in its cgroup&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Upgrading to 0.22.1 can be done seamlessly on a 0.22.0 cluster. If upgrading from an earlier version, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;p&gt;Thanks to all the contributors for 0.22.1: Benjamin Hindman, Benjamin Mahler, Ian Downes, Jie Yu, Joris Van Remoortere, Niklas Nielsen, and Timothy Chen.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-22-0-released/</id>
<link href="/blog/mesos-0-22-0-released/" />
<title>
Apache Mesos 0.22.0 Released
</title>
<updated>2015-03-25T00:00:00Z</updated>
<author>
<name>Niklas Q. Nielsen</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.22.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes several major features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Disk quota isolation in Mesos containerizer; refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/mesos-containerizer/&quot;&gt;containerization documentation&lt;/a&gt; to enable disk quota monitoring and enforcement.&lt;/li&gt;
&lt;li&gt;Support for explicitly sending status updates acknowledgements from schedulers; refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades document&lt;/a&gt; for upgrading schedulers.&lt;/li&gt;
&lt;li&gt;Rate-limiting slave removal, to safeguard against unforeseen bugs which may lead to widespread slave removal.&lt;/li&gt;
&lt;li&gt;Support for module hooks in task launch sequence. Refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/modules/&quot;&gt;modules documentation&lt;/a&gt; for more information.&lt;/li&gt;
&lt;li&gt;Anonymous modules: a new kind of module that does not receive any callbacks but coexists with its parent process.&lt;/li&gt;
&lt;li&gt;New service discovery info in task info allows framework users to specify discoverability of tasks for external service discovery systems.
Refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/app-framework-development-guide/&quot;&gt;framework development guide&lt;/a&gt; for more information.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Furthermore, many bugs have been fixed in this release. For full release notes with all features and bug fixes, please refer to the &lt;a href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Rolling upgrades may be done seamlessly, however some things have changed in 0.22.0 with regard to external tooling and upgrade paths; please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade guide&lt;/a&gt; for detailed information on upgrading to this release from a 0.21.1 cluster.&lt;/p&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;p&gt;Thanks to the 35 contributors who made 0.22.0 possible:
Adam B, Alexander Rojas, Alexander Rukletsov, Ankur Chauhan, Benjamin Hindman, Benjamin Mahler, Bernd Mathiske, Chengwei Yang, Chi Zhang, Christos Kozyrakis, Cody Maloney, Connor Doyle, Dario Rexin, Dave Lester, David Robinson, Dominic Hamon, Evelina Dumitrescu, Gabriel Monroy, Ian Downes, Jake Farrell, Jiang Yan Xu, Jie Yu, Joerg Schad, Joris Van Remoortere, Kapil Arya, Kiyonari Harigae, Michael Park, Niklas Nielsen, Palak Choudhary, R.B. Boyer, Ryan Thomas, Samuel, Till Toenshoff, Timothy Chen and Vinod Kone.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-21-1-released/</id>
<link href="/blog/mesos-0-21-1-released/" />
<title>
Apache Mesos 0.21.1 Released
</title>
<updated>2015-01-20T00:00:00Z</updated>
<author>
<name>Tim Chen</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.21.1 is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes bug fixes that fixes a few performance issues and isolator cleanup, and also includes a few improvements around building mesos on OSX and the docker containerizer.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2047&quot;&gt;MESOS-2047&lt;/a&gt; - Isolator cleanup failures shouldn&amp;rsquo;t cause TASK_LOST.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2071&quot;&gt;MESOS-2071&lt;/a&gt; - Libprocess generates invalid HTTP&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2147&quot;&gt;MESOS-2147&lt;/a&gt; - Large number of connections slows statistics.json responses.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2182&quot;&gt;MESOS-2182&lt;/a&gt; - Performance issue in libprocess SocketManager.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1925&quot;&gt;MESOS-1925&lt;/a&gt; - Docker kill does not allow containers to exit gracefully&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2113&quot;&gt;MESOS-2113&lt;/a&gt; - Improve configure to find apr and svn libraries/headers in OSX&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Upgrading to 0.21.1 can be done seamlessly on a 0.21.0 cluster. If upgrading from an earlier version, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;p&gt;Thanks to all the contributors for 0.21.1: Timothy Chen, Benjamin Mahler, Kapil Arya, Ryan Thomas, Jie Yu, Dario Rexin and Michael Park.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesoscon-2015-earlybird-registration-now-open/</id>
<link href="/blog/mesoscon-2015-earlybird-registration-now-open/" />
<title>
MesosCon Early-Bird Registration Now Open
</title>
<updated>2015-01-14T00:00:00Z</updated>
<author>
<name>Dave Lester</name>
</author>
<content type="html">
&lt;p&gt;A limited number of early-bird tickets are now available for &lt;a href=&quot;http://mesoscon.org&quot;&gt;#MesosCon 2015&lt;/a&gt;, an annual conference organized by the Apache Mesos community. MesosCon brings together users and developers to share and learn about the project and its growing ecosystem, and will take place in Seattle, WA.&lt;/p&gt;
&lt;blockquote class=&quot;twitter-tweet&quot; lang=&quot;en&quot;&gt;&lt;p&gt;.&lt;a href=&quot;https://twitter.com/mesoscon&quot;&gt;@MesosCon&lt;/a&gt; early-bird registration is now open to the first 140 attendees! Join us! &lt;a href=&quot;http://t.co/LcIclfttgq&quot;&gt;http://t.co/LcIclfttgq&lt;/a&gt; More info: &lt;a href=&quot;http://t.co/Dnd5XWhoOH&quot;&gt;http://t.co/Dnd5XWhoOH&lt;/a&gt;&lt;/p&gt;&amp;mdash; Apache Mesos (@ApacheMesos) &lt;a href=&quot;https://twitter.com/ApacheMesos/status/555445970595368960&quot;&gt;January 14, 2015&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt; &lt;script async src=&quot;//platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/attend/register&quot;&gt;Early-bird registration is open today&lt;/a&gt; to the first 140 attendees / through February 14th, 2015.&lt;/p&gt;
&lt;p&gt;MesosCon will take place August 20 - 21, 2015 at Sheraton Seattle in Seattle, WA. The cost of early-bird registration is US$299. The standard attendee registration fee will be US$399 (Through July 31, 2015), and late registration US$499 beginning August 1, 2015. Students are eligible for a special registration fee of US$99 (Note that a valid student id will be required at onsite check-in).&lt;/p&gt;
&lt;p&gt;As part of the registration process, you&amp;rsquo;ll have an opportunity to donate to a &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/attend/scholarship&quot;&gt;Diversity Scholarship&lt;/a&gt; which has been established for the conference. MesosCon’s scholarship program provides support to women, people of color, and people with disabilities who may not otherwise have the opportunity to attend MesosCon for financial reasons. Equal access and diversity are important to MesosCon, and we aim to remove this obstacle for underrepresented attendee groups. We encourage you to donate what you can! If you have any questions regarding the diversity scholarship, please contact &lt;a href=&quot;mailto:mesoscon-diversity@googlegroups.com&quot;&gt;mesoscon-diversity@googlegroups.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On behalf of the #MesosCon Program Committee, we couldn’t be more excited about this year’s conference and what this means for the open source project’s community. We hope that you’ll join us!&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-21-0-released/</id>
<link href="/blog/mesos-0-21-0-released/" />
<title>
Mesos 0.21.0 Released
</title>
<updated>2014-11-17T00:00:00Z</updated>
<author>
<name>Ian Downes</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.21.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;download&lt;/a&gt;. This version includes the following features and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Task reconciliation for frameworks (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1407&quot;&gt;MESOS-1407&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Support for Mesos modules (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1931&quot;&gt;MESOS-1931&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Task status now includes source and reason (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-343&quot;&gt;MESOS-343&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1143&quot;&gt;MESOS-1143&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;A shared filesystem isolator (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1586&quot;&gt;MESOS-1586&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;A pid namespace isolator (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1765&quot;&gt;MESOS-1765&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;State Reconciliation&lt;/h3&gt;
&lt;p&gt;Frameworks are now able to reconcile task state through the mesos API, to ensure that they remain eventually consistent in the face of failures. Read more about reconciliation &lt;a href=&quot;http://mesos.apache.org/documentation/latest/reconciliation/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Mesos Modules&lt;/h3&gt;
&lt;p&gt;Experimental support for Mesos modules was introduced in Mesos 0.21.0;
please note the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/modules&quot;&gt;disclaimer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Mesos modules provide a way to easily extend inner workings of Mesos by creating and using shared libraries that are loaded on demand. Modules can be used to customize Mesos without having to recompiling/relinking for each specific use case. Modules can isolate external dependencies into separate libraries, thus resulting into a smaller Mesos core. Modules also make it easy to experiment with new features. For example, imagine loadable allocators that contain a VM (Lua, Python, …) which makes it possible to try out new allocator algorithms written in scripting languages without forcing those dependencies into the project. Finally, modules provide an easy way for third parties to easily extend Mesos without having to know all the internal details.&lt;/p&gt;
&lt;p&gt;For more details, please read the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/modules&quot;&gt;modules documentation&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Task Status Includes Source and Reason&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;TaskStatus&lt;/code&gt; associated with a status update has relied on a single enum and free-form string to communicate the status. There are benefits to adding more data to the status update, and in Mesos 0.21.0, we have introduced the notion of a &lt;code&gt;Source&lt;/code&gt; and &lt;code&gt;Reason&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The source of a status update is, broadly speaking, the actor that changed the status. This can currently be Master, Slave, or Executor. Similarly, we have added an enumeration of reasons for the status update. The list can be found in &lt;code&gt;include/mesos/mesos.proto&lt;/code&gt; and is fairly extensive.&lt;/p&gt;
&lt;p&gt;Our hope is that frameworks can use the source and reason to better communicate status updates to end users, and make better scheduling decisions.&lt;/p&gt;
&lt;p&gt;We have also introduced the notion of a &lt;code&gt;TASK_ERROR&lt;/code&gt; state, distinct from &lt;code&gt;TASK_LOST&lt;/code&gt;. The semantic difference is that tasks that are updated as lost can be rescheduled and should succeed, while tasks with status error will continue to fail if they are rescheduled. In Mesos 0.21.0 we do not send &lt;code&gt;TASK_ERROR&lt;/code&gt; but it has been defined so frameworks can prepare to receive it. We will start sending it in Mesos 0.22.0.&lt;/p&gt;
&lt;h3&gt;Shared Filesystem Isolator&lt;/h3&gt;
&lt;p&gt;Mesos 0.21.0 introduces an optional shared filesystem isolator for the Mesos Containerizer. The isolator does not provide full filesystem encapsulation like Docker. It is intended for deployments where containers share the host&amp;rsquo;s root filesystem but certain parts of the filesystem should be made private to each container.&lt;/p&gt;
&lt;p&gt;One example use-case is a private &lt;code&gt;/tmp&lt;/code&gt; directory for each container. Processes running in the container will see a normal &lt;code&gt;/tmp&lt;/code&gt; directory but it actually refers to a subdirectory of the executor work directory, e.g., the relative path &lt;code&gt;./tmp&lt;/code&gt;. Processes will not be able to see files in the host&amp;rsquo;s &lt;code&gt;/tmp&lt;/code&gt; directory or the &lt;code&gt;/tmp&lt;/code&gt; directory of any other container.&lt;/p&gt;
&lt;p&gt;This isolator is available only on Linux.&lt;/p&gt;
&lt;h3&gt;Pid Namespace Isolator&lt;/h3&gt;
&lt;p&gt;Mesos 0.21.0 also introduces an optional pid namespace isolator for the Mesos Containerizer. The isolator runs each container in its own pid namespace such that processes inside a container will not have visibility to processes running on the host or in other containers.&lt;/p&gt;
&lt;p&gt;The Mesos Containerizer Launcher has been updated to use the pid namespace to terminate all processes when destroying a container. This avoids known kernel bugs and race conditions when using the freezer cgroup. If the container is not running inside a pid namespace (started with an earlier slave version), the launcher will fall back to the prior behavior and use the freezer cgroup.&lt;/p&gt;
&lt;p&gt;This isolator is only available on Linux.&lt;/p&gt;
&lt;h3&gt;Getting Involved&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;Thanks to the 27 &lt;a href=&quot;https://github.com/apache/mesos/graphs/contributors&quot;&gt;contributors&lt;/a&gt; who made 0.21.0 possible:&lt;/p&gt;
&lt;p&gt;Adam Bordelon, Alexander Rukletsov, Benjamin Hindman, Benjamin Mahler, Bernd Mathiske, Chengwei Yang, Chi Zhang, Cody Maloney, Dave Lester, Dominic Hamon, Evelina Dumitrescu, Ian Downes, Jie Yu, Joe Gordon, Joris Van Remoortere, Dharmesh Kakadia, Kapil Arya, Michael Park, Niklas Q. Nielsen, R.B. Boyer, Thomas Rampelberg, Till Toenshoff, Timothy Chen, Timothy St. Clair, Tobi Knaup, Vinod Kone.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-20-1-released/</id>
<link href="/blog/mesos-0-20-1-released/" />
<title>
Apache Mesos 0.20.1 Released
</title>
<updated>2014-09-23T00:00:00Z</updated>
<author>
<name>Adam B</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.20.1 is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. One of the major features of Mesos 0.20.0 was native Docker support, and that support has been improved in 0.20.1 by the following bug fixes and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1621&quot;&gt;MESOS-1621&lt;/a&gt; - Docker run networking should be configurable and support bridge network&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1724&quot;&gt;MESOS-1724&lt;/a&gt; - Can&amp;rsquo;t include port in DockerInfo&amp;rsquo;s image&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1730&quot;&gt;MESOS-1730&lt;/a&gt; - Should be an error if commandinfo shell=true when using docker containerizer&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1732&quot;&gt;MESOS-1732&lt;/a&gt; - Mesos containerizer doesn&amp;rsquo;t reject tasks with container info set&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1737&quot;&gt;MESOS-1737&lt;/a&gt; - Isolation=external result in core dump on 0.20.0&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1755&quot;&gt;MESOS-1755&lt;/a&gt; - Add docker support to mesos-execute&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1758&quot;&gt;MESOS-1758&lt;/a&gt; - Freezer failure leads to lost task during container destruction.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1762&quot;&gt;MESOS-1762&lt;/a&gt; - Avoid docker pull on each container run&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1770&quot;&gt;MESOS-1770&lt;/a&gt; - Docker with command shell=true should override entrypoint&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1809&quot;&gt;MESOS-1809&lt;/a&gt; - Modify docker pull to use docker inspect after a successful pull&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Upgrading to 0.20.1 can be done seamlessly on a 0.20.0 cluster. If upgrading from 0.19.x, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;p&gt;Thanks to all the contributors for 0.20.1: Timothy Chen, Jie Yu, Timothy St. Clair, Vinod Kone, Chris Heller, Kamil Domański, and Till Toenshoff.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-20-0-released/</id>
<link href="/blog/mesos-0-20-0-released/" />
<title>
Mesos 0.20.0 Released
</title>
<updated>2014-09-03T00:00:00Z</updated>
<author>
<name>Jie Yu</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.20.0, is now available for &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;download&lt;/a&gt;. This version includes the following features and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Native Docker support (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1524&quot;&gt;MESOS-1524&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Container level network monitoring (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1228&quot;&gt;MESOS-1228&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Framework authorization (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1342&quot;&gt;MESOS-1342&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Framework rate limiting (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1306&quot;&gt;MESOS-1306&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Building against installed third-party dependencies (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1071&quot;&gt;MESOS-1071&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Native Docker Support&lt;/h3&gt;
&lt;p&gt;Mesos 0.20.0 introduces first-class &lt;a href=&quot;https://www.docker.com/&quot;&gt;Docker&lt;/a&gt; support. Framework writers can now launch Docker containers for tasks by specifying &lt;code&gt;ContainerInfo&lt;/code&gt; in &lt;code&gt;TaskInfo&lt;/code&gt; or &lt;code&gt;ExecutorInfo&lt;/code&gt;. The initial version allows the framework writers to specify Docker images for containers, and supports Docker primitives like volumes, entrypoints, etc.&lt;/p&gt;
&lt;p&gt;Native Docker support is enabled by a new containerizer called DockerContainerizer, which can launch a Docker container as either a Task or an Executor. In 0.20.0, Mesos supports running multiple containerizers simultaneously and allows containerizers to be chosen dynamically based on task/executor info (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1527&quot;&gt;MESOS-1527&lt;/a&gt;). Therefore, users can enable native Docker support without changing the containerizer strategy for their existing tasks.&lt;/p&gt;
&lt;p&gt;Details about native Docker support can be found in the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/docker-containerizer/&quot;&gt;Docker containerizer documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Container Level Network Monitoring&lt;/h3&gt;
&lt;p&gt;Prior to Mesos 0.20.0, it was not possible to get the network statistics for each container, which made triaging or debugging network problems difficult in cases where multiple active tasks/executors were running on slave machines. Mesos 0.20.0 solves this problem by adding support for &lt;a href=&quot;http://mesos.apache.org/documentation/latest/network-monitoring/&quot;&gt;per-container network monitoring&lt;/a&gt;. If you use the Mesos containerizer with the port_mapping isolator, network statistics for each active container can be retrieved through the &lt;code&gt;/monitor/statistics.json&lt;/code&gt; endpoint on the slave.&lt;/p&gt;
&lt;p&gt;This network monitoring solution is completely transparent to the tasks running on the slave. Tasks will not notice any difference to running on a slave without network monitoring enabled and were sharing the network of the slave. There is no need for users to change their service discovery mechanism.&lt;/p&gt;
&lt;h3&gt;Framework Authorization&lt;/h3&gt;
&lt;p&gt;Authorization support has been implemented via Access Control Lists (ACLs). Authorization allows:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Frameworks to (re-)register with authorized ‘roles’&lt;/li&gt;
&lt;li&gt;Frameworks to launch tasks/executors as authorized ‘users’&lt;/li&gt;
&lt;li&gt;Authorized ‘principals’ to shutdown framework(s) through “/shutdown” HTTP endpoint&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For instance, operators can use authorization to only allow framework &amp;ldquo;foo&amp;rdquo; (and no other frameworks) to launch executors as &amp;ldquo;root&amp;rdquo;. For more details please read the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/authorization/&quot;&gt;authorization documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Framework Rate Limiting&lt;/h3&gt;
&lt;p&gt;In a multi-framework environment, &lt;a href=&quot;http://mesos.apache.org/documentation/latest/framework-rate-limiting/&quot;&gt;framework rate limiting&lt;/a&gt; aims to protect the throughput of high-SLA (e.g., production, service) frameworks by having the master throttle messages from other (e.g., development, batch) frameworks. Using this feature, an operator can specify the maximum number of queries per second and outstanding messages for the low-SLA frameworks on the master.&lt;/p&gt;
&lt;h3&gt;Building Against Installed Third-party Dependencies&lt;/h3&gt;
&lt;p&gt;Mesos 0.20.0 now supports building using system installed dependencies. Prior to this release, most of the third-party dependencies of Mesos were included in the project and statically linked into the resulting binaries and libraries. See &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1071&quot;&gt;MESOS-1071&lt;/a&gt; for more details about these changes.&lt;/p&gt;
&lt;h3&gt;Future Work&lt;/h3&gt;
&lt;p&gt;Looking forward, here are a few upcoming features that are being worked on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improvement of Docker support in Mesos (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1524&quot;&gt;MESOS-1524&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;On top of network monitoring, evaluating and providing support for per-container network isolation (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1585&quot;&gt;MESOS-1585&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Continued work on state reconciliation for frameworks (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1407&quot;&gt;MESOS-1407&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Getting Involved&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;user mailing list and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;Thanks to the 29 &lt;a href=&quot;https://github.com/apache/mesos/graphs/contributors&quot;&gt;contributors&lt;/a&gt; who made 0.20.0 possible:&lt;/p&gt;
&lt;p&gt;Adam B, Alexandra Sava, Anton Lindström, Benjamin Hindman, Benjamin Mahler, Bernardo Gomez Palacio, Bill Farner, Chengwei Yang, Chi Zhang, Connor Doyle, Craig Hansen-Sturm, Dave Lester, Dominic Hamon, Gaudio, Ian Downes, Isabel Jimenez, Jiang Yan Xu, Jie Yu, Ken Sipe, Niklas Nielsen, Thomas Rampelberg, Timothy Chen, Timothy St. Clair, Tobias Weingartner, Tom Arnfeld, Vinod Kone, Yifan Gu, Zuyu Zhang&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesoscon-2014-hackathon-details-announced/</id>
<link href="/blog/mesoscon-2014-hackathon-details-announced/" />
<title>
#MesosCon Hackathon Details Announced
</title>
<updated>2014-07-24T00:00:00Z</updated>
<author>
<name>Dave Lester</name>
</author>
<content type="html">
&lt;p&gt;After a &lt;a href=&quot;http://mesoscon14.sched.org&quot;&gt;full day of workshops and talks&lt;/a&gt; at &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon&quot;&gt;MesosCon&lt;/a&gt;, we&amp;rsquo;re challenging participants to hack on &lt;a href=&quot;http://mesos.apache.org&quot;&gt;Mesos&lt;/a&gt; during an &lt;a href=&quot;http://www.atlassian.com&quot;&gt;Atlassian&lt;/a&gt;-sponsored hackathon taking place Friday, August 22nd. This event is an opportunity to contribute to the project, collaborate with other members of the community, and learn in the process.&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ve identified two categories of hacks that we hope participants will focus on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Community Need&lt;/em&gt;: These are issues logged in the &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel&quot;&gt;Mesos issue tracker&lt;/a&gt; that have received a large amount of activity (comments, votes, etc), and address some of the larger problems or pain points for the community. Suggested projects include new features, bugs, or documentation.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;People&amp;rsquo;s Choice&lt;/em&gt;: These contributions will be voted on by your peers, and our guidance is intentionally open-ended so teams will run wild with their ideas. We&amp;rsquo;re excited to see what you come up with.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Forming Groups&lt;/h2&gt;
&lt;p&gt;We strongly encourage hackathon participants to use the public &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS/&quot;&gt;JIRA issue tracker&lt;/a&gt; to log and discuss their ideas prior to the hackathon, using the &lt;a href=&quot;https://issues.apache.org/jira/issues/?jql=project%20%3D%20MESOS%20AND%20labels%20%3D%20%22MesosConHack%22&quot;&gt;MesosConHack label&lt;/a&gt;. The &lt;a href=&quot;http://mesos.apache.org/community/&quot;&gt;project mailing lists and IRC&lt;/a&gt; are good places to discover and share project ideas in advance.&lt;/p&gt;
&lt;p&gt;Thursday evening of MesosCon, teams will form and ideas may be pitched. Additionally, project committers will be on-site to act as mentors and shepherds throughout the hackathon.&lt;/p&gt;
&lt;h2&gt;Hackathon Rules&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Actual development on submissions should begin the evening of August 21st and must not begin earlier. However, teams are encouraged to have community discussions prior to the event.&lt;/li&gt;
&lt;li&gt;In order for an entry to be valid, a pull request or review board patch must be submitted.&lt;/li&gt;
&lt;li&gt;Submitted applications must run.&lt;/li&gt;
&lt;li&gt;Teams may have a maximum of four contributors.&lt;/li&gt;
&lt;li&gt;A team may only win one category.&lt;/li&gt;
&lt;li&gt;Submissions must be related to Mesos in some way.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Schedule&lt;/h2&gt;
&lt;h3&gt;Thursday Evening&lt;/h3&gt;
&lt;p&gt;Following sessions on day one of MesosCon, we will hold a hackathon kickoff that includes an explanation of the rules, and a chance for ideas to be pitched and teams formed. Hacking may begin at this time, although evening hacking is optional.&lt;/p&gt;
&lt;h3&gt;Friday&lt;/h3&gt;
&lt;p&gt;9:00 - Hacking begins at conference center&lt;/p&gt;
&lt;p&gt;13:00 - Lunch arrives&lt;/p&gt;
&lt;p&gt;17:00 - Coding stops, refreshments are served&lt;/p&gt;
&lt;p&gt;17:15 - Re-explain the voting rules&lt;/p&gt;
&lt;p&gt;17:20 - Presentations start - Each team gets 5 minutes to pitch what they built and show it off&lt;/p&gt;
&lt;p&gt;18:00 - Voting occurs&lt;/p&gt;
&lt;p&gt;18:15 - Winners announced&lt;/p&gt;
&lt;h2&gt;Registration&lt;/h2&gt;
&lt;p&gt;Interested in participating in the hackathon? Participants must &lt;a href=&quot;https://www.regonline.com/register/login.aspx?eventID=1533330&amp;amp;MethodId=0&amp;amp;EventsessionId=&quot;&gt;register for MesosCon&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For new MesosCon registrants, you will see a checkbox at the time of registration. If you&amp;rsquo;ve already registered for MesosCon, you will be contacted to confirm whether you plan to participate in the hackathon.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-19-1-released/</id>
<link href="/blog/mesos-0-19-1-released/" />
<title>
Apache Mesos 0.19.1 Released
</title>
<updated>2014-07-21T00:00:00Z</updated>
<author>
<name>Ben Mahler</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.19.1 is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release fixes a bug in the Java and Python APIs in which the garbage collection of a MesosSchedulerDriver object leads to a framework unregistration.&lt;/p&gt;
&lt;p&gt;More details can be found in &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1550&quot;&gt;MESOS-1550&lt;/a&gt;, the &lt;a href=&quot;http://mail-archives.apache.org/mod_mbox/mesos-user/201406.mbox/%3CCAFeOQnXVBBfgg4WQFatkHix2B1y-1o3EH3-mqtsgbEDeMH4Tbw%40mail.gmail.com%3E&quot;&gt;report thread&lt;/a&gt; from Whitney Sorenson, and the &lt;a href=&quot;http://mail-archives.apache.org/mod_mbox/mesos-user/201406.mbox/%3CCAFeOQnVfhNo-mgkFsRn%3DvFsCQG%2Bj47xE3kdbFUDspWeOKjXA%3Dg%40mail.gmail.com%3E&quot;&gt;follow up thread&lt;/a&gt; from Benjamin Hindman.&lt;/p&gt;
&lt;p&gt;This release has the following bug fixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1448&quot;&gt;MESOS-1448&lt;/a&gt; - Mesos Fetcher doesn&amp;rsquo;t support URLs that have 30X redirects.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1534&quot;&gt;MESOS-1534&lt;/a&gt; - Scheduler process is not explicitly terminated in the destructor of MesosSchedulerDriver.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1538&quot;&gt;MESOS-1538&lt;/a&gt; - A container destruction in the middle of a launch leads to CHECK failure.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1539&quot;&gt;MESOS-1539&lt;/a&gt; - No longer able to spin up Mesos master in local mode.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1550&quot;&gt;MESOS-1550&lt;/a&gt; - MesosSchedulerDriver should never, ever, call &amp;lsquo;stop&amp;rsquo;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1551&quot;&gt;MESOS-1551&lt;/a&gt; - Master does not create work directory when missing.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Upgrading to 0.19.1 can be done seamlessly on a 0.19.0 cluster. If upgrading from 0.18.x, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;p&gt;Thanks to all the contributors for 0.19.1: Tom Arnfeld, Ian Downes, Benjamin Hindman, Benjamin Mahler, Vinod Kone, Whitney Sorenson.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-community-survey-2014-results/</id>
<link href="/blog/mesos-community-survey-2014-results/" />
<title>
2014 Mesos Community Survey Results
</title>
<updated>2014-06-24T00:00:00Z</updated>
<author>
<name>Dave Lester</name>
</author>
<content type="html">
&lt;p&gt;Below are results of a community survey I led in May to get the pulse of the Apache Mesos community and improve our understanding of how others are using the software. We received a total of 55 responses.&lt;/p&gt;
&lt;p&gt;While I think the responses below speak for themselves, I wanted to highlight a few things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A majority of responses came from adopters who have been using Mesos for more than 2 months.&lt;/li&gt;
&lt;li&gt;Mesos had a &lt;a href=&quot;http://www.netpromoter.com/why-net-promoter/know/&quot;&gt;Net Promoter Score&lt;/a&gt; of 41.5.&lt;/li&gt;
&lt;li&gt;Documentation was the #1 community request for improving Mesos, followed by integrated Docker support. Unedited responses have been published as a &lt;a href=&quot;https://gist.github.com/davelester/b40e3b5d0347540abf36&quot;&gt;GitHub gist&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;36% of adopters are running Mesos in a cluster of 6-20 machines.&lt;/li&gt;
&lt;li&gt;Almost half of Mesos adopters are running in private data centers. A majority of adopters running in the public cloud use AWS.&lt;/li&gt;
&lt;li&gt;Hadoop, Marathon, and Chronos were the most-popular frameworks that are running in production.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is the first time we&amp;rsquo;ve run a community survey like this; feedback is welcome on how we may improve it when we run it again.&lt;/p&gt;
&lt;h3&gt;How long have you been using Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_howlong.png&quot; alt=&quot;How long have you been using Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;How many machines are you running in your Mesos cluster?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_howmanymachines.png&quot; alt=&quot;How many machines are you running in your Mesos cluster&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using &lt;a href=&quot;http://aurora.incubator.apache.org&quot;&gt;Aurora&lt;/a&gt; on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_aurora.png&quot; alt=&quot;Are you using Aurora on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using &lt;a href=&quot;https://github.com/mesosphere/cassandra-mesos&quot;&gt;Cassandra&lt;/a&gt; on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_cassandra.png&quot; alt=&quot;Are you using Cassandra on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using &lt;a href=&quot;https://github.com/airbnb/chronos&quot;&gt;Chronos&lt;/a&gt; on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_chronos.png&quot; alt=&quot;Are you using Chronos on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using &lt;a href=&quot;https://github.com/mesos/hadoop&quot;&gt;Hadoop&lt;/a&gt; on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_hadoop.png&quot; alt=&quot;Are you using Hadoop on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using &lt;a href=&quot;https://github.com/jenkinsci/mesos-plugin&quot;&gt;Jenkins&lt;/a&gt; on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_jenkins.png&quot; alt=&quot;Are you using Jenkins on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using &lt;a href=&quot;http://www.grandlogic.com/content/html_docs/products.shtml#jobserverprod&quot;&gt;JobServer&lt;/a&gt; on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_jobserver.png&quot; alt=&quot;Are you using JobServer on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using &lt;a href=&quot;https://github.com/mesosphere/marathon&quot;&gt;Marathon&lt;/a&gt; on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_marathon.png&quot; alt=&quot;Are you using Marathon on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using &lt;a href=&quot;http://spark.apache.org/&quot;&gt;Spark&lt;/a&gt; on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_spark.png&quot; alt=&quot;Are you using Spark on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using &lt;a href=&quot;https://github.com/mesosphere/storm-mesos&quot;&gt;Storm&lt;/a&gt; on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_storm.png&quot; alt=&quot;Are you using Storm on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Frameworks: Are you using a custom framework on Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_framework_custom.png&quot; alt=&quot;Are you using a custom framework on Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Where do you run Mesos?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_wheredoyourun.png&quot; alt=&quot;Where do you run Mesos&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;How likely are you to recommend Mesos to your friends and colleagues?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_nps.png&quot; alt=&quot;How likely are you to recommend Mesos to your friends and colleagues?&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Are you interested in contributing to Mesos in any of the following ways?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_contributions.png&quot; alt=&quot;Are you interested in contributing to Mesos in any of the following way&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Is your company listed on our &lt;a href=&quot;http://mesos.apache.org/documentation/latest/powered-by-mesos/&quot;&gt;#PoweredByMesos&lt;/a&gt; page? If not, can we list you?&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_poweredby.png&quot; alt=&quot;Is your company listed on our #PoweredByMesos page?&quot; /&gt;&lt;/p&gt;
&lt;p&gt;(34 responses for &amp;ldquo;No, but please refrain from adding us at this time&amp;rdquo;, 8 responses for &amp;ldquo;No, please add us&amp;rdquo;, and 15 responses for &amp;ldquo;Yes, we&amp;rsquo;re on the list!&amp;rdquo;)&lt;/p&gt;
&lt;h3&gt;Number of daily responses&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/blog/communitysurvey_2014_responses.png&quot; alt=&quot;Number of daily response&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;What features do you think are missing from Mesos?&lt;/h3&gt;
&lt;p&gt;The unedited responses to this question have been published as a &lt;a href=&quot;https://gist.github.com/davelester/b40e3b5d0347540abf36&quot;&gt;GitHub gist&lt;/a&gt;.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-19-0-released/</id>
<link href="/blog/mesos-0-19-0-released/" />
<title>
Apache Mesos 0.19.0 Released
</title>
<updated>2014-06-12T00:00:00Z</updated>
<author>
<name>Ben Mahler</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, 0.19.0 is now available for &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;download&lt;/a&gt;. This new version includes the following features and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The master now persists the list of registered slaves in a durable replicated manner using the Registrar and the replicated log.&lt;/li&gt;
&lt;li&gt;Alpha support for custom container technologies has been added with the &lt;a href=&quot;https://github.com/apache/mesos/blob/0.19.0/src/slave/containerizer/external_containerizer.hpp#L74&quot;&gt;ExternalContainerizer&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Metrics reporting has been overhauled and is now exposed on &amp;lt;ip:port&gt;/metrics/snapshot.&lt;/li&gt;
&lt;li&gt;Slave Authentication: optionally, only authenticated slaves can register with the master.&lt;/li&gt;
&lt;li&gt;Numerous bug fixes and stability improvements.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full release notes are available on &lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&amp;amp;version=12326253&quot;&gt;JIRA&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Registrar&lt;/h3&gt;
&lt;p&gt;Mesos 0.19.0 introduces the &lt;a href=&quot;https://cwiki.apache.org/confluence/display/MESOS/Registrar+Design+Document&quot;&gt;&amp;ldquo;Registrar&amp;rdquo;&lt;/a&gt;: the master now persists the list of registered slaves in a durable replicated manner. The previous lack of durable state was an intentional design decision that simplified failover and allowed masters to be run and migrated with ease. However, the stateless design had issues:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In the event of a dual failure (slave fails while master is down), no lost task notifications are sent. This leads to a task running according to the framework but unknown to Mesos.&lt;/li&gt;
&lt;li&gt;When a new master is elected, we may allow rogue slaves to re-register with the master. This leads to tasks running on the slave that are not known to the framework.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Persisting the list of registered slaves allows failed over masters to detect slaves that do not re-register, and notify frameworks accordingly. It also allows us to prevent rogue slaves from re-registering; terminating the rogue tasks in the process.&lt;/p&gt;
&lt;p&gt;The state is persisted using the &lt;a href=&quot;http://mesos.apache.org/blog/mesos-0-17-0-released-featuring-autorecovery/&quot;&gt;replicated log&lt;/a&gt; (available since 0.9.0).&lt;/p&gt;
&lt;h3&gt;External Containerization&lt;/h3&gt;
&lt;p&gt;As &lt;a href=&quot;http://mesos.apache.org/blog/mesos-0-18-0-released/&quot;&gt;alluded to&lt;/a&gt; during the containerization / isolation refactor in 0.18.0, the ExternalContainerizer has landed in this release. This provides &lt;strong&gt;alpha&lt;/strong&gt; level support for custom containerization.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/documentation/containerizer_isolator_api.png&quot; alt=&quot;Mesos Containerizer Isolator APIs&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Developers can implement their own external containerizers to provide support for custom container technologies. Initial Docker support is now available through some community driven external containerizers: &lt;a href=&quot;https://github.com/duedil-ltd/mesos-docker-containerizer&quot;&gt;Docker Containerizer for Mesos&lt;/a&gt; by Tom Arnfeld and &lt;a href=&quot;https://github.com/mesosphere/deimos&quot;&gt;Deimos&lt;/a&gt; by Jason Dusek. Please reach out on the mailing lists with questions!&lt;/p&gt;
&lt;h3&gt;Metrics&lt;/h3&gt;
&lt;p&gt;Previously, Mesos components had to use custom metrics code and custom HTTP endpoints for exposing metrics. This made it difficult to expose additional system metrics and often required having an endpoint for each libprocess Process (Actor) for which metrics were desired. Having metrics spread across endpoints was operationally complex.&lt;/p&gt;
&lt;p&gt;We needed a consistent, simple, and global way to expose metrics, which led to the creation of a metrics library within &lt;a href=&quot;https://github.com/apache/mesos/tree/0.19.0/3rdparty/libprocess&quot;&gt;libprocess&lt;/a&gt;. All metrics are now exposed via /metrics/snapshot. The /stats.json endpoint remains for backwards compatibility.&lt;/p&gt;
&lt;h3&gt;Upgrading&lt;/h3&gt;
&lt;p&gt;For backwards compatibility, the &amp;ldquo;Registrar&amp;rdquo; will be enabled in a phased manner. By default, the &amp;ldquo;Registrar&amp;rdquo; is write-only in 0.19.0 and will be read/write in 0.20.0.&lt;/p&gt;
&lt;p&gt;If running in high-availability mode with ZooKeeper, operators must now specify the &lt;code&gt;--work_dir&lt;/code&gt; for the master, along with the &lt;code&gt;--quorum&lt;/code&gt; size of the ensemble of masters. This means adding or removing masters must be done carefully! The best practice is to only ever add or remove a single master at a time and to allow a small amount of time for the replicated log to catch up on the new master. Maintenance documentation will be added to reflect this.&lt;/p&gt;
&lt;p&gt;Please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades&lt;/a&gt; document, which details how to perform an upgrade from 0.18.x.&lt;/p&gt;
&lt;h3&gt;Future Work&lt;/h3&gt;
&lt;p&gt;Thanks to the Registrar, reconciliation primitives can now be provided to ensure that the state of tasks between Mesos and frameworks is kept consistent. This will remove the need for frameworks to implement out-of-band task reconciliation to inspect the state of slaves. Reconciliation work is being tracked at &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1407&quot;&gt;MESOS-1407&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The addition of state through the Registrar opens up a rich set of possible features that were previously not possible due to the lack of persistent state in the master. These include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Cluster maintenance primitives (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1474&quot;&gt;MESOS-1474&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Repair automation (&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-695&quot;&gt;MESOS-695&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Global resource reservations&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Getting Involved&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release, and let us know what you think and if you hit any issues on the user mailing list. You can also get in touch with us via &lt;a href=&quot;http://twitter.com/ApacheMesos&quot;&gt;@ApacheMesos&lt;/a&gt; or via &lt;a href=&quot;http://mesos.apache.org/community/&quot;&gt;mailing lists and IRC&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;Thanks to the 32 contributors who made 0.19.0 possible:&lt;/p&gt;
&lt;p&gt;Ashutosh Jain, Adam B, Alexandra Sava, Anton Lindström, Archana kumari, Benjamin Hindman, Benjamin Mahler, Bernardo Gomez Palacio, Bernd Mathiske, Charlie Carson, Chengwei Yang, Chi Zhang, Dave Lester, Dominic Hamon, Ian Downes, Isabel Jimenez, Jake Farrell, Jameel, Al-Aziz, Jiang Yan Xu, Jie Yu, Nikita Vetoshkin, Niklas Q. Nielsen, Ritwik Yadav, Sam Taha, Steven Phung, Till Toenshoff, Timothy St. Clair, Tobi Knaup, Tom Arnfeld, Tom Galloway, Vinod Kone, Vinson Lee&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesoscon-2014-program-announced/</id>
<link href="/blog/mesoscon-2014-program-announced/" />
<title>
#MesosCon Program Announced, Now Including Hackathon
</title>
<updated>2014-06-11T00:00:00Z</updated>
<author>
<name>Dave Lester</name>
</author>
<content type="html">
&lt;p&gt;Today we’re excited to announce the &lt;a href=&quot;http://mesoscon14.sched.org/&quot;&gt;program&lt;/a&gt; for &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon&quot;&gt;#MesosCon&lt;/a&gt; 2014, the first ever conference dedicated to the Mesos ecosystem. It will take place in Chicago August 21-22, 2014, and be co-located with &lt;a href=&quot;http://events.linuxfoundation.org/events/linuxcon-north-america&quot;&gt;LinuxCon&lt;/a&gt; 2014.&lt;/p&gt;
&lt;p&gt;MesosCon welcomes attendees who are advanced users, along with those that are new to the project. There will be time to socialize, share and learn from adopters to core committers. The first day will begin with an introductory &lt;em&gt;Mesos 101&lt;/em&gt; workshop and keynote presentations from Mesos PMC lead Benjamin Hindman (Twitter) and John Wilkes (Google). Day one will include single track talks featuring:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Mesos &lt;a href=&quot;http://mesos.apache.org/documentation/latest/mesos-frameworks/&quot;&gt;frameworks&lt;/a&gt;: including &lt;a href=&quot;http://aurora.incubator.apache.org&quot;&gt;Apache Aurora&lt;/a&gt;, &lt;a href=&quot;https://github.com/mesosphere/marathon&quot;&gt;Marathon&lt;/a&gt;, &lt;a href=&quot;https://github.com/apache/spark&quot;&gt;Spark&lt;/a&gt;, and a stream processing framework developed by Netflix.&lt;/li&gt;
&lt;li&gt;An operations perspective on Mesos: including talks on the challenges of running an elastic cluster, and using &lt;a href=&quot;http://www.docker.com&quot;&gt;Docker&lt;/a&gt; with Mesos.&lt;/li&gt;
&lt;li&gt;Presentations from companies who use Mesos in production: including eBay, HubSpot, and Airbnb. These presenters will also participate in a panel discussion.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The final day will include a Mesos hackathon, generously sponsored by Atlassian. In advance of the hackathon, the community will seed ideas for specific features and projects to work on the &lt;a href=&quot;http://www.mail-archive.com/user@mesos.apache.org/&quot;&gt;community mailing list&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.regonline.com/Register/Checkin.aspx?EventID=1533330&quot;&gt;Registration is open&lt;/a&gt; and filling up quickly so register today. MesosCon is sponsored by Atlassian, eBay, Mesosphere, and Twitter. Interested companies can contact us regarding &lt;a href=&quot;http://events.linuxfoundation.org/events/mesoscon/sponsor/become-a-sponsor&quot;&gt;becoming a sponsor&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the latest updates on #MesosCon, we invite you to follow &lt;a href=&quot;http://twitter.com/mesoscon&quot;&gt;@MesosCon&lt;/a&gt; on Twitter.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-18-1-and-0-18-2-released/</id>
<link href="/blog/mesos-0-18-1-and-0-18-2-released/" />
<title>
Mesos 0.18.1 and 0.18.2 Released
</title>
<updated>2014-05-29T00:00:00Z</updated>
<author>
<name>Niklas Quarfot Nielsen</name>
</author>
<content type="html">
&lt;p&gt;We recently tagged two new bug fixes including our latest release: version &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;0.18.2&lt;/a&gt;. A bug was introduced in 0.18.1, prompting the release of 0.18.2. If you&amp;rsquo;re using 0.18.1, it is highly recommended that you upgrade.&lt;/p&gt;
&lt;p&gt;The latest version of Mesos is available on our &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;downloads&lt;/a&gt; page.&lt;/p&gt;
&lt;h3&gt;Changes since 0.18.0&lt;/h3&gt;
&lt;p&gt;With the release of 0.18.1, Maven is now used to compile and package Mesos&apos; Java files. In addition, the Mesos Java artifacts shade the protocol buffer dependency, allowing frameworks to independently declare their protobuf dependency version. Furthermore, a new extract flag has been added to the URI protocol buffer which makes it possible to control whether the fetcher should extract a given artifact. Various bugs in the Mesos master, the containerizer and the JNI code have been fixed as well. (see &lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&amp;amp;version=12326752&quot;&gt;0.18.1 release notes&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;0.18.2 fixed a bug which caused the mesos-fetcher to not apply the executer bit. For additional details, please see: &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1313&quot;&gt;MESOS-1313&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Upgrading&lt;/h3&gt;
&lt;p&gt;If upgrading from 0.18.0 or 0.18.1, an upgrade can be applied seamlessly to running clusters. However, Maven is now a build dependency and must be installed in order to build Mesos with Java support.&lt;/p&gt;
&lt;p&gt;If upgrading from earlier versions than 0.18.0, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;Upgrades&lt;/a&gt; document.&lt;/p&gt;
&lt;h3&gt;Getting Involved&lt;/h3&gt;
&lt;p&gt;We encourage you to try out this release, and let us know what you think on the &lt;a href=&quot;user@mesos.apache.org&quot;&gt;user mailing list&lt;/a&gt;. You can also get in touch with us via &lt;a href=&quot;https://twitter.com/intent/user?screen_name=ApacheMesos&quot;&gt;@ApacheMesos&lt;/a&gt; or via &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;mailing lists and IRC&lt;/a&gt;.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-18-0-released/</id>
<link href="/blog/mesos-0-18-0-released/" />
<title>
Mesos 0.18.0 Released
</title>
<updated>2014-04-10T00:00:00Z</updated>
<author>
<name>Ian Downes</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;0.18.0&lt;/a&gt; is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. A major part of the 0.18.0 release is a refactor of the project’s isolation strategy, making it easier to develop and use different isolation technologies with Mesos including alternative implementations. The refactor does not introduce any new isolation features; instead, we’ve established a set of APIs that others can use to extend Mesos.&lt;/p&gt;
&lt;h2&gt;Isolation -&gt; Containerization&lt;/h2&gt;
&lt;p&gt;The first change is in terminology. The Mesos Slave now uses a Containerizer to provide an environment for each executor and its tasks to run in. Containerization includes resource isolation but is a more general concept that can encompass such things as packaging.&lt;/p&gt;
&lt;h2&gt;Containerizer API&lt;/h2&gt;
&lt;p&gt;The Containerizer API specifies the interface between the slave and a Containerizer. An internal containerization implementation, called MesosContainerizer, includes all isolation features present in earlier releases of Mesos: basic isolation on Posix systems and CPU and memory isolation using Cgroups on Linux systems.&lt;/p&gt;
&lt;p&gt;One of the goals of the refactor was to enable alternative containerizer implementations. In particular, we encourage the community to add containerizer implementations which &lt;em&gt;delegate&lt;/em&gt; containerization to other, existing technologies, e.g., LXC, Docker, VMware, Virtualbox, KVM and others.&lt;/p&gt;
&lt;p&gt;The folks at &lt;a href=&quot;http://mesosphere.io&quot;&gt;Mesosphere&lt;/a&gt; are working on one approach for a general ExternalContainerizer which provides a simple shim interface between the Mesos slave and an external program that performs isolation. When complete, the ExternalContainerizer could connect to any external containerizer such as, for example, &lt;a href=&quot;https://github.com/mesosphere/deimos&quot;&gt;Deimos&lt;/a&gt;, another Mesosphere project, to use Docker for containerization.&lt;/p&gt;
&lt;h2&gt;Isolator API&lt;/h2&gt;
&lt;p&gt;A second goal of the refactor was to make it easier to both develop and use different isolation components of the MesosContainerizer. To do this, we separated the coordination logic from the isolation logic. Users of Mesos now have more granular control over which isolation components a slave uses.&lt;/p&gt;
&lt;p&gt;MesosContainerizer accepts a list of Isolators, each implementing the Isolator API, to isolate resources. For example, the CgroupsMemIsolator uses the memory cgroup subsystem on Linux to limit the amount of memory available to an executor. We have plans to release new Isolators including a NetworkIsolator, a FilesystemIsolator, and a DiskIsolator and also to support isolation features provided by Linux namespaces such as pid and user namespaces.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/assets/img/documentation/containerizer_isolator_api.png&quot; alt=&quot;Mesos Containerizer Isolator APIs&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Cgroup layout change&lt;/h2&gt;
&lt;p&gt;While we were doing the refactor we took the opportunity to update the cgroup layout to current best practices, making it easier to run Mesos on recent Linux distributions and alongside other cgroup users such as LXC, Docker, and systemd. The expected layout has changed from a single mount point for all controllers to a separate mount point for each controller. This change requires reconfiguring the host system for every slave and we highly recommend a system reboot.&lt;/p&gt;
&lt;p&gt;Further details on the upgrade procedure are in the 0.18.0 &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades&quot;&gt;upgrade document&lt;/a&gt; and, as always, please ask questions on the &lt;a href=&quot;http://mesos.apache.org/community&quot;&gt;mailing list&lt;/a&gt;, file tickets via &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS&quot;&gt;JIRA&lt;/a&gt;, or discuss on &lt;a href=&quot;http://mesos.apache.org/community&quot;&gt;IRC&lt;/a&gt;.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-community-update-1/</id>
<link href="/blog/mesos-community-update-1/" />
<title>
Mesos Community Update #1
</title>
<updated>2014-03-28T00:00:00Z</updated>
<author>
<name>Matt Trifiro</name>
</author>
<content type="html">
&lt;p&gt;&lt;em&gt;This is a cross post from the &lt;a href=&quot;http://mesosphere.io/community/2014/03/20/mesos-community-update-1/&quot;&gt;Mesosphere blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Our community is in the midst of a revolution. Mesos is no longer an edge technology, only for the Twitters and Airbnbs of the world; it’s going mainstream and we are at its center. There is more activity on the Apache mailing lists, more commits in the code, more frameworks being developed, more developers building tools around Mesos—and, perhaps most excitingly, there are more companies deploying Mesos into production.&lt;/p&gt;
&lt;p&gt;All of this activity makes it harder to keep up!&lt;/p&gt;
&lt;p&gt;The Mesosphere team wants to help you keep up with all of the community activity by curating a concise semi-regular update, of which this is the first. We are looking to share the most interesting and important activities in the Mesos community.&lt;/p&gt;
&lt;h3&gt;Here are some recent highlights:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Venture capital icon &lt;a href=&quot;http://en.wikipedia.org/wiki/Vinod_Khosla&quot;&gt;Vinod Khosla&lt;/a&gt; gave a call-out to Mesos in his 2014 Open Networking Summit keynote, where he waxed about the need for a data center OS. The Mesos portion begins at 24:07 in the &lt;a href=&quot;http://youtu.be/q61VkqZRjck?t=24m7s%20&quot;&gt;ONS2014 Keynote YouTube video&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Lab49 software engineer &lt;a href=&quot;https://twitter.com/anvarkarimson&quot;&gt;Anvar Karimson&lt;/a&gt; re-implemented Stripe’s legendary Capture the Flag (CTF) system on Mesos. Read his blow-by-blow description here: &lt;a href=&quot;http://karimson.com/posts/ctf-mesos/&quot;&gt;Running Stripe CTF 2.0 on Mesos&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Community member &lt;a href=&quot;https://twitter.com/barton_tomas&quot;&gt;Tomas Barton&lt;/a&gt; gave an introductory talk on Mesos at the &lt;a href=&quot;http://www.installfest.cz/if14/&quot;&gt;InstallFest&lt;/a&gt; in Prague. In his 59-slide talk, he covered everything from workload balancing to Mesos fault tolerance. View his presentation on SlideShare: &lt;a href=&quot;http://www.slideshare.net/tomasbart/introduction-to-apache-mesos&quot;&gt;Introduction to Apache Mesos&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;On February 27, &lt;a href=&quot;http://mesos.apache.org/blog/mesos-0-17-0-released-featuring-autorecovery/&quot;&gt;Mesos 0.17.0 was released&lt;/a&gt; and you can &lt;a href=&quot;http://mesosphere.io/downloads/#apache-mesos-0.17.0&quot;&gt;download it here&lt;/a&gt;. The 0.17.0 release features auto-recovery of the replicated log, which enhances Mesos’s high-availability and fault-tolerance. Read more here: &lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&amp;amp;version=12325669&quot;&gt;Mesos 0.17.0 release notes&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;On the path toward fully implementing the &lt;a href=&quot;https://cwiki.apache.org/confluence/display/MESOS/Registrar+Design+Document&quot;&gt;Mesos Registrar Design&lt;/a&gt;, we saw progress toward creating &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-764&quot;&gt;persistence of state information for slaves&lt;/a&gt;. Placing a small amount of state information in highly-available storage will make recovery of slaves faster and more graceful (this has been &lt;a href=&quot;http://https//issues.apache.org/jira/browse/MESOS-295&quot;&gt;lacking for a while&lt;/a&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mesosphere has packaged a pre-release version of Mesos 0.18.0 (release candidate 4) that you can now &lt;a href=&quot;http://mesosphere.io/downloads/#apache-mesos-0.18.0-rc4&quot;&gt;download&lt;/a&gt;. The primary features of the &lt;a href=&quot;https://github.com/apache/mesos/blob/0.18.0-rc4/CHANGELOG&quot;&gt;upcoming 0.18.0 release&lt;/a&gt; are changes that make it easier to insert pluggable container technologies, like Docker. 0.18.0 foreshadows some pretty interesting Docker integrations with Mesos.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Upcoming events:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;BBQ at Mesosphere HQ, 6-8 pm, March 28th. Come join us for a low-key BBQ. 145A Hampshire St, San Francisco (near Potrero @ 15th). Swing by and meet &lt;a href=&quot;http://mesosphere.io/team/&quot;&gt;our team&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;http://apacheconnorthamerica2014.sched.org/&quot;&gt;ApacheCon&lt;/a&gt;, April 7-9 in Denver. Come see two Mesos presentations: &lt;a href=&quot;http://apacheconnorthamerica2014.sched.org/event/d83ffc7d7c56620474eac1a2d8f09967&quot;&gt;Mesos: Elastically Scalable Operations, Simplified&lt;/a&gt; and &lt;a href=&quot;http://apacheconnorthamerica2014.sched.org/event/803cb2a6f321ee02957b1c4eb4ebc01c&quot;&gt;Building and Running Distributed Systems using Apache Mesos&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We hope to publish these updates at least a few times each month, and we’re interested in your suggestions. Please let us know what you think about the length, content and style, and send us your tips on what to publish each week. Do you have something to share? Write to us at &lt;a href=&quot;mailto:community@mesosphere.io&quot;&gt;community@mesosphere.io&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This post was co-authored by Abhishek Parolkar. Follow him on Twitter at &lt;a href=&quot;https://twitter.com/parolkar&quot;&gt;@parolkar&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-17-0-released-featuring-autorecovery/</id>
<link href="/blog/mesos-0-17-0-released-featuring-autorecovery/" />
<title>
Mesos 0.17.0 Released, Featuring Autorecovery for the Replicated Log
</title>
<updated>2014-03-13T00:00:00Z</updated>
<author>
<name>Jie Yu</name>
</author>
<content type="html">
&lt;p&gt;The latest Mesos release, &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;0.17.0&lt;/a&gt; was made available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt; last week, introducing a new autorecovery feature for the replicated log that handles additional disk failure and operator error scenarios.&lt;/p&gt;
&lt;h2&gt;What is the replicated log?&lt;/h2&gt;
&lt;p&gt;The replicated log is a distributed &lt;em&gt;append-only&lt;/em&gt; log that stores arbitrary data as entries. Replication comes into play as at least a quorum of log replicas are stored on different machines, protecting the data from individual disk or network failures. The replicated log uses the &lt;a href=&quot;http://en.wikipedia.org/wiki/Paxos_(computer_science%29&quot;&gt;Paxos algorithm&lt;/a&gt;. We will describe additional implementation details in both an upcoming blog post and project documentation.&lt;/p&gt;
&lt;p&gt;Mesos has had replicated log since version 0.9.0 and &lt;a href=&quot;http://aurora.incubator.apache.org/&quot;&gt;Apache Aurora&lt;/a&gt;, a framework used in production at Twitter, uses replicated log for its persistent storage. Additionally, the Mesos master will start using the replicated log to persist some cluster state with the introduction of the &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-764&quot;&gt;registrar&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;New feature in Mesos 0.17.0: &lt;em&gt;autorecovery&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;Before Mesos version 0.17.0, the replicated log could become inconsistent if a replica’s disk was replaced or the data was accidentally deleted by an operator. That meant that an operator couldn’t safely, or easily, replace a replica’s disk while the other replicas kept running. Instead, an operator had to stop all replicas, replace the disk, copy a pre-existing log, then restart all the replicas.&lt;/p&gt;
&lt;p&gt;As of this release, a replica with a new disk can automatically recover without operator involvement. As long as a quorum of replicas are available, applications using the replicated log won’t notice a thing!&lt;/p&gt;
&lt;h2&gt;Future work&lt;/h2&gt;
&lt;p&gt;The new autorecovery feature enables replacing a single replica at a time, but it does not allow an operator to easily add or remove replicas, known as &lt;em&gt;reconfiguration&lt;/em&gt;. You can follow &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-683&quot;&gt;MESOS-683&lt;/a&gt; for the latest on this future work.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-16-0-released/</id>
<link href="/blog/mesos-0-16-0-released/" />
<title>
Mesos 0.16.0 Released
</title>
<updated>2014-02-11T00:00:00Z</updated>
<author>
<name>Yan Xu</name>
</author>
<content type="html">
&lt;p&gt;We recently released Mesos v0.16.0 on our &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;downloads&lt;/a&gt; page. It includes major &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-496&quot;&gt;refactoring work&lt;/a&gt; of the leading master election and detection process. This improves the reliability and flexibility of running multiple masters in your cluster, which provides Mesos with high availability.&lt;/p&gt;
&lt;p&gt;In high availability mode, if a leading master machine fails, Mesos holds elections to determine a new leader. Slave machines and schedulers detect the new leading master and connect to it, without disrupting services running on Mesos. Leader election implementation details, including how it works with &lt;a href=&quot;http://zookeeper.apache.org&quot;&gt;Zookeeper&lt;/a&gt;, are detailed in the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/high-availability/&quot;&gt;high availablity documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;What&amp;rsquo;s Changed&lt;/h2&gt;
&lt;p&gt;Aside from the refactoring, v0.16.0 includes fixes for bugs which caused incorrect termination of Mesos masters and slaves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed ZooKeeper related bugs which terminated Mesos processes instead of automatically retrying them: &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-463&quot;&gt;MESOS-463&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-465&quot;&gt;MESOS-465&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-814&quot;&gt;MESOS-814&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Non-leading Master now stays up after ZooKeeper session expiration or after it is partitioned from ZooKeeper.&lt;/li&gt;
&lt;li&gt;Slave no longer attempts to recover checkpointed data after a reboot: &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-844&quot;&gt;MESOS-844&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Click to read the full &lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&amp;amp;version=12325295&quot;&gt;release notes&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Upgrading&lt;/h2&gt;
&lt;p&gt;To upgrade a live cluster, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;Upgrades document&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Getting Involved&lt;/h2&gt;
&lt;p&gt;We encourage you to try out this release, and let us know what you think on the &lt;a href=&quot;mailto:user@mesos.apache.org&quot;&gt;user mailing list&lt;/a&gt;. You can also get in touch with us via &lt;a href=&quot;https://twitter.com/intent/user?screen_name=ApacheMesos&quot;&gt;@ApacheMesos&lt;/a&gt; or via &lt;a href=&quot;https://mesos.apache.org/community&quot;&gt;mailing lists and IRC&lt;/a&gt;.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/framework-authentication-in-apache-mesos-0-15-0/</id>
<link href="/blog/framework-authentication-in-apache-mesos-0-15-0/" />
<title>
Mesos 0.15 and Authentication Support
</title>
<updated>2014-01-09T00:00:00Z</updated>
<author>
<name>Vinod Kone</name>
</author>
<content type="html">
&lt;p&gt;With the latest Mesos release, &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;0.15.0&lt;/a&gt;, we are pleased to report that we’ve added Authentication support for frameworks (see &lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-418&quot;&gt;MESOS-418&lt;/a&gt;) connecting to Mesos. In a nutshell, this feature allows only authenticated frameworks to register with Mesos and launch tasks. Authentication is important as it prevents rogue frameworks from causing problems that may impact the usage of resources within a Mesos cluster.&lt;/p&gt;
&lt;h2&gt;How it works&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;SASL&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; Mesos uses the &lt;a href=&quot;http://asg.web.cmu.edu/sasl/&quot;&gt;Cyrus SASL library&lt;/a&gt; to provide authentication. SASL is a very flexible authentication framework that allows two endpoints to authenticate with each other and also has support for various authentication mechanisms (ANONYMOUS, PLAIN, CRAM-MD5, GSSAPI etc).&lt;/p&gt;
&lt;p&gt; In this release, Mesos uses SASL with the CRAM-MD5 authentication mechanism. The process for enabling authentication begins with the creation of an authentication credential that is unique to the framework. This credential constitutes a &lt;strong&gt;principal&lt;/strong&gt; and &lt;strong&gt;secret&lt;/strong&gt; pair, where &lt;strong&gt;principal&lt;/strong&gt; refers to the identity of the framework. Note that the &lt;strong&gt;principal&lt;/strong&gt; is different from the framework &lt;strong&gt;user&lt;/strong&gt; (the Unix user which executors run as) or the resource &lt;strong&gt;role&lt;/strong&gt; (role that has reserved certain resources on a slave). These credentials should be shipped to the Mesos master machines, as well as given access to the framework, meaning that both the framework and the Mesos masters should be started with these credentials.&lt;/p&gt;
&lt;p&gt; Once authentication is enabled, Mesos masters only allow authenticated frameworks to register. Authentication for frameworks is performed under the hood by the new scheduler driver.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For specific instructions on how to do this please read the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrade&lt;/a&gt; instructions.&lt;/p&gt;
&lt;h2&gt;Looking ahead&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Adding authentication support for slaves&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; Similar to adding authentication support to frameworks, it would be great to add authentication support to the slaves. Currently any node in the network can run a Mesos slave process and register with the Mesos master. Requiring slaves to authenticate with the master before registration would prevent rogue slaves from causing problems (e.g., DDoSing the master, getting access to users tasks etc) in the cluster.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Integrating with Kerberos&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; Currently the authentication support via shared secrets between frameworks and masters is basic to benefit usability. To improve upon this basic approach, a more powerful solution would be to integrate with an industry standard authentication service like &lt;a href=&quot;http://en.wikipedia.org/wiki/Kerberos_(protocol&quot;&gt;Kerberos&lt;/a&gt;). A nice thing about SASL and one of the reasons we picked it is because of its support for integration with GSSAPI/Kerberos. We plan to leverage this support to integrate Kerberos with Mesos.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data encryption&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; Authentication is only part of the puzzle when it comes to deploying and running applications securely in the cloud. Another crucial component is data encryption. Currently all the messages that flow through the Mesos cluster are un-encrypted making it possible for intruders to intercept and potentially control your task. We plan to add encryption support by adding SSL support to &lt;a href=&quot;https://github.com/3rdparty/libprocess&quot;&gt;libprocess&lt;/a&gt;, the low-level communication library that Mesos uses which is responsible for all network communication between Mesos components.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Authorization&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; We are also investigating authorizing principals to allow them access to only a specific set of operations like launching tasks or using resources. In fact, you could imagine a world where an authenticated &lt;strong&gt;principal&lt;/strong&gt; will be authorized to on behalf of a subset of &lt;strong&gt;user&lt;/strong&gt;s and &lt;strong&gt;role&lt;/strong&gt;s for launching tasks and accepting resources respectively. This authorization information could be stored in a directory service like LDAP.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;While a lot of people contributed to this feature, we would like to give special thanks to &lt;a href=&quot;https://twitter.com/ilimugur&quot;&gt;Ilim Igur&lt;/a&gt;, our &lt;a href=&quot;http://www.google-melange.com/gsoc/homepage/google/gsoc2013&quot;&gt;Google Summer of Code&lt;/a&gt; intern who started this project and contributed to the intial design and implementation.&lt;/p&gt;
&lt;p&gt;If you are as excited as us about this feature please go ahead and play with &lt;a href=&quot;http://mesos.apache.org&quot;&gt;Mesos 0.15.0&lt;/a&gt; and let us know what you think. You can get in touch with us via &lt;a href=&quot;http://mesos.apache.org/community/&quot;&gt;our mailing lists or IRC&lt;/a&gt;.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/niklas-nielsen-becomes-mesos-committer/</id>
<link href="/blog/niklas-nielsen-becomes-mesos-committer/" />
<title>
Niklas Nielsen Becomes Newest Mesos Committer and PMC Member
</title>
<updated>2013-12-16T00:00:00Z</updated>
<author>
<name>Apache Mesos</name>
</author>
<content type="html">
&lt;p&gt;The Apache Mesos PMC has voted to make &lt;a href=&quot;http://mesosphere.io/2013/10/24/niklas-nielsen-joins-mesosphere/&quot;&gt;Niklas Nielsen&lt;/a&gt; the project&amp;rsquo;s newest committer and PMC member. Niklas is an engineer at Engineer at &lt;a href=&quot;http://mesosphere.io&quot;&gt;Mesosphere&lt;/a&gt;, and has a background in virtual machines, compilers and supercomputer tooling (distributed debuggers, profilers and so on).&lt;/p&gt;
&lt;p&gt;Nielsen has particular interests in performance, scalability and tooling to give insights in otherwise fairly complex setups. Welcome, Niklas!&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-0-14-2-released/</id>
<link href="/blog/mesos-0-14-2-released/" />
<title>
Apache Mesos 0.14.2 Released
</title>
<updated>2013-11-12T00:00:00Z</updated>
<author>
<name>Ben Mahler</name>
</author>
<content type="html">
&lt;p&gt;We recently released Mesos 0.14.2, a bugfix release with only a minor change related to cgroups isolation in 0.14.1. If you&amp;rsquo;re using 0.14.1 with cgroups isolation, it is recommended to upgrade to avoid unnecessary out-of-memory (OOM) killing of jobs. The latest version of Mesos is available on our &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;downloads&lt;/a&gt; page.&lt;/p&gt;
&lt;h3&gt;Upgrading&lt;/h3&gt;
&lt;p&gt;If upgrading from 0.14.x, this upgrade can be applied seamlessly to running clusters. However, if you&amp;rsquo;re upgrading from 0.13.x on a running cluster, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;Upgrades&lt;/a&gt; document, which details how a seamless upgrade from 0.13.x to 0.14.x can be performed.&lt;/p&gt;
&lt;h3&gt;Changes since 0.14.1&lt;/h3&gt;
&lt;p&gt;With the release of 0.14.1, when using cgroups isolation, the OOM semantics were altered to enable the kernel OOM killer and to use the memory soft limit combined with memory threshold notifications to induce OOMs in user-space. This was done to attempt to capture memory statistics at the time of OOM for diagnostic purposes. However, this proved to trigger unintended OOMs as the memory purging that occurs when the hard limit is reached was no longer occurring.&lt;/p&gt;
&lt;p&gt;0.14.2 no longer uses threshold notifications; the memory hard limit is now used instead to preserve the previous OOM semantics.&lt;/p&gt;
&lt;p&gt;For additional details, please see:
&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-755&quot;&gt;MESOS-755&lt;/a&gt;,
&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-762&quot;&gt;MESOS-762&lt;/a&gt;.&lt;/p&gt;
</content>
</entry>
<entry>
<id>http://mesos.apache.org/blog/slave-recovery-in-apache-mesos/</id>
<link href="/blog/slave-recovery-in-apache-mesos/" />
<title>
Slave Recovery in Apache Mesos
</title>
<updated>2013-10-23T00:00:00Z</updated>
<author>
<name>Vinod Kone</name>
</author>
<content type="html">
&lt;p&gt;High availability is one of the key features of Mesos. For example, a typical Mesos cluster in production involves 3-5 masters with one acting as &lt;em&gt;leader&lt;/em&gt; and the rest on standby. When a leading master fails due to a crash or goes offline for an upgrade, a standby master automatically becomes the leader without causing any disruption to running services. Leader election is currently performed by using &lt;a href=&quot;http://zookeeper.apache.org/&quot;&gt;ZooKeeper&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;With the latest Mesos release, &lt;a href=&quot;http://mesos.apache.org/downloads/&quot;&gt;0.14.1&lt;/a&gt;, we are bringing high availability to the slaves by introducing a new feature called &lt;em&gt;Slave Recovery&lt;/em&gt;. In a nutshell, slave recovery enables:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Executors/tasks to keep running when the slave process is down.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A restarted slave process to reconnect with running executors/tasks on the slave.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Why it matters&lt;/h2&gt;
&lt;p&gt;A recoverable slave is critical for running services in production on Mesos for several reasons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Stateful services&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; In a typical production environment there are stateful services (e.g., caches) running in the cluster. It is not uncommon for these services to have a high startup time (e.g., cache warm up time of a few hours). Even in the analytics world, there are cases where a single task is responsible for doing work that takes hours to complete. In such cases a restart of the slave (e.g, crash or upgrade) will have a huge impact on the service. While sharding the service wider mitigates this impact it is not always possible to do so (e.g, legacy services, data locality, application semantics). Such stateful applications would benefit immensely from running under a more resilient slave.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Faster cluster upgrades&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; It is important for clusters to frequently upgrade their infrastructure to stay up-to-date with the latest features and bug fixes. A typical Mesos slave upgrade involves stopping the slave, upgrading the slave libraries and starting the slave. In production environments there is always tension between upgrading the infrastructure frequently and the need to not impact long running services as much as possible. With respect to Mesos upgrades, if upgrading the slave binary has no impact on the underlying services, then it is a win for both the cluster operators and the service owners.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Resilience against slave failures&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; While upgrading the slaves is most often the reason for restarting slaves, there might be other causes for a slave to fail. A slave crash could happen due to a bug in the slave code or due to external factors like a bug in the kernel or ZooKeeper client library. Typically such crashes are temporary and a restart of the slave is enough to correct the situation. If such slave restarts do not affect applications running on the slave it is a huge win for the applications.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;How it works&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Checkpointing&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; Slave recovery works by having the slave checkpoint enough information (e.g., task information, executor information, status updates) about the running tasks and executors to local disk. Once the slave and the framework(s) enable checkpointing, any subsequent slave restarts would recover the checkpointed information and reconnect with the executors. When a checkpointing slave process goes down, both the leading master and the executors running on the slave host wait for the slave to come back up and reconnect. A nice thing about slave recovery is that frameworks and their executors/tasks are oblivious to a slave restart.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Executor Driver Caching&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; As part of this feature, the executor driver has also been improved to make it more resilient in the face of a slave failure. As an example, status updates sent by the executor while the slave is down are cached by the driver and sent to the slave when it reconnects with the restarted slave. Since this is all handled by the executor driver, framework/executor writers do not have to worry about it! The executors can keep sending status updates for their tasks while remaining oblivious to the slave being up or down.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Reliable status updates&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; Another benefit of slave checkpointing the status updates is that now updates are more reliably delivered to frameworks in the face of failures. Before slave recovery if the slave fails at the same time that a master is failing over, no TASK_LOST updates for tasks running on the slave were sent to the framework. This is partly because the Mesos master is stateless. A failed over master reconstructs the cluster state from the information given to it by re-registering slaves and frameworks. With slave recovery, status updates and tasks are no longer lost when slaves fail. Rather, the slave recovers tasks, status updates and reconnects with the running executors. Even if an executor does terminate when the slave is down, a recovered slave knows about it from its checkpointed state and reliably sends TASK_LOST updates to the framework.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about how to enable slave recovery in your cluster, please refer to the &lt;a href=&quot;https://github.com/apache/mesos/blob/master/docs/Slave-Recovery.md&quot;&gt;documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Looking ahead&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Easy Executor/Task Upgrades&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; In a similar vein to how slave recovery makes upgrading a Mesos cluster easy, we would like to enable frameworks to upgrade their executors/tasks as well. Currently the only way to upgrade an executor/task is to kill the old executor/task and launch the new upgraded executor/task. For the same reasons as we have discussed earlier this is not ideal for stateful services. We are currently investigating proper primitives to provide to frameworks to do such upgrades, so that not every framework have to (re-)implement that logic.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;State Reconciliation&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; While slave recovery greatly improves the reliability of delivering status updates there are still some rare cases where updates could be lost. For example if a slave crashes when a master is failing over and never comes back then the new leading master doesn&amp;rsquo;t know about the lost slave and executors/tasks running on it. In addition to status updates, any driver methods (e.g., launchTasks, killTask) invoked when the master is failing over are silently dropped. Currently, frameworks are responsible for reconciling their own task state using the &lt;a href=&quot;https://github.com/apache/mesos/blob/master/include/mesos/scheduler.hpp#L290&quot;&gt;reconciliation API&lt;/a&gt;. We are currently investigating ways to provide even better guarantees around reconciliation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Self Updates of Mesos&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; Currently, updating Mesos involves a cluster operator to manually upgrade the master and slave binaries and roll them in a specific manner (e.g., masters before slaves). But what if Mesos can update itself! It is not hard to imagine a future where Mesos masters can orchestrate the upgrade of slaves and maybe also upgrade one another! This would also help making rollbacks easy incase an upgrade doesn’t work because it would be much easier Mesos to check if various components are working as expected.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So what are you waiting for? Go ahead and give &lt;a href=&quot;http://mesos.apache.org&quot;&gt;Mesos&lt;/a&gt; a whirl and &lt;a href=&quot;mailto:user@mesos.apache.org&quot;&gt;let us know&lt;/a&gt; what you think.&lt;/p&gt;
</content>
</entry>
</feed>