You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] mesos git commit: Fixed indentation of HealthCheck files in src/Makefile.am. - posted by al...@apache.org on 2016/08/01 10:00:03 UTC, 0 replies.
- [2/2] mesos git commit: Fixed a typo in "launcher/executor.cpp". - posted by al...@apache.org on 2016/08/01 10:00:04 UTC, 0 replies.
- [1/2] mesos git commit: Added check for root permissions to 'NvidiaVolume::create()'. - posted by ji...@apache.org on 2016/08/01 16:06:15 UTC, 0 replies.
- [2/2] mesos git commit: Updated NvidiaVolume to mount as 'tmpfs' if parent fs is 'noexec'. - posted by ji...@apache.org on 2016/08/01 16:06:16 UTC, 0 replies.
- [1/2] mesos git commit: Support arithmetic operations for shared resources with shared count. - posted by ya...@apache.org on 2016/08/01 17:00:25 UTC, 0 replies.
- [2/2] mesos git commit: Add v1 changes for shared resources. - posted by ya...@apache.org on 2016/08/01 17:00:26 UTC, 0 replies.
- mesos git commit: Added MESOS-5911 to 1.0.1 CHANGELOG. - posted by ya...@apache.org on 2016/08/01 17:30:47 UTC, 0 replies.
- mesos git commit: Supported non-shell command in MesosLaunch to avoid arbitrary commands. - posted by ji...@apache.org on 2016/08/01 18:26:29 UTC, 0 replies.
- mesos git commit: Updated mesos containerizer launch execute() to return 'EXIT_FAILURE'. - posted by ji...@apache.org on 2016/08/01 20:03:27 UTC, 0 replies.
- mesos git commit: Updated docker volume isolator to return non-shell 'pre_exec_commands'. - posted by ji...@apache.org on 2016/08/01 20:06:01 UTC, 0 replies.
- [1/6] mesos git commit: CMake: Added build script for mesos-local executable. - posted by jo...@apache.org on 2016/08/01 20:29:07 UTC, 0 replies.
- [2/6] mesos git commit: CMake: Added `setns` and `active-user` test helper binaries. - posted by jo...@apache.org on 2016/08/01 20:29:08 UTC, 0 replies.
- [3/6] mesos git commit: CMake: Added LogrotateContainerLogger companion executable. - posted by jo...@apache.org on 2016/08/01 20:29:09 UTC, 0 replies.
- [4/6] mesos git commit: CMake: Removed outdated and commented-out build targets. - posted by jo...@apache.org on 2016/08/01 20:29:10 UTC, 0 replies.
- [5/6] mesos git commit: CMake: Added script to build mesos-execute. - posted by jo...@apache.org on 2016/08/01 20:29:11 UTC, 0 replies.
- [6/6] mesos git commit: CMake: Fixed typo in target comments. - posted by jo...@apache.org on 2016/08/01 20:29:12 UTC, 0 replies.
- mesos git commit: CMake: Fix test helper build order. - posted by jo...@apache.org on 2016/08/01 22:13:14 UTC, 0 replies.
- [1/2] mesos git commit: Updated containerizer.cpp to look for duplicates in '--containerizer'. - posted by ji...@apache.org on 2016/08/01 22:52:50 UTC, 0 replies.
- [2/2] mesos git commit: Added extra conditions for deciding when to create "NvidiaComponents". - posted by ji...@apache.org on 2016/08/01 22:52:51 UTC, 0 replies.
- mesos git commit: Do not set allocation_interval in allocator benchmark test. - posted by bm...@apache.org on 2016/08/02 00:06:20 UTC, 0 replies.
- mesos git commit: Updated filesystem linux isolator pre exec commands to be non-shell. - posted by ji...@apache.org on 2016/08/02 00:07:15 UTC, 0 replies.
- mesos git commit: Fix tests that compare Resources::count() with signed integers. - posted by ya...@apache.org on 2016/08/02 00:36:59 UTC, 0 replies.
- mesos git commit: Updated CHANGELOG about 1.0.1 fix (MESOS-5923 and MESOS-5959). - posted by ji...@apache.org on 2016/08/02 04:46:16 UTC, 0 replies.
- [1/5] mesos git commit: Updated NvidiaVolume to mount as 'tmpfs' if parent fs is 'noexec'. - posted by ji...@apache.org on 2016/08/02 04:48:39 UTC, 0 replies.
- [2/5] mesos git commit: Added check for root permissions to 'NvidiaVolume::create()'. - posted by ji...@apache.org on 2016/08/02 04:48:40 UTC, 0 replies.
- [3/5] mesos git commit: Updated containerizer.cpp to look for duplicates in '--containerizer'. - posted by ji...@apache.org on 2016/08/02 04:48:41 UTC, 0 replies.
- [4/5] mesos git commit: Added extra conditions for deciding when to create "NvidiaComponents". - posted by ji...@apache.org on 2016/08/02 04:48:42 UTC, 0 replies.
- [5/5] mesos git commit: Updated CHANGELOG about 1.0.1 fix (MESOS-5923 and MESOS-5959). - posted by ji...@apache.org on 2016/08/02 04:48:43 UTC, 0 replies.
- mesos git commit: Added MESOS-5945 to 1.0.1 CHANGELOG. - posted by ji...@apache.org on 2016/08/02 04:51:09 UTC, 1 replies.
- mesos git commit: Implemented `CgroupsIsolatorProcess::cleanup`. - posted by ji...@apache.org on 2016/08/02 05:20:17 UTC, 0 replies.
- mesos git commit: Added agent and scheduler authentication backoff. - posted by me...@apache.org on 2016/08/02 08:24:29 UTC, 0 replies.
- [1/7] mesos git commit: Added an example test for the V0/V1 Mesos java implementation. - posted by an...@apache.org on 2016/08/02 15:42:43 UTC, 0 replies.
- [2/7] mesos git commit: Added native implementation for v1 Mesos interface. - posted by an...@apache.org on 2016/08/02 15:42:44 UTC, 0 replies.
- [3/7] mesos git commit: Added helper functions for v1 JNI `construct()`/`convert()`. - posted by an...@apache.org on 2016/08/02 15:42:45 UTC, 0 replies.
- [4/7] mesos git commit: Added a abstract base class for scheduler library. - posted by an...@apache.org on 2016/08/02 15:42:46 UTC, 0 replies.
- [5/7] mesos git commit: Added v1 Scheduler/Mesos interface in Java. - posted by an...@apache.org on 2016/08/02 15:42:47 UTC, 0 replies.
- [6/7] mesos git commit: Added native implementation for the V0 Mesos Adapter. - posted by an...@apache.org on 2016/08/02 15:42:48 UTC, 0 replies.
- [7/7] mesos git commit: Added java implementations for the V0/V1 implementation for Mesos. - posted by an...@apache.org on 2016/08/02 15:42:49 UTC, 0 replies.
- mesos git commit: Enhanced benchmark tests for resources to include shared resources. - posted by ya...@apache.org on 2016/08/02 15:56:32 UTC, 0 replies.
- mesos git commit: Used `await` instead of `collect` on `Subsystem` operations. - posted by ji...@apache.org on 2016/08/02 16:35:28 UTC, 0 replies.
- [1/5] mesos git commit: Reduced logging verbosity for replicated log operations. - posted by an...@apache.org on 2016/08/02 16:45:07 UTC, 0 replies.
- [2/5] mesos git commit: Fixed quoting for executor IDs in log messages. - posted by an...@apache.org on 2016/08/02 16:45:08 UTC, 0 replies.
- [3/5] mesos git commit: Clarified log messages during master startup. - posted by an...@apache.org on 2016/08/02 16:45:09 UTC, 0 replies.
- [4/5] mesos git commit: Tweaked agent logging. - posted by an...@apache.org on 2016/08/02 16:45:10 UTC, 0 replies.
- [5/5] mesos git commit: Made the JSON snippets complete in the Scheduler HTTP API doc. - posted by an...@apache.org on 2016/08/02 16:45:11 UTC, 0 replies.
- [1/2] mesos git commit: Implemented `CgroupsIsolatorProcess::finalize`. - posted by ji...@apache.org on 2016/08/02 16:47:47 UTC, 0 replies.
- [2/2] mesos git commit: Implemented `CgroupsIsolatorProcess::initialize`. - posted by ji...@apache.org on 2016/08/02 16:47:48 UTC, 0 replies.
- [1/3] mesos git commit: Libprocess: Fixed decoder to support incremental URL parsing. - posted by jo...@apache.org on 2016/08/02 19:25:12 UTC, 0 replies.
- [2/3] mesos git commit: Libprocess: Removed old http_parser code. - posted by jo...@apache.org on 2016/08/02 19:25:13 UTC, 0 replies.
- [3/3] mesos git commit: Removed `O_SYNC` from StatusUpdateManager. - posted by jo...@apache.org on 2016/08/02 19:25:14 UTC, 0 replies.
- mesos git commit: Added MESOS-5943 to 1.0.1 CHANGELOG. - posted by jo...@apache.org on 2016/08/02 20:57:33 UTC, 0 replies.
- mesos git commit: Minor white space fix. - posted by ya...@apache.org on 2016/08/02 21:07:04 UTC, 0 replies.
- [1/2] mesos git commit: Libprocess: Fixed decoder to support incremental URL parsing. - posted by jo...@apache.org on 2016/08/02 21:07:25 UTC, 2 replies.
- [2/2] mesos git commit: Added MESOS-5943 to 1.0.1 CHANGELOG. - posted by jo...@apache.org on 2016/08/02 21:07:26 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-5943 to 0.28.3 CHANGELOG. - posted by jo...@apache.org on 2016/08/02 21:19:44 UTC, 1 replies.
- [2/2] mesos git commit: Added MESOS-5943 to 0.27.4 CHANGELOG. - posted by jo...@apache.org on 2016/08/02 21:25:22 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-5943 to 0.27.4 CHANGELOG. - posted by jo...@apache.org on 2016/08/02 21:26:01 UTC, 0 replies.
- [1/2] mesos git commit: Fixed use-after-close bug when using libevent and SSL. - posted by bm...@apache.org on 2016/08/02 21:49:54 UTC, 1 replies.
- [2/2] mesos git commit: Added MESOS-5913 to 0.28.3 CHANGELOG. - posted by bm...@apache.org on 2016/08/02 21:49:55 UTC, 0 replies.
- mesos git commit: Added MESOS-5913 to 0.28.3 CHANGELOG. - posted by bm...@apache.org on 2016/08/02 21:51:52 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-5913 to 0.27.4 CHANGELOG. - posted by bm...@apache.org on 2016/08/02 22:10:26 UTC, 0 replies.
- mesos git commit: Added MESOS-5913 to 0.27.4 CHANGELOG. - posted by bm...@apache.org on 2016/08/02 22:10:55 UTC, 0 replies.
- mesos git commit: Removed unused user variable in filesystem linux isolator prepare. - posted by ji...@apache.org on 2016/08/02 22:22:43 UTC, 0 replies.
- mesos git commit: Avoid unnecessary validation during resource subtraction. - posted by bm...@apache.org on 2016/08/02 22:26:57 UTC, 0 replies.
- [1/2] mesos git commit: Fixed continuation logic in logrotate module. - posted by jo...@apache.org on 2016/08/02 22:27:59 UTC, 0 replies.
- [2/2] mesos git commit: Fixed `clean-python` Makefile target. - posted by jo...@apache.org on 2016/08/02 22:28:00 UTC, 0 replies.
- mesos git commit: Added logs for pre-exec commands to sandbox in MesosContainerizerLaunch. - posted by ji...@apache.org on 2016/08/02 22:47:36 UTC, 0 replies.
- [1/2] mesos git commit: Added MESOS-5388 to 1.0.1 CHANGELOG. - posted by ji...@apache.org on 2016/08/02 23:31:16 UTC, 0 replies.
- [2/2] mesos git commit: Fixed the white space indentation in CHANGELOG. - posted by ji...@apache.org on 2016/08/02 23:31:17 UTC, 0 replies.
- [1/8] mesos git commit: Supported non-shell command in MesosLaunch to avoid arbitrary commands. - posted by ji...@apache.org on 2016/08/02 23:55:39 UTC, 0 replies.
- [2/8] mesos git commit: Updated mesos containerizer launch execute() to return 'EXIT_FAILURE'. - posted by ji...@apache.org on 2016/08/02 23:55:40 UTC, 0 replies.
- [3/8] mesos git commit: Updated docker volume isolator to return non-shell 'pre_exec_commands'. - posted by ji...@apache.org on 2016/08/02 23:55:41 UTC, 0 replies.
- [4/8] mesos git commit: Updated filesystem linux isolator pre exec commands to be non-shell. - posted by ji...@apache.org on 2016/08/02 23:55:42 UTC, 0 replies.
- [5/8] mesos git commit: Removed unused user variable in filesystem linux isolator prepare. - posted by ji...@apache.org on 2016/08/02 23:55:43 UTC, 0 replies.
- [6/8] mesos git commit: Added logs for pre-exec commands to sandbox in MesosContainerizerLaunch. - posted by ji...@apache.org on 2016/08/02 23:55:44 UTC, 0 replies.
- [7/8] mesos git commit: Added MESOS-5388 to 1.0.1 CHANGELOG. - posted by ji...@apache.org on 2016/08/02 23:55:45 UTC, 0 replies.
- [8/8] mesos git commit: Fixed the white space indentation in CHANGELOG. - posted by ji...@apache.org on 2016/08/02 23:55:46 UTC, 0 replies.
- [1/6] mesos git commit: Deprecated the 'rootfs' proto field in ContainerLaunchInfo. - posted by ji...@apache.org on 2016/08/03 00:02:06 UTC, 0 replies.
- [2/6] mesos git commit: Supported scratch containers in Unified Containerizer. - posted by ji...@apache.org on 2016/08/03 00:02:07 UTC, 0 replies.
- [3/6] mesos git commit: Added comments for tmpfs and sandbox mountpoints for bind backend. - posted by ji...@apache.org on 2016/08/03 00:02:08 UTC, 0 replies.
- [4/6] mesos git commit: Fixed the bind backend document in container-image.md. - posted by ji...@apache.org on 2016/08/03 00:02:09 UTC, 0 replies.
- [5/6] mesos git commit: Added a unit test for scratch based docker images. - posted by ji...@apache.org on 2016/08/03 00:02:10 UTC, 0 replies.
- [6/6] mesos git commit: Added MESOS-5927 to 1.0.1 CHANGELOG. - posted by ji...@apache.org on 2016/08/03 00:02:11 UTC, 0 replies.
- [1/2] mesos git commit: Supported scratch containers in Unified Containerizer. - posted by ji...@apache.org on 2016/08/03 00:05:39 UTC, 1 replies.
- [2/2] mesos git commit: Added MESOS-5927 to 1.0.1 CHANGELOG. - posted by ji...@apache.org on 2016/08/03 00:05:40 UTC, 0 replies.
- mesos git commit: Added MESOS-5927 to 0.28.3 CHANGELOG. - posted by ji...@apache.org on 2016/08/03 00:06:39 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-5927 to 0.28.3 CHANGELOG. - posted by ji...@apache.org on 2016/08/03 00:08:18 UTC, 0 replies.
- mesos git commit: Check for shared count and scalar values in subtraction of resources. - posted by ya...@apache.org on 2016/08/03 03:06:48 UTC, 0 replies.
- mesos git commit: Minor white space fix in slave.cpp. - posted by ya...@apache.org on 2016/08/03 05:49:24 UTC, 0 replies.
- [1/7] mesos git commit: Libprocess: Added id to the Sequence c-tor. - posted by al...@apache.org on 2016/08/03 12:53:26 UTC, 0 replies.
- [2/7] mesos git commit: Libprocess: Added missing process IDs. - posted by al...@apache.org on 2016/08/03 12:53:27 UTC, 0 replies.
- [3/7] mesos git commit: Added missing process IDs. - posted by al...@apache.org on 2016/08/03 12:53:28 UTC, 0 replies.
- [4/7] mesos git commit: Libprocess: Renamed actor IDs for consistency. - posted by al...@apache.org on 2016/08/03 12:53:29 UTC, 0 replies.
- [5/7] mesos git commit: Renamed actor IDs for consistency. - posted by al...@apache.org on 2016/08/03 12:53:30 UTC, 0 replies.
- [6/7] mesos git commit: Added "zookeeper" prefix to ZK process IDs. - posted by al...@apache.org on 2016/08/03 12:53:31 UTC, 0 replies.
- [7/7] mesos git commit: Ensured HierarchicalAllocatorProcess specifies a process ID. - posted by al...@apache.org on 2016/08/03 12:53:32 UTC, 0 replies.
- mesos git commit: Updated 'NvidiaVolume' to not error out when binary is missing. - posted by bm...@apache.org on 2016/08/03 22:06:14 UTC, 0 replies.
- [1/2] mesos git commit: Updated 'NvidiaVolume' to not error out when binary is missing. - posted by bm...@apache.org on 2016/08/03 22:51:05 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-5982 to the 1.0.1 CHANGELOG. - posted by bm...@apache.org on 2016/08/03 22:51:06 UTC, 0 replies.
- [1/2] mesos git commit: Added flag in logrotate module to control number of libprocess threads. - posted by jo...@apache.org on 2016/08/03 22:51:06 UTC, 0 replies.
- [2/2] mesos git commit: Updated logrotation module to use `os::pagesize()`. - posted by jo...@apache.org on 2016/08/03 22:51:07 UTC, 0 replies.
- mesos git commit: Added MESOS-5982 to the 1.0.1 CHANGELOG. - posted by bm...@apache.org on 2016/08/03 22:52:17 UTC, 0 replies.
- mesos git commit: Improved performance in addition and subtraction of resources. - posted by ya...@apache.org on 2016/08/04 00:21:28 UTC, 0 replies.
- mesos git commit: Fixed sign comparisons in logrotate module. - posted by jo...@apache.org on 2016/08/04 00:52:08 UTC, 0 replies.
- [1/2] mesos git commit: Improved HTTP API docs. - posted by an...@apache.org on 2016/08/04 02:57:41 UTC, 0 replies.
- [2/2] mesos git commit: Fixed typo in comment. - posted by an...@apache.org on 2016/08/04 02:57:42 UTC, 0 replies.
- [1/2] mesos git commit: Mesos-slave --help should not return as failed. - posted by vi...@apache.org on 2016/08/04 16:27:24 UTC, 0 replies.
- [2/2] mesos git commit: Moved check for '--version' in master and agent 'main.cpp'. - posted by vi...@apache.org on 2016/08/04 16:27:25 UTC, 0 replies.
- mesos git commit: Added MESOS-5922 and MESOS-5928 to CHANGELOG for 1.0.1. - posted by vi...@apache.org on 2016/08/04 16:29:59 UTC, 0 replies.
- [1/3] mesos git commit: Added MESOS-5922 and MESOS-5928 to CHANGELOG for 1.0.1. - posted by vi...@apache.org on 2016/08/04 16:31:39 UTC, 0 replies.
- [2/3] mesos git commit: Moved check for '--version' in master and agent 'main.cpp'. - posted by vi...@apache.org on 2016/08/04 16:31:40 UTC, 0 replies.
- [3/3] mesos git commit: Mesos-slave --help should not return as failed. - posted by vi...@apache.org on 2016/08/04 16:31:41 UTC, 0 replies.
- mesos git commit: Removed frameworks with suppressed offers from DRFSorter. - posted by jo...@apache.org on 2016/08/04 21:56:19 UTC, 0 replies.
- mesos git commit: Updated allocated number of range to 100 for sorter benchmark test. - posted by bm...@apache.org on 2016/08/05 00:56:46 UTC, 0 replies.
- [1/2] mesos git commit: Fixed the master to recover resources/update state for orphan tasks. - posted by an...@apache.org on 2016/08/05 02:01:38 UTC, 0 replies.
- [2/2] mesos git commit: Fixed a bug around handling orphaned tasks in `GET_TASKS` call. - posted by an...@apache.org on 2016/08/05 02:01:39 UTC, 0 replies.
- [1/3] mesos git commit: Fixed a bug around handling orphaned tasks in `GET_TASKS` call. - posted by an...@apache.org on 2016/08/05 02:25:05 UTC, 0 replies.
- [2/3] mesos git commit: Fixed the master to recover resources/update state for orphan tasks. - posted by an...@apache.org on 2016/08/05 02:25:06 UTC, 0 replies.
- [3/3] mesos git commit: Added MESOS-5930 to CHANGELOG for 1.0.1. - posted by an...@apache.org on 2016/08/05 02:25:07 UTC, 0 replies.
- mesos git commit: Added MESOS-5930 to CHANGELOG for 1.0.1. - posted by an...@apache.org on 2016/08/05 02:36:36 UTC, 0 replies.
- mesos git commit: Resolved C++11-related TODO in zookeeper/group.cpp. - posted by ya...@apache.org on 2016/08/05 18:24:37 UTC, 0 replies.
- mesos git commit: Updated the webui to handle petabyte scale. - posted by bm...@apache.org on 2016/08/05 19:57:20 UTC, 0 replies.
- [1/5] mesos git commit: Added more expectations to TASK_LOST test cases. - posted by vi...@apache.org on 2016/08/05 23:41:59 UTC, 0 replies.
- [2/5] mesos git commit: Added more assertions to master code. - posted by vi...@apache.org on 2016/08/05 23:42:00 UTC, 0 replies.
- [3/5] mesos git commit: Improved consistency of test code for partitioning an agent. - posted by vi...@apache.org on 2016/08/05 23:42:01 UTC, 0 replies.
- [4/5] mesos git commit: Cleaned up comments in fault tolerance tests. - posted by vi...@apache.org on 2016/08/05 23:42:02 UTC, 0 replies.
- [5/5] mesos git commit: Future-proofed some slave removal tests. - posted by vi...@apache.org on 2016/08/05 23:42:03 UTC, 0 replies.
- mesos git commit: Renamed the filter for tests that depend on "perf". - posted by vi...@apache.org on 2016/08/05 23:43:42 UTC, 0 replies.
- mesos git commit: Removed incorrect CHECK in SSL socket `send()`. - posted by bm...@apache.org on 2016/08/06 01:42:42 UTC, 0 replies.
- mesos git commit: Updated `HealthCheck` protobuf with HTTP and TCP health checks. - posted by al...@apache.org on 2016/08/08 11:25:06 UTC, 0 replies.
- mesos git commit: Added new contributor (Will Rouesnel). - posted by an...@apache.org on 2016/08/08 15:28:38 UTC, 0 replies.
- mesos git commit: Added `-Wsign-compare` to global compiler flags. - posted by mp...@apache.org on 2016/08/08 15:57:08 UTC, 0 replies.
- mesos git commit: Fixed two typos in port mapping isolator tests. - posted by ji...@apache.org on 2016/08/08 16:51:29 UTC, 0 replies.
- [1/2] mesos git commit: Removed incorrect CHECK in SSL socket `send()`. - posted by bm...@apache.org on 2016/08/08 18:33:55 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-5986 to the 1.0.1 CHANGELOG. - posted by bm...@apache.org on 2016/08/08 18:33:56 UTC, 0 replies.
- mesos git commit: Added MESOS-5986 to the 1.0.1 CHANGELOG. - posted by bm...@apache.org on 2016/08/08 18:34:26 UTC, 0 replies.
- mesos git commit: Added new contributor (Gaojin CAO). - posted by vi...@apache.org on 2016/08/08 21:57:17 UTC, 0 replies.
- mesos git commit: Fixed the flaky SlaveRecoveryTest.* failures upon TearDown. - posted by bm...@apache.org on 2016/08/09 05:57:54 UTC, 0 replies.
- mesos git commit: Updated the links of Homebrew in release-guide.md. - posted by vi...@apache.org on 2016/08/09 15:48:33 UTC, 0 replies.
- [1/2] mesos git commit: Updated Linux 'MountInfoTable' entries to be sorted as expected. - posted by ji...@apache.org on 2016/08/09 16:27:04 UTC, 0 replies.
- [2/2] mesos git commit: Used hashset instead of set when sorting the mount table. - posted by ji...@apache.org on 2016/08/09 16:27:05 UTC, 0 replies.
- mesos git commit: Added MESOS-5969 to 1.0.1 CHANGELOG. - posted by ji...@apache.org on 2016/08/09 16:39:56 UTC, 0 replies.
- [1/3] mesos git commit: Added MESOS-5969 to 1.0.1 CHANGELOG. - posted by ji...@apache.org on 2016/08/09 16:42:46 UTC, 0 replies.
- [2/3] mesos git commit: Used hashset instead of set when sorting the mount table. - posted by ji...@apache.org on 2016/08/09 16:42:47 UTC, 0 replies.
- [3/3] mesos git commit: Updated Linux 'MountInfoTable' entries to be sorted as expected. - posted by ji...@apache.org on 2016/08/09 16:42:48 UTC, 0 replies.
- [1/2] mesos git commit: Removed extra spaces in docker.cpp. - posted by al...@apache.org on 2016/08/09 18:11:59 UTC, 0 replies.
- [2/2] mesos git commit: Fixed the incorrect order of header files in docker executor. - posted by al...@apache.org on 2016/08/09 18:12:00 UTC, 0 replies.
- [1/2] mesos git commit: Fixed minor code style issue. - posted by jo...@apache.org on 2016/08/09 20:04:39 UTC, 0 replies.
- [2/2] mesos git commit: Fixed provisioner appc support on windows build. - posted by jo...@apache.org on 2016/08/09 20:04:40 UTC, 0 replies.
- [1/2] mesos git commit: Removed the external containerizer. - posted by ji...@apache.org on 2016/08/09 20:13:44 UTC, 0 replies.
- [2/2] mesos git commit: Removed the external containerizer. - posted by ji...@apache.org on 2016/08/09 20:13:45 UTC, 0 replies.
- mesos git commit: Fixed a use-after-close bug in PollSocketImpl. - posted by bm...@apache.org on 2016/08/10 00:05:39 UTC, 0 replies.
- [1/2] mesos git commit: Fixed a use-after-close bug in PollSocketImpl. - posted by bm...@apache.org on 2016/08/10 00:07:34 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-5988 to the 1.0.1 CHANGELOG. - posted by bm...@apache.org on 2016/08/10 00:07:35 UTC, 0 replies.
- mesos git commit: Added MESOS-5988 to the 1.0.1 CHANGELOG. - posted by bm...@apache.org on 2016/08/10 00:09:00 UTC, 0 replies.
- mesos git commit: Added coverity build to build_docker.sh. - posted by vi...@apache.org on 2016/08/10 04:33:34 UTC, 0 replies.
- [1/4] mesos git commit: Trimmed unneeded extra space between right angle brackets. - posted by mp...@apache.org on 2016/08/10 17:58:12 UTC, 0 replies.
- [2/4] mesos git commit: Trimmed unneeded extra space between right angle brackets. - posted by mp...@apache.org on 2016/08/10 17:58:13 UTC, 0 replies.
- [3/4] mesos git commit: Removed unneeded extra space in stout code base. - posted by mp...@apache.org on 2016/08/10 17:58:14 UTC, 0 replies.
- [4/4] mesos git commit: Removed unneeded extra space in libprocess code base. - posted by mp...@apache.org on 2016/08/10 17:58:15 UTC, 0 replies.
- [1/5] mesos git commit: Removed the redundant `mesos::` namespace prefix + minor style fixes. - posted by an...@apache.org on 2016/08/10 18:28:53 UTC, 0 replies.
- [2/5] mesos git commit: Added helpers evolve/devolve functions for executor calls/events. - posted by an...@apache.org on 2016/08/10 18:28:54 UTC, 0 replies.
- [3/5] mesos git commit: Made the command executor use the unversioned protobufs internally. - posted by an...@apache.org on 2016/08/10 18:28:55 UTC, 0 replies.
- [4/5] mesos git commit: Removed a no longer valid comment. - posted by an...@apache.org on 2016/08/10 18:28:56 UTC, 0 replies.
- [5/5] mesos git commit: Minor cleanups to the command executor. - posted by an...@apache.org on 2016/08/10 18:28:57 UTC, 0 replies.
- mesos git commit: Added Tomasz Janiszewski to contributors.yaml. - posted by al...@apache.org on 2016/08/10 19:01:36 UTC, 0 replies.
- mesos git commit: Removed `test_containerizer.py` from src/Makefile.am. - posted by vi...@apache.org on 2016/08/10 19:26:20 UTC, 0 replies.
- mesos git commit: Fixed typo for REX-Ray in 1.0 blog post. - posted by vi...@apache.org on 2016/08/10 19:31:43 UTC, 0 replies.
- mesos git commit: Windows: Fix build in src/launcher/executor.*. - posted by jo...@apache.org on 2016/08/10 20:12:13 UTC, 0 replies.
- [1/2] mesos git commit: Added missing includes to health checker sources. - posted by al...@apache.org on 2016/08/10 21:54:42 UTC, 0 replies.
- [2/2] mesos git commit: Moved the implementation of health checker to the .cpp file. - posted by al...@apache.org on 2016/08/10 21:54:43 UTC, 0 replies.
- mesos git commit: Fixed minor typo in comment. - posted by an...@apache.org on 2016/08/10 21:58:49 UTC, 0 replies.
- [1/2] mesos git commit: Allowed all flags load methods to specify a prefix. - posted by vi...@apache.org on 2016/08/10 23:32:29 UTC, 0 replies.
- [2/2] mesos git commit: Updated CHANGELOG for 1.0.1. - posted by vi...@apache.org on 2016/08/10 23:32:30 UTC, 0 replies.
- mesos git commit: Updated CHANGELOG for 1.0.1. - posted by vi...@apache.org on 2016/08/10 23:33:20 UTC, 0 replies.
- mesos git commit: Updated version in configure.ac and CMakeLists.txt. - posted by vi...@apache.org on 2016/08/10 23:35:36 UTC, 0 replies.
- mesos git commit: Used MESOS_VERSION instead of fixed mesos version string. - posted by vi...@apache.org on 2016/08/10 23:58:03 UTC, 0 replies.
- [mesos] Git Push Summary - posted by vi...@apache.org on 2016/08/11 00:14:21 UTC, 1 replies.
- svn commit: r14761 - in /dev/mesos/1.0.1-rc1: ./ mesos-1.0.1.tar.gz mesos-1.0.1.tar.gz.asc mesos-1.0.1.tar.gz.md5 - posted by vi...@apache.org on 2016/08/11 00:29:32 UTC, 0 replies.
- mesos git commit: Avoid unnecessarily subtracting resources during contains check. - posted by bm...@apache.org on 2016/08/11 00:46:39 UTC, 0 replies.
- mesos git commit: Updated sorter benchmark to time unallocation and agent removal. - posted by bm...@apache.org on 2016/08/11 00:53:37 UTC, 0 replies.
- mesos git commit: Propagated work_dir flag from local runs to agents/masters. - posted by vi...@apache.org on 2016/08/11 00:58:06 UTC, 0 replies.
- mesos git commit: Replaced raw string value with a constant. - posted by mp...@apache.org on 2016/08/11 07:16:07 UTC, 0 replies.
- mesos git commit: Minor cleanups in Disk Quota tests. - posted by mp...@apache.org on 2016/08/11 17:23:59 UTC, 0 replies.
- [1/2] mesos git commit: Introduced linux capabilities API. - posted by ji...@apache.org on 2016/08/11 20:06:59 UTC, 0 replies.
- [2/2] mesos git commit: Added stringify for Set in stout. - posted by ji...@apache.org on 2016/08/11 20:07:00 UTC, 0 replies.
- mesos git commit: Added ability for frameworks to specify port mapping for CNI networks. - posted by ji...@apache.org on 2016/08/11 20:10:21 UTC, 0 replies.
- [1/2] mesos git commit: Fixed a broken link to CNI repo. - posted by ji...@apache.org on 2016/08/11 20:19:37 UTC, 0 replies.
- [2/2] mesos git commit: Removed a limitation in CNI doc. - posted by ji...@apache.org on 2016/08/11 20:19:38 UTC, 0 replies.
- mesos git commit: Added a section on "Adding/Modifying/Deleting CNI configuration". - posted by ji...@apache.org on 2016/08/11 23:04:23 UTC, 0 replies.
- mesos git commit: Implemented `CgroupsIsolatorProcess::recover`. - posted by ji...@apache.org on 2016/08/12 04:37:27 UTC, 0 replies.
- mesos git commit: Added `PortMapping` for frameworks in v1 API as well. - posted by ji...@apache.org on 2016/08/12 04:40:26 UTC, 0 replies.
- mesos git commit: Updating TOC for CNI documentation. - posted by ji...@apache.org on 2016/08/12 04:42:51 UTC, 0 replies.
- mesos git commit: Removed `default` case from `switch` over enum value. - posted by ji...@apache.org on 2016/08/12 17:53:16 UTC, 0 replies.
- mesos git commit: Sped up ExamplesTest.PersistentVolumeFramework. - posted by bm...@apache.org on 2016/08/12 20:15:34 UTC, 0 replies.
- [1/2] mesos git commit: Updated includes to follow the SSL flag split. - posted by jo...@apache.org on 2016/08/12 22:40:22 UTC, 0 replies.
- [2/2] mesos git commit: Split src/openssl.hpp adding include/process/ssl/flags.hpp. - posted by jo...@apache.org on 2016/08/12 22:40:23 UTC, 0 replies.
- [1/6] mesos git commit: Added 'HealthCheck' protobuf validation. - posted by al...@apache.org on 2016/08/13 01:46:05 UTC, 0 replies.
- [2/6] mesos git commit: Updated 'HealthCheck' protobuf validation in docker executor. - posted by al...@apache.org on 2016/08/13 01:46:06 UTC, 0 replies.
- [3/6] mesos git commit: Dispatched health check by type. - posted by al...@apache.org on 2016/08/13 01:46:07 UTC, 0 replies.
- [4/6] mesos git commit: Added a test for `HealthCheck` protobuf validation. - posted by al...@apache.org on 2016/08/13 01:46:08 UTC, 0 replies.
- [5/6] mesos git commit: Wrapped `HealthChecker` into `health` namespace. - posted by al...@apache.org on 2016/08/13 01:46:09 UTC, 0 replies.
- [6/6] mesos git commit: Removed extra `HealthCheck` validation in docker executor. - posted by al...@apache.org on 2016/08/13 01:46:10 UTC, 0 replies.
- mesos git commit: Addendum to a536cef67d2f250f60eb2f991e62402dae0590a1. - posted by al...@apache.org on 2016/08/13 02:09:44 UTC, 0 replies.
- mesos git commit: Consolidated two containerizer::launch methods into one. - posted by ji...@apache.org on 2016/08/14 18:37:04 UTC, 0 replies.
- mesos git commit: Consolidated two executorEnvironment() calls in docker containerizer. - posted by ji...@apache.org on 2016/08/15 17:16:43 UTC, 0 replies.
- mesos git commit: Removed slavePid from the containerizer launch API. - posted by ji...@apache.org on 2016/08/15 17:53:35 UTC, 0 replies.
- mesos git commit: Updated elfio to version 3.2. - posted by bm...@apache.org on 2016/08/15 18:03:29 UTC, 0 replies.
- [1/3] mesos git commit: Added default stub for launch in Mesos containerizer. - posted by ji...@apache.org on 2016/08/15 18:54:50 UTC, 0 replies.
- [2/3] mesos git commit: Added a containerizer launch interface to launch sub-containers. - posted by ji...@apache.org on 2016/08/15 18:54:51 UTC, 0 replies.
- [3/3] mesos git commit: Supported nested ContainerID. - posted by ji...@apache.org on 2016/08/15 18:54:52 UTC, 0 replies.
- mesos git commit: Added v1 protobuf for nested ContainerID. - posted by ji...@apache.org on 2016/08/15 18:56:54 UTC, 0 replies.
- [1/4] mesos git commit: Added LAUNCH_GROUP event to executor API. - posted by vi...@apache.org on 2016/08/15 22:25:27 UTC, 0 replies.
- [2/4] mesos git commit: Made `Offer::Operation::Type` optional with default `UNKNOWN`. - posted by vi...@apache.org on 2016/08/15 22:25:28 UTC, 0 replies.
- [3/4] mesos git commit: Added LAUNCH_GROUP offer operation. - posted by vi...@apache.org on 2016/08/15 22:25:29 UTC, 0 replies.
- [4/4] mesos git commit: Made `ExecutorInfo.command` optional. - posted by vi...@apache.org on 2016/08/15 22:25:30 UTC, 0 replies.
- [1/6] mesos git commit: Removed 'directory' from Container struct in MesosContainerizer. - posted by ji...@apache.org on 2016/08/16 00:38:50 UTC, 0 replies.
- [2/6] mesos git commit: Replaced a static isolator cleanup function with lambda. - posted by ji...@apache.org on 2016/08/16 00:38:51 UTC, 0 replies.
- [3/6] mesos git commit: Updated hash and equality functions for ContainerID. - posted by ji...@apache.org on 2016/08/16 00:38:52 UTC, 0 replies.
- [4/6] mesos git commit: Added non-nesting CHECKs to containerizers. - posted by ji...@apache.org on 2016/08/16 00:38:53 UTC, 0 replies.
- [5/6] mesos git commit: Added nested Container struct in MesosContainerizer. - posted by ji...@apache.org on 2016/08/16 00:38:54 UTC, 0 replies.
- [6/6] mesos git commit: Replaced a static function for isolator prepare with lambda. - posted by ji...@apache.org on 2016/08/16 00:38:55 UTC, 0 replies.
- [1/2] mesos git commit: Removed JNI major version check. - posted by ya...@apache.org on 2016/08/16 17:06:39 UTC, 1 replies.
- [2/2] mesos git commit: Added MESOS-5571 to CHANGELOG for 0.28.3. - posted by ya...@apache.org on 2016/08/16 17:06:40 UTC, 0 replies.
- [2/2] mesos git commit: Added MESOS-5571 to CHANGELOG for 0.27.4. - posted by ya...@apache.org on 2016/08/16 17:07:23 UTC, 1 replies.
- [1/2] mesos git commit: Added MESOS-5571 to CHANGELOG for 0.28.3. - posted by ya...@apache.org on 2016/08/16 17:08:16 UTC, 0 replies.
- mesos git commit: Fixed memory leak in agent signal handlers. - posted by jo...@apache.org on 2016/08/16 19:52:29 UTC, 0 replies.
- mesos git commit: Introduce parsing and stringification of `CapabilityInfo`s. - posted by ji...@apache.org on 2016/08/17 18:05:28 UTC, 0 replies.
- mesos git commit: Introduce MESOS_{MAJOR|MINOR|PATCH}_VERSION_NUM macros. - posted by ya...@apache.org on 2016/08/17 18:17:08 UTC, 0 replies.
- mesos git commit: Use http instead of https for localhost registry on non 443 port. - posted by ji...@apache.org on 2016/08/18 00:54:33 UTC, 0 replies.
- mesos git commit: Fixed XFS isolator's handling of old containers. - posted by ya...@apache.org on 2016/08/18 15:50:22 UTC, 0 replies.
- [1/2] mesos git commit: Added default methods implementations for `Subsystem` base class. - posted by ji...@apache.org on 2016/08/18 22:46:45 UTC, 0 replies.
- [2/2] mesos git commit: Implemented `CpuSubsystem`. - posted by ji...@apache.org on 2016/08/18 22:46:46 UTC, 0 replies.
- mesos git commit: Implemented `CpuacctSubsystem`. - posted by ji...@apache.org on 2016/08/20 16:34:15 UTC, 0 replies.
- mesos git commit: Implemented `DevicesSubsystem`. - posted by ji...@apache.org on 2016/08/20 21:18:33 UTC, 0 replies.
- mesos git commit: Removed a stale comment in devices cgroup subsystem. - posted by ji...@apache.org on 2016/08/20 21:22:35 UTC, 0 replies.
- mesos git commit: Returned failure in cgroups isolator cleanup if container is unknown. - posted by ji...@apache.org on 2016/08/20 21:33:05 UTC, 0 replies.
- [1/2] mesos git commit: Added an agent flag for 'runtime_dir'. - posted by ji...@apache.org on 2016/08/21 00:53:02 UTC, 0 replies.
- [2/2] mesos git commit: Added extra functions to the 'Launcher' abstraction. - posted by ji...@apache.org on 2016/08/21 00:53:03 UTC, 0 replies.
- mesos git commit: Allowed clean up unknown containers in cgroups isolator. - posted by ji...@apache.org on 2016/08/21 17:44:10 UTC, 0 replies.
- mesos git commit: Fixed scalar resources output to print full significant digits. - posted by ya...@apache.org on 2016/08/21 22:07:44 UTC, 0 replies.
- mesos git commit: Implemented `MemorySubsystem`. - posted by ji...@apache.org on 2016/08/22 03:40:59 UTC, 0 replies.
- mesos git commit: Fixed a compilation error on CentOS 6. - posted by ji...@apache.org on 2016/08/22 04:54:53 UTC, 1 replies.
- mesos git commit: Fixed a compilation issue on clang. - posted by jo...@apache.org on 2016/08/22 16:59:05 UTC, 0 replies.
- [1/2] mesos git commit: Renamed `JNIMesos` to `V1Mesos` for scheduler shim. - posted by an...@apache.org on 2016/08/22 19:40:01 UTC, 0 replies.
- [2/2] mesos git commit: Exposed unversioned scheduler/executor protos in Mesos JAR. - posted by an...@apache.org on 2016/08/22 19:40:02 UTC, 0 replies.
- [01/12] mesos git commit: Simplified the mesos containerizer launch logic. - posted by ji...@apache.org on 2016/08/22 20:46:30 UTC, 0 replies.
- [02/12] mesos git commit: Removed DestroyWhileProvisioningVolumeImage test. - posted by ji...@apache.org on 2016/08/22 20:46:31 UTC, 0 replies.
- [03/12] mesos git commit: Kept a single provisioning future in MesosContainerizer. - posted by ji...@apache.org on 2016/08/22 20:46:32 UTC, 0 replies.
- [04/12] mesos git commit: Refactored MesosContainerizer to prepare for nested container support. - posted by ji...@apache.org on 2016/08/22 20:46:33 UTC, 0 replies.
- [05/12] mesos git commit: Fixed container ID related logging in MesosContainerizer. - posted by ji...@apache.org on 2016/08/22 20:46:34 UTC, 0 replies.
- [06/12] mesos git commit: Changed the order so user specified env variables take precedence. - posted by ji...@apache.org on 2016/08/22 20:46:35 UTC, 0 replies.
- [07/12] mesos git commit: Renamed containerizer::Termination to ContainerTermination. - posted by ji...@apache.org on 2016/08/22 20:46:36 UTC, 0 replies.
- [08/12] mesos git commit: Changed the provisioner recover/provision/destroy to be const methods. - posted by ji...@apache.org on 2016/08/22 20:46:37 UTC, 0 replies.
- [09/12] mesos git commit: Implemented the volume/image isolator. - posted by ji...@apache.org on 2016/08/22 20:46:38 UTC, 0 replies.
- [10/12] mesos git commit: Plugged in the volume/image isolator to mesos containerizer. - posted by ji...@apache.org on 2016/08/22 20:46:39 UTC, 0 replies.
- [11/12] mesos git commit: Fixed potential flakiness in ROOT_RecoverOrphanedPersistentVolume. - posted by ji...@apache.org on 2016/08/22 20:46:40 UTC, 0 replies.
- [12/12] mesos git commit: Fixed image provisioning comment in mesos containerizer. - posted by ji...@apache.org on 2016/08/22 20:46:41 UTC, 0 replies.
- mesos git commit: Avoid validating star role when validating resource role. - posted by bm...@apache.org on 2016/08/23 00:54:43 UTC, 0 replies.
- [1/3] mesos git commit: Added master validations for TaskGroup. - posted by vi...@apache.org on 2016/08/23 03:06:27 UTC, 0 replies.
- [2/3] mesos git commit: Refactored task validations in master. - posted by vi...@apache.org on 2016/08/23 03:06:28 UTC, 0 replies.
- [3/3] mesos git commit: Fixed indentation in master/validation.cpp. - posted by vi...@apache.org on 2016/08/23 03:06:29 UTC, 0 replies.
- mesos git commit: Added a new line to keep two lines for group::internal namespace. - posted by vi...@apache.org on 2016/08/23 04:23:03 UTC, 0 replies.
- mesos git commit: Added some missing includes. - posted by ti...@apache.org on 2016/08/23 13:16:32 UTC, 0 replies.
- [1/3] mesos git commit: Fixed broken link in multiple disk documentation. - posted by ti...@apache.org on 2016/08/23 13:20:07 UTC, 0 replies.
- [2/3] mesos git commit: Fixed HTML in upgrades.md. - posted by ti...@apache.org on 2016/08/23 13:20:08 UTC, 0 replies.
- [3/3] mesos git commit: Corrected typo in docker_build example. - posted by ti...@apache.org on 2016/08/23 13:20:09 UTC, 0 replies.
- mesos git commit: Fixed typos in upgrades.md. - posted by ti...@apache.org on 2016/08/23 14:27:17 UTC, 0 replies.
- mesos git commit: Added test to simulate slow/unresponsive fetch. - posted by ya...@apache.org on 2016/08/23 16:42:42 UTC, 0 replies.
- mesos git commit: Removed an unnecessary call to stream.precision() in Duration. - posted by ya...@apache.org on 2016/08/23 16:47:46 UTC, 0 replies.
- mesos git commit: Fixed distcheck build. - posted by jo...@apache.org on 2016/08/23 20:24:44 UTC, 0 replies.
- mesos git commit: Avoided using integers as booleans. - posted by ji...@apache.org on 2016/08/23 20:55:39 UTC, 0 replies.
- [1/2] mesos git commit: Documented 'Kill' behavior for task groups. - posted by bm...@apache.org on 2016/08/23 21:30:08 UTC, 0 replies.
- [2/2] mesos git commit: Added a CHECK for resource consumption invariant when launching task. - posted by bm...@apache.org on 2016/08/23 21:30:09 UTC, 0 replies.
- mesos git commit: Added Krzysztof Paprocki to contributors. - posted by vi...@apache.org on 2016/08/23 21:55:49 UTC, 0 replies.
- svn commit: r14925 - in /release/mesos/1.0.1: ./ mesos-1.0.1.tar.gz mesos-1.0.1.tar.gz.asc mesos-1.0.1.tar.gz.md5 - posted by vi...@apache.org on 2016/08/24 01:06:47 UTC, 0 replies.
- [1/2] mesos git commit: Removed a hard CHECK for ExecutorInfo.framework_id. - posted by bm...@apache.org on 2016/08/24 01:52:16 UTC, 0 replies.
- [2/2] mesos git commit: Documented a bug with the use of `pendingTasks` in the master. - posted by bm...@apache.org on 2016/08/24 01:52:17 UTC, 0 replies.
- mesos git commit: Updated website for 1.0.1 release. - posted by vi...@apache.org on 2016/08/24 02:10:22 UTC, 0 replies.
- mesos git commit: Printed out the received stream ID in scheduler API. - posted by vi...@apache.org on 2016/08/24 04:36:29 UTC, 0 replies.
- mesos git commit: Added missing return statements. - posted by ti...@apache.org on 2016/08/24 14:32:58 UTC, 0 replies.
- [1/2] mesos git commit: Fixed a typo in the comment of `Subsystem::watch`. - posted by ji...@apache.org on 2016/08/24 16:32:32 UTC, 0 replies.
- [2/2] mesos git commit: Removed unnecessary statements in `CgroupsIsolatorProcess::_watch`. - posted by ji...@apache.org on 2016/08/24 16:32:33 UTC, 0 replies.
- mesos git commit: Added Aaron Wood to contributors. - posted by vi...@apache.org on 2016/08/24 19:41:11 UTC, 0 replies.
- [1/2] mesos git commit: Added a test to ensure the master handles launching task groups. - posted by bm...@apache.org on 2016/08/24 21:33:52 UTC, 0 replies.
- [2/2] mesos git commit: Implemented the LaunchGroup Offer::Operation in the master. - posted by bm...@apache.org on 2016/08/24 21:33:53 UTC, 0 replies.
- mesos git commit: Removed a no longer needed function disambiguation. - posted by bm...@apache.org on 2016/08/24 22:06:09 UTC, 0 replies.
- mesos git commit: Made Resources::add()/subtract() private. - posted by ya...@apache.org on 2016/08/24 22:46:36 UTC, 0 replies.
- [1/2] mesos git commit: Added 'at' to LinkedHashMap. - posted by bm...@apache.org on 2016/08/25 02:59:55 UTC, 0 replies.
- [2/2] mesos git commit: Updated the agent to reject multiple terminal status updates. - posted by bm...@apache.org on 2016/08/25 02:59:56 UTC, 0 replies.
- [1/4] mesos git commit: Fixed a bug related to logger in MesosContainerizer. - posted by ji...@apache.org on 2016/08/25 05:23:45 UTC, 0 replies.
- [2/4] mesos git commit: A few style cleanups in MesosContainerizer. - posted by ji...@apache.org on 2016/08/25 05:23:46 UTC, 0 replies.
- [3/4] mesos git commit: Added a TODO about a bug in MesosContainerizer. - posted by ji...@apache.org on 2016/08/25 05:23:47 UTC, 0 replies.
- [4/4] mesos git commit: Replaced raw pointers in MesosContainerizer with Owned pointers. - posted by ji...@apache.org on 2016/08/25 05:23:48 UTC, 0 replies.
- mesos git commit: Added test case for TaskGroupValidationTest.ExecutorWithoutFrameworkId. - posted by vi...@apache.org on 2016/08/25 17:40:16 UTC, 0 replies.
- [1/8] mesos git commit: Updated a few comments in MesosContainerizer. - posted by ji...@apache.org on 2016/08/25 18:45:27 UTC, 0 replies.
- [2/8] mesos git commit: Fixed a TODO in the MesosContainerizer. - posted by ji...@apache.org on 2016/08/25 18:45:28 UTC, 0 replies.
- [3/8] mesos git commit: Removed 'status' in the destroy chain in MesosContainerizer. - posted by ji...@apache.org on 2016/08/25 18:45:29 UTC, 0 replies.
- [4/8] mesos git commit: Printed all the isolator cleanup errors during destory. - posted by ji...@apache.org on 2016/08/25 18:45:30 UTC, 0 replies.
- [5/8] mesos git commit: Stopped passing messages in MesosContainerizer destroy methods. - posted by ji...@apache.org on 2016/08/25 18:45:31 UTC, 0 replies.
- [6/8] mesos git commit: Fixed the using statements in MesosContainerizer. - posted by ji...@apache.org on 2016/08/25 18:45:32 UTC, 0 replies.
- [7/8] mesos git commit: Removed a NOTE in MesosContainerizer that no longer applies. - posted by ji...@apache.org on 2016/08/25 18:45:33 UTC, 0 replies.
- [8/8] mesos git commit: A few consistency fix on indentation. - posted by ji...@apache.org on 2016/08/25 18:45:34 UTC, 0 replies.
- mesos git commit: Removed friendship between ProcessCapabilities and Capabilities. - posted by ji...@apache.org on 2016/08/25 20:15:48 UTC, 0 replies.
- mesos git commit: Added support for reading out the bounding capability set. - posted by ji...@apache.org on 2016/08/25 20:20:10 UTC, 0 replies.
- mesos git commit: Added test case MasterAuthorizationTest, UnauthorizedTaskGroup. - posted by vi...@apache.org on 2016/08/25 20:34:51 UTC, 0 replies.
- [01/11] mesos git commit: Fixed the Cmake build for test helper. - posted by ji...@apache.org on 2016/08/25 21:57:54 UTC, 0 replies.
- [02/11] mesos git commit: Moved setns test helper to the common test helper. - posted by ji...@apache.org on 2016/08/25 21:57:55 UTC, 0 replies.
- [03/11] mesos git commit: Fixed an indentation problem in CMakefile. - posted by ji...@apache.org on 2016/08/25 21:57:56 UTC, 0 replies.
- [04/11] mesos git commit: Refactored the test helper to use a single binary. - posted by ji...@apache.org on 2016/08/25 21:57:57 UTC, 0 replies.
- [05/11] mesos git commit: Fixed the test helper dependency in CMake. - posted by ji...@apache.org on 2016/08/25 21:57:58 UTC, 0 replies.
- [06/11] mesos git commit: Added a missing stout header. - posted by ji...@apache.org on 2016/08/25 21:57:59 UTC, 0 replies.
- [07/11] mesos git commit: Made the destructor virtual in memory test helper. - posted by ji...@apache.org on 2016/08/25 21:58:00 UTC, 0 replies.
- [08/11] mesos git commit: Moved memory test helper to the common test helper. - posted by ji...@apache.org on 2016/08/25 21:58:01 UTC, 0 replies.
- [09/11] mesos git commit: Used `->` to replace `.get()` in memory test helper. - posted by ji...@apache.org on 2016/08/25 21:58:02 UTC, 0 replies.
- [10/11] mesos git commit: Removed the unused containerizer test CMakefile. - posted by ji...@apache.org on 2016/08/25 21:58:03 UTC, 0 replies.
- [11/11] mesos git commit: Removed unused comments about test target in containerizer CMakefile. - posted by ji...@apache.org on 2016/08/25 21:58:04 UTC, 0 replies.
- mesos git commit: Use `continue` when breaking out of LAUNCH_GROUP case due to errors. - posted by ya...@apache.org on 2016/08/25 23:11:44 UTC, 0 replies.
- [1/2] mesos git commit: Avoided slicing of flags from `subprocess` in libprocess. - posted by mp...@apache.org on 2016/08/25 23:48:19 UTC, 0 replies.
- [2/2] mesos git commit: Avoided slicing of flags from `subprocess` in mesos. - posted by mp...@apache.org on 2016/08/25 23:48:20 UTC, 0 replies.
- mesos git commit: Killed a line in master/validation.cpp. - posted by vi...@apache.org on 2016/08/26 02:08:37 UTC, 0 replies.
- mesos git commit: Added basic tests for capabilities API. - posted by ji...@apache.org on 2016/08/26 04:28:35 UTC, 0 replies.
- mesos git commit: Fixed a typo in HealthChecker. - posted by al...@apache.org on 2016/08/26 13:33:38 UTC, 0 replies.
- mesos git commit: Fixed a capabilities test failure on Fedora 23. - posted by ji...@apache.org on 2016/08/26 14:56:38 UTC, 0 replies.
- [1/2] mesos git commit: Added test case MasterAuthorizationTest.KillPendingTaskInTaskGroup. - posted by vi...@apache.org on 2016/08/26 19:15:34 UTC, 0 replies.
- [2/2] mesos git commit: Fixed typo for the comments of UnauthorizedTaskGroup. - posted by vi...@apache.org on 2016/08/26 19:15:35 UTC, 0 replies.
- mesos git commit: Added validation test for task group task using NetworkInfos. - posted by vi...@apache.org on 2016/08/26 19:18:00 UTC, 0 replies.
- mesos git commit: Fixed white space in 1.0.1 blog post. - posted by vi...@apache.org on 2016/08/26 21:28:22 UTC, 0 replies.
- svn commit: r1757929 - in /mesos/site/publish: ./ api/latest/c++/ api/latest/java/ api/latest/java/org/apache/mesos/ blog/ blog/mesos-1-0-0-released/ blog/mesos-1-0-1-released/ documentation/ documentation/architecture/ documentation/cni/ documentation... - posted by vi...@apache.org on 2016/08/26 21:41:28 UTC, 0 replies.
- svn commit: r1757930 - in /mesos/site/publish: api/latest/c++/ documentation/external-containerizer/ documentation/latest/external-containerizer/ - posted by vi...@apache.org on 2016/08/26 21:46:06 UTC, 0 replies.
- [1/6] mesos git commit: Added new TaskState values and PARTITION_AWARE capability. - posted by vi...@apache.org on 2016/08/26 21:52:48 UTC, 0 replies.
- [2/6] mesos git commit: Added a list of "unreachable" agents to the registry. - posted by vi...@apache.org on 2016/08/26 21:52:49 UTC, 0 replies.
- [3/6] mesos git commit: Added registrar operations for marking agents (un-)reachable. - posted by vi...@apache.org on 2016/08/26 21:52:50 UTC, 0 replies.
- [4/6] mesos git commit: Renamed metrics from "slave_shutdowns" to "slave_unreachable". - posted by vi...@apache.org on 2016/08/26 21:52:51 UTC, 0 replies.
- [5/6] mesos git commit: Removed a no-longer-relevant test. - posted by vi...@apache.org on 2016/08/26 21:52:52 UTC, 0 replies.
- [6/6] mesos git commit: Made a few minor tweaks to comments. - posted by vi...@apache.org on 2016/08/26 21:52:53 UTC, 0 replies.
- mesos git commit: Removed one blank space in allocator benchmark test 'DeclineOffers'. - posted by ya...@apache.org on 2016/08/26 23:49:02 UTC, 0 replies.
- mesos git commit: Added test case TaskGroupValidationTest.TaskUsesExecutor. - posted by vi...@apache.org on 2016/08/27 01:04:28 UTC, 0 replies.
- [1/6] mesos git commit: Used `os::execvp` instead of `::execvp` in the Mesos launcher. - posted by jo...@apache.org on 2016/08/27 01:20:00 UTC, 0 replies.
- [2/6] mesos git commit: Windows: Update mesos-executor name. - posted by jo...@apache.org on 2016/08/27 01:20:01 UTC, 0 replies.
- [3/6] mesos git commit: Added `os::execvp' in Stout. - posted by jo...@apache.org on 2016/08/27 01:20:02 UTC, 0 replies.
- [4/6] mesos git commit: Windows: Corrected subprocess environment variables. - posted by jo...@apache.org on 2016/08/27 01:20:03 UTC, 0 replies.
- [5/6] mesos git commit: Windows: Excluded UNIX-style `PATH` environment variable. - posted by jo...@apache.org on 2016/08/27 01:20:04 UTC, 0 replies.
- [6/6] mesos git commit: Windows: Added `userenv` import library. - posted by jo...@apache.org on 2016/08/27 01:20:05 UTC, 0 replies.
- [01/10] mesos git commit: Removed the health check binary from libprocess. - posted by al...@apache.org on 2016/08/28 15:04:01 UTC, 0 replies.
- [02/10] mesos git commit: Updated the docker executor to use health checks via the library. - posted by al...@apache.org on 2016/08/28 15:04:02 UTC, 0 replies.
- [03/10] mesos git commit: Unshared the mount namespace when launching mesos-containerizer. - posted by al...@apache.org on 2016/08/28 15:04:03 UTC, 0 replies.
- [04/10] mesos git commit: Removed the health check binary. - posted by al...@apache.org on 2016/08/28 15:04:04 UTC, 0 replies.
- [05/10] mesos git commit: Refactored `_commandHealthCheck` in HealthChecker. - posted by al...@apache.org on 2016/08/28 15:04:05 UTC, 0 replies.
- [06/10] mesos git commit: Moved `process::internal::defaultClone` to `process::`. - posted by al...@apache.org on 2016/08/28 15:04:06 UTC, 0 replies.
- [07/10] mesos git commit: Added support for HTTP/HTTPS health checks. - posted by al...@apache.org on 2016/08/28 15:04:07 UTC, 0 replies.
- [08/10] mesos git commit: Added support for TCP health checks. - posted by al...@apache.org on 2016/08/28 15:04:08 UTC, 0 replies.
- [09/10] mesos git commit: Entered appropriate task's namespaces during health checking. - posted by al...@apache.org on 2016/08/28 15:04:09 UTC, 0 replies.
- [10/10] mesos git commit: Updated the CHANGELOG with HTTP(S) and TCP health checks summary. - posted by al...@apache.org on 2016/08/28 15:04:10 UTC, 0 replies.
- [1/2] mesos git commit: Initialize sorter pointers in HierarchicalAllocatorProcess constructor. - posted by ya...@apache.org on 2016/08/30 21:24:45 UTC, 0 replies.
- [2/2] mesos git commit: Added 'HierarchicalAllocatorTest.ResourceMetricsUninitialized' test. - posted by ya...@apache.org on 2016/08/30 21:24:46 UTC, 0 replies.
- mesos git commit: Add the 'resources' field back to DRFSorter::Total. - posted by ya...@apache.org on 2016/08/30 23:26:18 UTC, 0 replies.
- mesos git commit: Add offeredResources to Allocator::updateAllocation() API. - posted by ya...@apache.org on 2016/08/31 01:00:49 UTC, 0 replies.
- mesos git commit: Updated frameworks web UI page to reflect used resources. - posted by jo...@apache.org on 2016/08/31 23:34:44 UTC, 0 replies.
- mesos git commit: Improved shared resources handling in Resources. - posted by ya...@apache.org on 2016/08/31 23:51:59 UTC, 0 replies.