and...@apache.org |
svn commit: r1490024 - /incubator/mesos/www/download.html |
Wed, 05 Jun, 20:17 |
and...@apache.org |
svn commit: r1490049 - /incubator/mesos/www/download.html |
Wed, 05 Jun, 22:18 |
and...@apache.org |
svn commit: r1490058 - in /incubator/mesos/www: documentation.html download.html faq.html index.html mailing-lists.html news-archive.html research.html |
Wed, 05 Jun, 22:49 |
and...@apache.org |
svn commit: r1490059 - in /incubator/mesos/www: documentation.html download.html faq.html index.html mailing-lists.html news-archive.html research.html |
Wed, 05 Jun, 22:52 |
and...@apache.org |
svn commit: r1492951 - /incubator/mesos/www/download.html |
Fri, 14 Jun, 04:38 |
and...@apache.org |
svn commit: r1492952 - /incubator/mesos/www/download.html |
Fri, 14 Jun, 04:40 |
and...@apache.org |
svn commit: r1492953 - in /incubator/mesos/www: documentation.html faq.html research.html |
Fri, 14 Jun, 04:47 |
and...@apache.org |
svn commit: r1494781 - /incubator/mesos/www/research.html |
Wed, 19 Jun, 21:52 |
b...@apache.org |
git commit: Added os::sysctl to stout. |
Mon, 17 Jun, 19:40 |
bmah...@apache.org |
git commit: Updated the NOTICE to include the correct year, and to fix line wrapping. |
Fri, 07 Jun, 01:02 |
bmah...@apache.org |
git commit: Updated 3rd_party licences in the LICENCE file. |
Fri, 07 Jun, 23:54 |
bmah...@apache.org |
git commit: Updated the CHANGELOG for 0.12.0. |
Mon, 10 Jun, 17:41 |
bmah...@apache.org |
git commit: Added a master detector document. |
Mon, 10 Jun, 18:03 |
bmah...@apache.org |
git commit: Fixed the name of the master detector document. |
Mon, 10 Jun, 18:05 |
bmah...@apache.org |
git commit: Added an Upgrade document. |
Mon, 10 Jun, 18:37 |
bmah...@apache.org |
git commit: Updated the CHANGELOG with additional tickets fixed in 0.12.0. |
Mon, 10 Jun, 19:07 |
bmah...@apache.org |
git commit: Fixed a typo in the Master Detection filename. |
Mon, 10 Jun, 21:07 |
bmah...@apache.org |
Git Push Summary |
Mon, 10 Jun, 23:22 |
bmah...@apache.org |
git commit: Updated release tag format in the release script to use the new 0.12.0-rc1 style formatting. |
Tue, 11 Jun, 00:15 |
bmah...@apache.org |
[1/2] git commit: Fixed libprocess tests to write to stderr when using newer versions of autotools. |
Fri, 14 Jun, 18:25 |
bmah...@apache.org |
[2/2] git commit: Fixed mesos tests to write to stderr when using newer versions of autotools. |
Fri, 14 Jun, 18:25 |
bmah...@apache.org |
git commit: Fixed a bug in the Slave's logging. Added logging for failed detection of system resources in the slave. |
Fri, 14 Jun, 21:27 |
bmah...@apache.org |
[1/6] git commit: Added generic process utilities to libstout. |
Thu, 20 Jun, 03:30 |
bmah...@apache.org |
[2/6] git commit: Updated the ProcessIsolator to use the new libstout process utilities. |
Thu, 20 Jun, 03:30 |
bmah...@apache.org |
[3/6] git commit: Added utilities for getting process group and session members. |
Thu, 20 Jun, 03:30 |
bmah...@apache.org |
[4/6] git commit: Added a zombie bit to os::Process, improved os::alive to handle zombie processes. |
Thu, 20 Jun, 03:30 |
bmah...@apache.org |
[5/6] git commit: Implemented a killtree utility (inspired by the killtree.sh script in mesos). |
Thu, 20 Jun, 03:30 |
bmah...@apache.org |
[6/6] git commit: Removed killtree.sh in favor of os::killtree from libstout. |
Thu, 20 Jun, 03:30 |
bmah...@apache.org |
git commit: Fixed environment.cpp to correctly handle an empty test filter. |
Thu, 20 Jun, 03:32 |
bmah...@apache.org |
git commit: Adjusted the sched.cpp log levels based on importance. |
Thu, 20 Jun, 03:34 |
bmah...@apache.org |
git commit: Fixed command executor to issue SIGKILL over SIGTERM and ensured only one killtree operation is performed. |
Thu, 20 Jun, 17:54 |
bmah...@apache.org |
Git Push Summary |
Thu, 20 Jun, 18:32 |
bmah...@apache.org |
svn commit: r1495153 - in /incubator/mesos/www: documentation.html download.html faq.html index.html mailing-lists.html news-archive.html research.html |
Thu, 20 Jun, 19:55 |
bmah...@apache.org |
git commit: Fixed the Freezer to ignore proceses that go away while in the FREEZING state. |
Thu, 20 Jun, 23:41 |
bmah...@apache.org |
[1/4] git commit: Refactored Reaper with an abstraction that hides the dispatch syntax. |
Fri, 21 Jun, 17:55 |
bmah...@apache.org |
[2/4] git commit: Added (EXPECT|ASSERT)_NONE in gtest.hpp. |
Fri, 21 Jun, 17:55 |
bmah...@apache.org |
[3/4] git commit: Changed reaper to use a Future as the notification mechanism. The notification is now sent only if the pid is explicitly registered via the monitor() call. |
Fri, 21 Jun, 17:55 |
bmah...@apache.org |
[4/4] git commit: Changed reaper to use an Option for the process exit status. |
Fri, 21 Jun, 17:55 |
bmah...@apache.org |
[1/2] git commit: Added a log message in the master for tasks lost during slave removal. |
Tue, 25 Jun, 06:11 |
bmah...@apache.org |
[2/2] git commit: Improved the configure output when deprecated headers are present on OS X. |
Tue, 25 Jun, 06:11 |
bmah...@apache.org |
git commit: Added committers and a java compiler target to mesos.pom.in. |
Wed, 26 Jun, 23:59 |
bmah...@apache.org |
[1/2] git commit: Killed os::alive because its semantics was somewhat confusing and caused some flaky tests. |
Thu, 27 Jun, 00:04 |
bmah...@apache.org |
[2/2] git commit: Updated the Reaper to use os::process instead of os::alive. |
Thu, 27 Jun, 00:04 |
bmah...@apache.org |
git commit: Added missing os/exists.hpp to un-break the build. |
Thu, 27 Jun, 16:51 |
bmah...@apache.org |
git commit: Fixed a misplaced assertion in ReaperTest.TerminatedChildProcess. |
Fri, 28 Jun, 17:18 |
bmah...@apache.org |
git commit: Increased timeouts in replicated log tests. |
Fri, 28 Jun, 17:48 |
bmah...@apache.org |
git commit: Fixed a crash in the ProcessIsolator. |
Fri, 28 Jun, 22:03 |
bren...@apache.org |
[1/3] git commit: Run Hadoop tutorial binaries from within build dir. |
Wed, 12 Jun, 19:17 |
bren...@apache.org |
[2/3] git commit: Build fix for HadoopPipes.cc with GCC 4.7. |
Wed, 12 Jun, 19:17 |
bren...@apache.org |
[3/3] git commit: Hadoop tutorial version bump (CDH4.2.0 -> 4.2.1). |
Wed, 12 Jun, 19:17 |
bren...@apache.org |
git commit: WebUI: Use slave hostname rather than libprocess. |
Fri, 14 Jun, 00:00 |
bren...@apache.org |
git commit: Fixed links in webui for command executor tasks. |
Wed, 26 Jun, 20:01 |
bren...@apache.org |
git commit: Fixed bad Java comparison (use equals(), not ==). |
Thu, 27 Jun, 00:08 |
vinodk...@apache.org |
git commit: Fixed Zookeeper to recursively create parent paths as necessary. |
Wed, 05 Jun, 22:33 |
vinodk...@apache.org |
git commit: Exposed version in "/vars" and "/state.json" endpoints. |
Wed, 05 Jun, 22:34 |
vinodk...@apache.org |
git commit: Fixed slave to not send tasks and executor info of a terminated executor, when re-registering with master. |
Wed, 05 Jun, 22:36 |
vinodk...@apache.org |
Git Push Summary |
Thu, 06 Jun, 00:25 |
vinodk...@apache.org |
Git Push Summary |
Thu, 06 Jun, 00:27 |
vinodk...@apache.org |
[1/2] git commit: Fixed master to properly do task reconciliation when slave re-registers. |
Fri, 07 Jun, 22:06 |
vinodk...@apache.org |
[2/2] git commit: Fixed slave to properly handle terminated tasks that have pending updates. |
Fri, 07 Jun, 22:06 |
vinodk...@apache.org |
git commit: Added a new 'statistics.json' endpoint to the ResourceMonitor, this deprecates the old usage.json endpoint. |
Fri, 07 Jun, 23:17 |
vinodk...@apache.org |
git commit: Updated CHANGELOG for 0.13.0. |
Mon, 10 Jun, 21:53 |
vinodk...@apache.org |
Git Push Summary |
Wed, 12 Jun, 19:18 |
vinodk...@apache.org |
[01/12] git commit: Fixed master to properly do task reconciliation when slave re-registers. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[02/12] git commit: Fixed slave to properly handle terminated tasks that have pending updates. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[03/12] git commit: Updated the NOTICE to include the correct year, and to fix line wrapping. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[04/12] git commit: Fixed slave to not send tasks and executor info of a terminated executor, when re-registering with master. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[05/12] git commit: Fixed Zookeeper to recursively create parent paths as necessary. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[06/12] git commit: Exposed version in "/vars" and "/state.json" endpoints. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[07/12] git commit: Added a new 'statistics.json' endpoint to the ResourceMonitor, this deprecates the old usage.json endpoint. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[08/12] git commit: Updated CHANGELOG for 0.13.0. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[09/12] git commit: Fixed slave to properly handle duplicate terminal updates for the same task. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[10/12] git commit: Updated CHANGELOG for 0.13.0 (rc2). |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[11/12] git commit: Updated CHANGELOG for 0.13.0 (rc2). |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
[12/12] git commit: Fixed slave to properly handle duplicate terminal updates for the same task. |
Wed, 12 Jun, 22:53 |
vinodk...@apache.org |
Git Push Summary |
Mon, 17 Jun, 18:56 |
vinodk...@apache.org |
Git Push Summary |
Mon, 17 Jun, 18:57 |
vinodk...@apache.org |
git commit: Fixed flaky FaultToleranceTest.ReconcileIncompleteTasks test. |
Mon, 24 Jun, 18:44 |
vinodk...@apache.org |
git commit: Fixed flaky MasterDetectorExpireSlaveZKSessionNewMaster test. |
Mon, 24 Jun, 19:05 |
vinodk...@apache.org |
git commit: Fixed slave to create work directory during initialization. |
Tue, 25 Jun, 01:52 |
vinodk...@apache.org |
[1/2] git commit: Added Jenkins plugin to the build tool chain. |
Wed, 26 Jun, 03:11 |
vinodk...@apache.org |
[2/2] git commit: Added Jenkins scheduler. |
Wed, 26 Jun, 03:11 |
vinodk...@apache.org |
git commit: Fixed slave to validate slave id during (re-)registration. |
Thu, 27 Jun, 00:56 |
vinodk...@apache.org |
Git Push Summary |
Fri, 28 Jun, 21:48 |
wog...@apache.org |
git commit: Update deploy scripts. |
Sat, 15 Jun, 23:41 |