You are viewing a plain text version of this content. The canonical link for it is here.
- Re: Review Request 54821: Refactored Docker::run() to make it only aware of docker cli options. - posted by haosdent huang <ha...@gmail.com> on 2017/01/01 09:29:13 UTC, 6 replies.
- Re: Review Request 54952: Made `getpwnam_r` error handling more robust. - posted by Mesos ReviewBot <re...@mesos.apache.org> on 2017/01/02 18:20:17 UTC, 2 replies.
- Re: Review Request 50629: Allow using protobuf 3.0 (MESOS-5186). - posted by Mesos ReviewBot <re...@mesos.apache.org> on 2017/01/02 19:49:50 UTC, 0 replies.
- Re: Review Request 52349: Add protobuf messages for OCI image spec. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/03 13:53:04 UTC, 5 replies.
- Review Request 55139: Implemented parse methods for OCI image spec. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/03 14:11:20 UTC, 2 replies.
- Review Request 55140: Added tests for parsing OCI image spec. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/03 14:16:12 UTC, 1 replies.
- Re: Review Request 52379: Added agent flag '--oci_store_dir'. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/03 14:17:30 UTC, 2 replies.
- Re: Review Request 54638: Added agent flags '--oci_discovery' and '--oci_discovery_prefix'. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/03 14:18:13 UTC, 1 replies.
- Re: Review Request 52382: Added stubs for OCI store. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/03 14:18:53 UTC, 2 replies.
- Re: Review Request 54639: Implemented the 'create()' method of OCI store. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/03 14:19:26 UTC, 1 replies.
- Re: Review Request 52877: Fixed wrong float serialization in JSON in locales different from C. - posted by Alexander Rojas <al...@mesosphere.io> on 2017/01/03 14:23:26 UTC, 8 replies.
- Re: Review Request 54999: Fixed test flakiness due to floating point conversions. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/03 15:58:04 UTC, 0 replies.
- Re: Review Request 54877: Windows: Stout: Removed dependency on Shell API. - posted by Andrew Schwartzmeyer <an...@schwartzmeyer.com> on 2017/01/03 18:09:18 UTC, 7 replies.
- Re: Review Request 52639: Added test for `recovered` AgentID and `AGENT_ADDED` after reregister. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/03 18:15:59 UTC, 0 replies.
- Re: Review Request 55023: Windows: Fixed malformatted containerizer command in launcher. - posted by Daniel Pravat <dp...@outlook.com> on 2017/01/03 18:43:01 UTC, 6 replies.
- Re: Review Request 54839: Updated Mesos process::loop uses with process::ControlFlow. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/03 19:28:14 UTC, 0 replies.
- Review Request 55149: Added the `mesos-cni-port-mapper` to the CMake build. - posted by Avinash sridharan <av...@mesosphere.io> on 2017/01/03 19:28:57 UTC, 2 replies.
- Re: Review Request 54840: Used process::loop to avoid stack overflow due to recursion. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/03 19:29:25 UTC, 0 replies.
- Re: Review Request 54841: Used `loop` in implementation of io::read and io::write. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/03 19:33:29 UTC, 0 replies.
- Re: Review Request 51052: Made mesos-docker-execute understand cgroups_enable_cfs. - posted by Zhitao Li <zh...@gmail.com> on 2017/01/03 21:16:15 UTC, 1 replies.
- Re: Review Request 54013: Added user doc for nested container and task group. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 21:35:08 UTC, 0 replies.
- Re: Review Request 54073: Added linux launcher nested container support doc. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 21:35:34 UTC, 0 replies.
- Re: Review Request 54074: Added isolator nested aware user doc. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 21:35:51 UTC, 0 replies.
- Review Request 55152: Fixed nested container docs and added a link to home.md. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 21:38:31 UTC, 4 replies.
- Re: Review Request 54183: Improved management of unreachable and completed tasks in master. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/03 22:25:34 UTC, 11 replies.
- Re: Review Request 54537: Support 'Basic' auth docker registry on Unified Containerizer. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 22:39:22 UTC, 4 replies.
- Re: Review Request 54212: Fixed overlay backend provisioning multi images symlink. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 22:46:15 UTC, 4 replies.
- Re: Review Request 54213: Supported more layers through symlink for aufs backend. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 22:46:30 UTC, 4 replies.
- Re: Review Request 54214: Added unit test for aufs backend supporting many layers. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 22:46:46 UTC, 3 replies.
- Re: Review Request 54816: Replaced os::getcwd() to sandbox.get() in provisioner test. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 22:46:59 UTC, 3 replies.
- Re: Review Request 54215: Fixed duplicate image layer ids returned by docker store. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 22:47:13 UTC, 15 replies.
- Re: Review Request 50871: Supported auto backend in Unified Containerizer. - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 22:47:33 UTC, 18 replies.
- Re: Review Request 54216: Fixed unsufficient root privileges check by geteuid(). - posted by Gilbert Song <so...@gmail.com> on 2017/01/03 22:47:49 UTC, 3 replies.
- Re: Review Request 54232: Shutdown tasks of completed frameworks on agent re-registration. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/03 22:51:55 UTC, 11 replies.
- Re: Review Request 54312: Added TASK_UNREACHABLE to master's state-summary endpoint. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/03 22:53:47 UTC, 1 replies.
- Re: Review Request 54996: Fix SIGBUS crash on ARM64/AArch64. - posted by Aaron Wood <aa...@verizon.com> on 2017/01/04 00:26:48 UTC, 23 replies.
- Review Request 55157: Fixed a bug in the default executor around not committing suicide. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/04 00:38:32 UTC, 8 replies.
- Review Request 55160: Added test for DockerContainerizer when `cgroups_enable_cfs` is set. - posted by Zhitao Li <zh...@gmail.com> on 2017/01/04 04:07:17 UTC, 2 replies.
- Review Request 55161: Fixed typo in `stout/os/windows/write.hpp`. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/04 04:40:46 UTC, 1 replies.
- Review Request 55162: Stout: Added style fixes and some useful error messages. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/04 04:41:05 UTC, 5 replies.
- Re: Review Request 54358: Introduced ControlFlow for process::loop. - posted by Michael Park <mp...@apache.org> on 2017/01/04 09:45:00 UTC, 0 replies.
- Re: Review Request 53299: Fixed memory leak in implementation of Future::after(). - posted by Alexander Rojas <al...@mesosphere.io> on 2017/01/04 14:58:28 UTC, 2 replies.
- Review Request 55177: Fixed scheme handling in URL::parse(). - posted by Ilya Pronin <ip...@twopensource.com> on 2017/01/04 15:28:17 UTC, 5 replies.
- Review Request 55191: Add hostname support to the network/cni isolator. - posted by James Peach <jp...@apache.org> on 2017/01/05 00:46:40 UTC, 11 replies.
- Re: Review Request 55066: Added Capabilities to Framework struct of Master and Agent. - posted by Jay Guo <gu...@gmail.com> on 2017/01/05 12:19:51 UTC, 1 replies.
- Re: Review Request 55021: Added a framework capabilities struct. - posted by Jay Guo <gu...@gmail.com> on 2017/01/05 12:19:54 UTC, 6 replies.
- Re: Review Request 55068: Added Capabilities to Framework struct of Hierarchical allocator. - posted by Jay Guo <gu...@gmail.com> on 2017/01/05 12:19:58 UTC, 2 replies.
- Re: Review Request 54688: Added a `docker_store_dir` flag to tests. - posted by Avinash sridharan <av...@mesosphere.io> on 2017/01/05 18:00:53 UTC, 2 replies.
- Re: Review Request 54873: Added asynchronous libcurl support to Mesos. - posted by Ilya Pronin <ip...@twopensource.com> on 2017/01/05 18:36:34 UTC, 1 replies.
- Review Request 55218: Removed redundant `return` in libprocess. - posted by Neil Conway <ne...@gmail.com> on 2017/01/05 19:05:38 UTC, 1 replies.
- Review Request 55220: Cleaned up std::string usage in mesos. - posted by Neil Conway <ne...@gmail.com> on 2017/01/05 19:06:02 UTC, 2 replies.
- Review Request 55219: Cleaned up std::string usage in stout. - posted by Neil Conway <ne...@gmail.com> on 2017/01/05 19:06:19 UTC, 1 replies.
- Review Request 55221: Avoided needless copies in log tests. - posted by Neil Conway <ne...@gmail.com> on 2017/01/05 19:06:47 UTC, 1 replies.
- Review Request 55222: Avoided unnecessary copies in mesos. - posted by Neil Conway <ne...@gmail.com> on 2017/01/05 19:07:08 UTC, 2 replies.
- Review Request 55223: Removed unused namespace alias declarations in libprocess. - posted by Neil Conway <ne...@gmail.com> on 2017/01/05 19:07:29 UTC, 1 replies.
- Review Request 55224: Removed unused namespace alias declarations in mesos. - posted by Neil Conway <ne...@gmail.com> on 2017/01/05 19:07:48 UTC, 3 replies.
- Review Request 55226: Cleaned up std::string usage in libprocess. - posted by Neil Conway <ne...@gmail.com> on 2017/01/05 20:04:20 UTC, 1 replies.
- Re: Review Request 55004: CMake: renamed `stout_tests` to `stout-tests` to match autotools. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/05 23:58:42 UTC, 1 replies.
- Re: Review Request 55005: CMake: renamed `process_tests` to `libprocess-tests` to match autotools. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/05 23:59:53 UTC, 4 replies.
- Re: Review Request 55006: CMake: renamed test binaries to match autotools. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/06 00:02:04 UTC, 2 replies.
- Review Request 55238: Use os::spawn in the CNI isolator. - posted by James Peach <jp...@apache.org> on 2017/01/06 01:12:21 UTC, 10 replies.
- Review Request 55239: Stop using os::system to extract fetcher archives. - posted by James Peach <jp...@apache.org> on 2017/01/06 01:13:52 UTC, 10 replies.
- Review Request 55240: Stop using os::system to copy local files. - posted by James Peach <jp...@apache.org> on 2017/01/06 01:15:12 UTC, 6 replies.
- Review Request 55241: Stop using os::system to validate perf event names. - posted by James Peach <jp...@apache.org> on 2017/01/06 01:17:28 UTC, 6 replies.
- Review Request 55242: Stop using os::system to chown a directory hierarchy. - posted by James Peach <jp...@apache.org> on 2017/01/06 01:18:16 UTC, 12 replies.
- Review Request 55252: Added `_getRoles()` to extract some logic of `getRoles()`. - posted by Jay Guo <gu...@gmail.com> on 2017/01/06 06:43:16 UTC, 0 replies.
- Review Request 55253: Added 'roles' section in the response of `/state` endpoint. - posted by Jay Guo <gu...@gmail.com> on 2017/01/06 06:43:18 UTC, 2 replies.
- Review Request 55254: Inserted `getRoles` to `getState`. - posted by Jay Guo <gu...@gmail.com> on 2017/01/06 06:43:20 UTC, 1 replies.
- Review Request 55255: Added a test to check 'roles' is included in the `/state`. - posted by Jay Guo <gu...@gmail.com> on 2017/01/06 06:44:09 UTC, 3 replies.
- Review Request 55251: Added `filterRoles` method to extract some logic from `_roles`. - posted by Jay Guo <gu...@gmail.com> on 2017/01/06 06:44:11 UTC, 0 replies.
- Re: Review Request 54650: Added validation for roles in ACCEPT call. - posted by Jay Guo <gu...@gmail.com> on 2017/01/06 07:53:10 UTC, 1 replies.
- Review Request 55268: Avoided use of CHECK macros in libprocess. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/06 15:16:14 UTC, 2 replies.
- Review Request 55269: Avoided use of CHECK macros. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/06 15:16:14 UTC, 5 replies.
- Review Request 55271: Disallow multi-role frameworks to change their roles. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/06 19:07:50 UTC, 48 replies.
- Review Request 55296: Used `jsonify` in `operator<<` for `JSON::*` to reduce duplicate code. - posted by Michael Park <mp...@apache.org> on 2017/01/07 10:02:08 UTC, 5 replies.
- Re: Review Request 52728: Renamed `inspect` to `inspectContainer`. - posted by Guangya Liu <gy...@gmail.com> on 2017/01/07 10:13:55 UTC, 0 replies.
- Re: Review Request 52738: Ued `inspectImage` to get pulled image. - posted by Guangya Liu <gy...@gmail.com> on 2017/01/07 10:14:02 UTC, 0 replies.
- Re: Review Request 52738: Used `inspectImage` to get pulled image. - posted by Guangya Liu <gy...@gmail.com> on 2017/01/07 10:15:25 UTC, 2 replies.
- Re: Review Request 52680: Used full docker image name to force pull a iamge. - posted by Guangya Liu <gy...@gmail.com> on 2017/01/07 11:29:29 UTC, 0 replies.
- Re: Review Request 52727: Added `Labels` to docker image. - posted by Guangya Liu <gy...@gmail.com> on 2017/01/07 11:33:18 UTC, 0 replies.
- Re: Review Request 52666: Added support for `docker inspect image` in docker containerizer. - posted by Guangya Liu <gy...@gmail.com> on 2017/01/07 11:47:05 UTC, 0 replies.
- Re: Review Request 54898: Added a CHECK in updateFrameworkInfo. - posted by Guangya Liu <gy...@gmail.com> on 2017/01/07 14:32:08 UTC, 5 replies.
- Review Request 55300: Improved comments in agent. - posted by Neil Conway <ne...@gmail.com> on 2017/01/07 21:10:38 UTC, 1 replies.
- Review Request 55301: Cleaned up agent re-registration code in the master slightly. - posted by Neil Conway <ne...@gmail.com> on 2017/01/07 21:10:56 UTC, 1 replies.
- Review Request 55304: Cleaned up `using` statements. - posted by Neil Conway <ne...@gmail.com> on 2017/01/07 21:11:29 UTC, 1 replies.
- Review Request 55303: Cleaned up two test cases slightly. - posted by Neil Conway <ne...@gmail.com> on 2017/01/07 21:11:44 UTC, 1 replies.
- Review Request 55302: Improved OneWayPartitionTest.MasterToSlave. - posted by Neil Conway <ne...@gmail.com> on 2017/01/07 21:12:19 UTC, 2 replies.
- Review Request 55305: Fixed quoting in agent error message. - posted by Neil Conway <ne...@gmail.com> on 2017/01/07 21:12:38 UTC, 1 replies.
- Review Request 55306: Cleaned up slave recovery tests. - posted by Neil Conway <ne...@gmail.com> on 2017/01/07 21:12:52 UTC, 1 replies.
- Review Request 55307: Improved handling of agents that restart but never re-register. - posted by Neil Conway <ne...@gmail.com> on 2017/01/07 21:13:21 UTC, 5 replies.
- Re: Review Request 53802: Eliminated an EOF race condition in libprocess SSL socket. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 03:22:24 UTC, 5 replies.
- Review Request 55311: Added `process::initialize` to default executor's `main`. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/08 06:28:43 UTC, 5 replies.
- Review Request 55312: Windows: Added parent hooks to subprocess. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/08 06:29:21 UTC, 3 replies.
- Review Request 55313: Windows: Fixed the unkillable task bug, lit up executor tests. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/08 06:30:26 UTC, 6 replies.
- Re: Review Request 54825: Made sure process::Loop instances can only be created as shared_ptrs. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:16:59 UTC, 3 replies.
- Review Request 55314: Windows: Added working Agent tests, moving pass rate ~75% -> ~87%. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/08 07:20:52 UTC, 2 replies.
- Review Request 55315: Bug fixes from failing to hold onto PollSocketImpl reference. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:35:33 UTC, 1 replies.
- Review Request 55316: Used loop in Pipe::Reader::readAll. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:43:13 UTC, 1 replies.
- Review Request 55317: Used loop in SocketImpl. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:44:07 UTC, 0 replies.
- Review Request 55318: Used loop in PollSocketImpl. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:44:48 UTC, 0 replies.
- Review Request 55319: Future::after memory leak fix. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:45:31 UTC, 1 replies.
- Review Request 55320: Used inet::Address and inet::Socket explicitly. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:49:03 UTC, 1 replies.
- Review Request 55321: Introduced process::after. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:49:15 UTC, 0 replies.
- Review Request 55322: Used process::after instead of process::RateLimiter. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:49:48 UTC, 0 replies.
- Review Request 55323: Used process::loop for framework scheduler heartbeater. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:50:17 UTC, 0 replies.
- Review Request 55324: Included decoder error strings. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/08 07:51:11 UTC, 2 replies.
- Re: Review Request 54573: Updated metrics counter during scheduler api calls. - posted by Zhitao Li <zh...@gmail.com> on 2017/01/08 22:13:05 UTC, 3 replies.
- Review Request 55327: Windows: Fixed hanging symlink bug in `os::rmdir`. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/08 23:52:49 UTC, 5 replies.
- Review Request 55328: Windows: Added passing GC tests to the build. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/08 23:53:07 UTC, 1 replies.
- Review Request 55331: Added 'OCI' message into 'Image' message. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/09 07:33:56 UTC, 1 replies.
- Review Request 55332: Added 'message.proto' for OCI store. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/09 07:35:55 UTC, 1 replies.
- Review Request 55333: Implemented the 'get()' method of OCI store. - posted by Qian Zhang <zh...@gmail.com> on 2017/01/09 07:45:03 UTC, 1 replies.
- Review Request 55334: Checkpoint and recover `ContainerConfig` in Mesos containerizer. - posted by Zhitao Li <zh...@gmail.com> on 2017/01/09 08:02:33 UTC, 1 replies.
- Review Request 55335: Backfilled required fields in TaskInfo in MesosContainerizer* tests. - posted by Zhitao Li <zh...@gmail.com> on 2017/01/09 08:03:59 UTC, 1 replies.
- Review Request 55339: Removed unsupported 'friend' declaration. - posted by Jan Schlicht <ja...@mesosphere.io> on 2017/01/09 13:43:38 UTC, 3 replies.
- Re: Review Request 54613: Install a symlink rather than building mesos-slave twice. - posted by Michael Park <mp...@apache.org> on 2017/01/09 18:51:43 UTC, 5 replies.
- Review Request 55354: Cleaned up master logging code slightly. - posted by Neil Conway <ne...@gmail.com> on 2017/01/09 19:44:43 UTC, 1 replies.
- Review Request 55355: Fixed an FD leak in the IO switchboard. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/09 20:35:03 UTC, 5 replies.
- Re: Review Request 53096: Fix handling in shared count in total resources in the sorter. - posted by Anindya Sinha <an...@apple.com> on 2017/01/09 22:37:05 UTC, 4 replies.
- Review Request 55359: Consolidate update of allocations in `updateAllocation()`. - posted by Anindya Sinha <an...@apple.com> on 2017/01/09 22:37:08 UTC, 4 replies.
- Re: Review Request 45962: Updated a persistent volume test framework to include shared volumes. - posted by Anindya Sinha <an...@apple.com> on 2017/01/09 22:37:10 UTC, 5 replies.
- Re: Review Request 49571: Added a benchmark test for allocations. - posted by Anindya Sinha <an...@apple.com> on 2017/01/09 22:37:14 UTC, 3 replies.
- Re: Review Request 55362: Support asynchronous fetching of URIs. - posted by Megha Sharma <ms...@apple.com> on 2017/01/10 00:53:06 UTC, 1 replies.
- Re: Review Request 54590: Removed unused `peek` function. - posted by Michael Park <mp...@apache.org> on 2017/01/10 02:47:05 UTC, 1 replies.
- Re: Review Request 54591: Introduced `WindowsFD` class which is analogous to an `int` in POSIX. - posted by Michael Park <mp...@apache.org> on 2017/01/10 02:47:26 UTC, 0 replies.
- Re: Review Request 54595: Introduced an `os::dup` abstraction in stout. - posted by Michael Park <mp...@apache.org> on 2017/01/10 02:47:39 UTC, 0 replies.
- Re: Review Request 54592: Introduced an `os::lseek` abstraction in stout. - posted by Michael Park <mp...@apache.org> on 2017/01/10 02:47:58 UTC, 0 replies.
- Re: Review Request 54762: Introduced an `os::pipe` abstraction to stout. - posted by Michael Park <mp...@apache.org> on 2017/01/10 02:49:22 UTC, 0 replies.
- Re: Review Request 54601: Replaced `int` with `int_fd` in stout. - posted by Michael Park <mp...@apache.org> on 2017/01/10 02:49:48 UTC, 0 replies.
- Re: Review Request 54602: Replaced `int` with `int_fd` in libprocess. - posted by Michael Park <mp...@apache.org> on 2017/01/10 02:50:18 UTC, 0 replies.
- Re: Review Request 54603: Replaced `int` with `int_fd` in mesos. - posted by Michael Park <mp...@apache.org> on 2017/01/10 02:50:52 UTC, 0 replies.
- Re: Review Request 54365: Fixed indentation of a function argument in master.cpp. - posted by Guangya Liu <gy...@gmail.com> on 2017/01/10 07:34:45 UTC, 1 replies.
- Re: Review Request 53468: Show the pailer at the right side in WebUI. - posted by haosdent huang <ha...@gmail.com> on 2017/01/10 08:03:04 UTC, 0 replies.
- Review Request 55381: Added test for framework upgrading to multi-role capability. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/10 14:50:30 UTC, 12 replies.
- Re: Review Request 53712: Added `system` environment variables in ` execvpe.cpp`. - posted by Daniel Pravat <dp...@outlook.com> on 2017/01/10 19:01:06 UTC, 1 replies.
- Review Request 55388: Added `system` environment variables in `mesos-docker-executor`. - posted by Daniel Pravat <dp...@outlook.com> on 2017/01/10 19:01:38 UTC, 1 replies.
- Re: Review Request 54081: Added `--pidfile` option to master and agent binaries. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/10 21:21:55 UTC, 0 replies.
- Review Request 55394: Changed `Master::updateTask` to allow terminal tasks to be updated. - posted by Neil Conway <ne...@gmail.com> on 2017/01/10 22:34:48 UTC, 2 replies.
- Review Request 55395: Cleaned up `Master::updateTask` slightly. - posted by Neil Conway <ne...@gmail.com> on 2017/01/10 22:35:02 UTC, 4 replies.
- Re: Review Request 54407: Refactored Master::removeFramework to use Master::deactivate. - posted by Neil Conway <ne...@gmail.com> on 2017/01/10 22:35:13 UTC, 3 replies.
- Re: Review Request 54793: Prevented task launches that reuse unreachable task IDs. - posted by Neil Conway <ne...@gmail.com> on 2017/01/10 22:36:20 UTC, 3 replies.
- Re: Review Request 53803: Added new libprocess socket tests. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/11 00:52:45 UTC, 2 replies.
- Re: Review Request 54590: Removed unused peek function. - posted by Michael Park <mp...@apache.org> on 2017/01/11 01:22:49 UTC, 0 replies.
- Review Request 55400: Fix compilation error for clang-3.5 type deduction error. - posted by Michael Park <mp...@apache.org> on 2017/01/11 01:28:45 UTC, 3 replies.
- Re: Review Request 54408: Replaced `Master::Framework::active` with a new `state` enum value. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/11 01:29:45 UTC, 3 replies.
- Re: Review Request 54794: Cleaned up teardown tests slightly. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/11 01:38:32 UTC, 0 replies.
- Re: Review Request 55022: Windows: Cause errors to be correctly reported in `io::read`. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/11 02:09:10 UTC, 4 replies.
- Re: Review Request 55024: Windows: Start the socket stack in `process::initialize`. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/11 02:19:11 UTC, 9 replies.
- Re: Review Request 55025: Transitioned `BUILD_DIR` to use Unix-style paths on Windows. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/11 02:22:31 UTC, 0 replies.
- Review Request 55410: Used standard classic locale for `jsonify`. - posted by Michael Park <mp...@apache.org> on 2017/01/11 10:03:50 UTC, 3 replies.
- Review Request 55412: Fixed docker runtime isolator argv issue for nested container. - posted by Gilbert Song <so...@gmail.com> on 2017/01/11 10:42:41 UTC, 1 replies.
- Review Request 55413: Fixed appc runtime isolator argv issue for nested container. - posted by Gilbert Song <so...@gmail.com> on 2017/01/11 10:42:44 UTC, 1 replies.
- Re: Review Request 52612: Added nested container tests for docker runtime isolator. - posted by Gilbert Song <so...@gmail.com> on 2017/01/11 11:50:48 UTC, 1 replies.
- Review Request 55419: Changed mesos test helper createCommandInfo() using optional value. - posted by Gilbert Song <so...@gmail.com> on 2017/01/11 11:53:03 UTC, 1 replies.
- Review Request 55420: Added unit tests for nested container neglected runtime argv. - posted by Gilbert Song <so...@gmail.com> on 2017/01/11 11:53:06 UTC, 1 replies.
- Re: Review Request 55026: Windows: Shortened test directories on Windows to avoid path errors. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/11 22:03:44 UTC, 1 replies.
- Re: Review Request 55030: CMake: Added source groups for libprocess build. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/11 22:23:19 UTC, 5 replies.
- Re: Review Request 55029: CMake: Added source groups to Stout build. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/11 22:25:51 UTC, 0 replies.
- Re: Review Request 55343: Fixed SSL socket 'shutdown()'. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/11 23:10:47 UTC, 5 replies.
- Review Request 55435: Windows: Fixed the locale guard in jsonify.hpp. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/11 23:37:35 UTC, 11 replies.
- Review Request 55437: Cleaned up SlaveRecoveryTest.RegisterDisconnectedSlave. - posted by Neil Conway <ne...@gmail.com> on 2017/01/12 00:37:51 UTC, 1 replies.
- Review Request 55438: Fixed flakiness in SlaveRecoveryTest.RegisterDisconnectedSlave. - posted by Neil Conway <ne...@gmail.com> on 2017/01/12 00:38:41 UTC, 2 replies.
- Re: Review Request 55037: Added default PATH value in `launch.cpp` for Windows case. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/12 01:23:07 UTC, 11 replies.
- Re: Review Request 55038: CMake: Stop searching for SVN and APR after we've found them. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/12 01:25:18 UTC, 0 replies.
- Re: Review Request 55039: CMake: Removed unnecessary calls to FindApr and FindSvn. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/12 01:26:08 UTC, 0 replies.
- Re: Review Request 55040: CMake: Added correct values for some build flags. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/12 01:34:02 UTC, 0 replies.
- Review Request 55445: Augmented a fault_tolerance_test to cover update of role. - posted by Jay Guo <gu...@gmail.com> on 2017/01/12 08:55:46 UTC, 5 replies.
- Re: Review Request 54649: Fixed minor argument style. - posted by Jay Guo <gu...@gmail.com> on 2017/01/12 08:58:36 UTC, 2 replies.
- Review Request 55446: Added common validation for IDs. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/12 09:46:48 UTC, 6 replies.
- Re: Review Request 54926: Augmented a fault_tolerance_test to cover update of role. - posted by Guangya Liu <gy...@gmail.com> on 2017/01/12 09:47:00 UTC, 1 replies.
- Review Request 55449: Validate executor IDs in master validation. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/12 09:47:06 UTC, 3 replies.
- Review Request 55448: Implemented TODOs to use common ID validation. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/12 09:48:08 UTC, 1 replies.
- Review Request 55447: Added sanity checks on IDs and roles before creating directories. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/12 09:48:25 UTC, 2 replies.
- Review Request 55453: Updated comments in `HealthCheck` protobuf for clarity. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/12 13:18:13 UTC, 10 replies.
- Review Request 55454: Ensured zero health check timeout means infinite timeout. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/12 13:19:33 UTC, 5 replies.
- Review Request 55456: Fixed include order in "launcher/executor.cpp". - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/12 13:19:43 UTC, 8 replies.
- Review Request 55455: Moved `HealthChecker` into "checks" folder and namespace. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/12 13:19:43 UTC, 5 replies.
- Review Request 55457: Added protobufs for a general check. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/12 13:28:35 UTC, 5 replies.
- Review Request 55458: Added validation for a general check. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/12 13:29:37 UTC, 7 replies.
- Review Request 55459: Added task check validation test. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/12 13:29:59 UTC, 8 replies.
- Review Request 55461: Made resource reservation validation multi-role aware. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/12 14:54:14 UTC, 10 replies.
- Review Request 55462: WIP: Validate resource reservation against allocated role. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/12 14:54:14 UTC, 2 replies.
- Review Request 55463: Fixed typos in `mesos/containerizer.cpp`. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/12 15:14:14 UTC, 1 replies.
- Review Request 55464: Made the Agent API able to handle containers nested at arbitrary levels. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/12 15:30:25 UTC, 15 replies.
- Re: Review Request 51027: Track allocation candidates to bound allocator. - posted by Jacob Janco <jj...@gmail.com> on 2017/01/12 18:55:17 UTC, 8 replies.
- Re: Review Request 52534: Dispatch filter expiration twice. - posted by Jacob Janco <jj...@gmail.com> on 2017/01/12 18:56:15 UTC, 8 replies.
- Review Request 55472: Moved `Slave` definitions out-of-line to master.cpp. - posted by Neil Conway <ne...@gmail.com> on 2017/01/12 22:51:38 UTC, 5 replies.
- Review Request 55473: Marked a member function `const`. - posted by Neil Conway <ne...@gmail.com> on 2017/01/12 22:52:07 UTC, 2 replies.
- Review Request 55474: Renamed `taskTerminated` for Slave/Framework to `recoverResources`. - posted by Neil Conway <ne...@gmail.com> on 2017/01/12 22:52:31 UTC, 2 replies.
- Review Request 55475: Added `Master::isRemovable(const TaskState&)`. - posted by Neil Conway <ne...@gmail.com> on 2017/01/12 22:53:14 UTC, 2 replies.
- Review Request 55476: Changed TASK_UNREACHABLE to be a non-terminal state. - posted by Neil Conway <ne...@gmail.com> on 2017/01/12 22:54:10 UTC, 2 replies.
- Review Request 55480: Fix segfault when executor ID is not a valid UUID. - posted by Aaron Wood <aa...@verizon.com> on 2017/01/12 23:23:58 UTC, 1 replies.
- Re: Review Request 55480: Fix segfault when the executor ID is not a valid v4 UUID. - posted by Aaron Wood <aa...@verizon.com> on 2017/01/12 23:42:00 UTC, 7 replies.
- Review Request 55487: Renamed executable files from '_' to '-' in the `support` directory. - posted by Michael Park <mp...@apache.org> on 2017/01/13 09:54:34 UTC, 2 replies.
- Review Request 55488: Slimmed down the size of the docker image from 2GB to roughly 650MB. - posted by Michael Park <mp...@apache.org> on 2017/01/13 09:54:35 UTC, 4 replies.
- Review Request 55490: Used the `mesos/mesos-tidy` image from DockerHub. - posted by Michael Park <mp...@apache.org> on 2017/01/13 09:54:38 UTC, 15 replies.
- Review Request 55489: Used CMake to generate the compilation database instead. - posted by Michael Park <mp...@apache.org> on 2017/01/13 09:54:38 UTC, 6 replies.
- Review Request 55491: Added a `jenkins/tidybot.sh`. - posted by Michael Park <mp...@apache.org> on 2017/01/13 10:06:05 UTC, 5 replies.
- Review Request 55496: Fixed parsing of proxy CONNECT responses. - posted by Jan Schlicht <ja...@mesosphere.io> on 2017/01/13 11:28:14 UTC, 5 replies.
- Re: Review Request 55480: Fix segfault when the executor sets a UUID that is not a valid v4 UUID. - posted by Aaron Wood <aa...@verizon.com> on 2017/01/13 15:52:20 UTC, 7 replies.
- Review Request 55509: Validate the StatusUpdate UUID in Master::statusUpdate. - posted by James Peach <jp...@apache.org> on 2017/01/13 17:22:28 UTC, 9 replies.
- Review Request 55521: Handle perf versions with more than 3 components. - posted by James Peach <jp...@apache.org> on 2017/01/13 20:24:13 UTC, 5 replies.
- Review Request 55539: Replaced recursive implementation in http::Connection with loop. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/14 21:36:38 UTC, 2 replies.
- Review Request 55540: Re-enabled disabled test. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/14 21:51:59 UTC, 2 replies.
- Review Request 55541: Replaced (another) recursive implementation with process::loop. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/14 22:32:35 UTC, 1 replies.
- Review Request 55542: Re-enabled a test. - posted by Benjamin Hindman <be...@berkeley.edu> on 2017/01/14 22:32:36 UTC, 1 replies.
- Review Request 55543: Fail the build if %PreferredToolArchitecture% is not set to `x64`. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/15 09:12:35 UTC, 2 replies.
- Review Request 55544: Windows: Set `MAXHOSTNAMELEN` to an appropriate value. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/15 09:12:38 UTC, 2 replies.
- Review Request 55546: Added platform-independent constants `DEV_NULL` and `TRUE_COMMAND`. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/15 21:07:02 UTC, 2 replies.
- Review Request 55547: Windows: Standardize on win32 environment, transition away from CRT. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/15 21:08:29 UTC, 0 replies.
- Review Request 55548: Used `os::environment` instead of `os::raw::environment` in agent. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/15 21:34:48 UTC, 2 replies.
- Review Request 55549: Windows: Added health checker to build. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/15 21:35:33 UTC, 5 replies.
- Review Request 55550: Windows: Enabled health checker tests. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/15 21:35:58 UTC, 1 replies.
- Re: Review Request 55547: Windows: Standardize on win32 environment, transition away from CRT. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/15 21:44:11 UTC, 1 replies.
- Review Request 55554: Fixed a typo. - posted by Jay Guo <gu...@gmail.com> on 2017/01/16 04:06:14 UTC, 2 replies.
- Re: Review Request 55252: Refactored `roles()` and `getRoles()` to reuse common logic. - posted by Jay Guo <gu...@gmail.com> on 2017/01/16 06:30:07 UTC, 0 replies.
- Review Request 55561: Removed an unused variable in test. - posted by Jay Guo <gu...@gmail.com> on 2017/01/16 09:34:01 UTC, 1 replies.
- Review Request 55562: Added Capability field to SlaveInfo protobuf message. - posted by Jay Guo <gu...@gmail.com> on 2017/01/16 09:35:03 UTC, 2 replies.
- Review Request 55563: Added capabilities to master's Slave struct. - posted by Jay Guo <gu...@gmail.com> on 2017/01/16 09:36:17 UTC, 2 replies.
- Review Request 55571: Changed Master::Framework::updateFrameworkInfo so it can return errors. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/16 11:28:03 UTC, 11 replies.
- Review Request 55576: Fixes FutureTest.After3 flakiness. - posted by Alexander Rojas <al...@mesosphere.io> on 2017/01/16 14:32:31 UTC, 3 replies.
- Review Request 55599: CMake: Added `GroupSource` function to automate IDE source grouping. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 04:36:26 UTC, 4 replies.
- Review Request 55600: CMake: Transitioned Stout to automatic source grouping. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 04:36:39 UTC, 7 replies.
- Review Request 55601: CMake: Added source groups for agent. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 04:37:10 UTC, 1 replies.
- Review Request 55602: CMake: Added source groups for master. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 04:37:28 UTC, 2 replies.
- Review Request 55604: CMake: Transitioned Libprocess to automatic source grouping. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 06:32:38 UTC, 2 replies.
- Review Request 55607: CMake: Added configuration of test scripts in the bin/ directory. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 08:31:56 UTC, 6 replies.
- Review Request 55611: Paused the status update manager in `Slave::initialize()`. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/17 11:22:36 UTC, 3 replies.
- Review Request 55612: Fixed SlaveRecoveryTest.RecoverTerminatedExecutor test. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/17 11:23:15 UTC, 6 replies.
- Re: Review Request 53848: Added support for pulling Docker images by digest. - posted by Jie Yu <yu...@gmail.com> on 2017/01/17 13:32:23 UTC, 0 replies.
- Re: Review Request 53849: Added parsing of V2 schema 2 Docker image manifests. - posted by Jie Yu <yu...@gmail.com> on 2017/01/17 14:18:37 UTC, 2 replies.
- Re: Review Request 55496: Added support for HTTP responses with unspecified length. - posted by Jan Schlicht <ja...@mesosphere.io> on 2017/01/17 14:35:06 UTC, 2 replies.
- Review Request 55621: Fixed issues with the Docker fetcher when using a proxy. - posted by Jan Schlicht <ja...@mesosphere.io> on 2017/01/17 14:40:16 UTC, 6 replies.
- Re: Review Request 53850: Implemented fetching Docker images that have V2 schema 2 manifests. - posted by Ilya Pronin <ip...@twopensource.com> on 2017/01/17 16:59:27 UTC, 0 replies.
- Review Request 55632: CMake: Disabled rpath to silence CMake warning on OS X. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 17:22:54 UTC, 1 replies.
- Re: Review Request 54572: Added metrics counter for scheduler calls. - posted by Abhishek Dasgupta <a1...@linux.vnet.ibm.com> on 2017/01/17 18:29:03 UTC, 2 replies.
- Re: Review Request 54574: Updated test case for call based metrics for scheduler api. - posted by Abhishek Dasgupta <a1...@linux.vnet.ibm.com> on 2017/01/17 19:18:34 UTC, 1 replies.
- Review Request 55635: Stout: Removed usage of CTest. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 19:33:39 UTC, 0 replies.
- Review Request 55636: Libprocess: Removed usage of CTest. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 19:33:42 UTC, 0 replies.
- Review Request 55637: CMake: Added `test` target. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/17 19:33:45 UTC, 9 replies.
- Re: Review Request 53291: Fixed incorrect `/monitor/statistics` URL in WebUI. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/17 20:14:12 UTC, 1 replies.
- Review Request 55625: Prevented certain kinds of gaming the quota system. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/17 20:42:32 UTC, 5 replies.
- Review Request 55638: Clarified the assumptions on some returned Futures. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/17 22:39:29 UTC, 1 replies.
- Review Request 55654: Renamed `CONFIGURE_FLAGS` to `CMAKE_ARGS`. - posted by Michael Park <mp...@apache.org> on 2017/01/17 23:57:09 UTC, 4 replies.
- Re: Review Request 55491: Added `jenkins/tidybot.sh`. - posted by Michael Park <mp...@apache.org> on 2017/01/17 23:57:52 UTC, 0 replies.
- Review Request 55657: Added cpack to create source package. Currently the cpack source package is create in TGZ format. The sources packages are comparable to the make dist output. There may be a need to add support to add additional source files to the archive at some point. - posted by Srinivas Brahmaroutu <sr...@us.ibm.com> on 2017/01/18 01:12:09 UTC, 1 replies.
- Review Request 55658: Updated Addition, modification and deletion of CNI configurations. - posted by Avinash sridharan <av...@mesosphere.io> on 2017/01/18 01:29:01 UTC, 2 replies.
- Review Request 55667: Added `libssl-dev` to `support/mesos-tidy/Dockerfile`. - posted by Michael Park <mp...@apache.org> on 2017/01/18 08:57:45 UTC, 1 replies.
- Re: Review Request 55491: Added a `support/README.md` and the `support/jenkins` directory. - posted by Michael Park <mp...@apache.org> on 2017/01/18 09:02:04 UTC, 13 replies.
- Review Request 55683: Rationalize process wait error checking. - posted by James Peach <jp...@apache.org> on 2017/01/18 18:25:48 UTC, 5 replies.
- Review Request 55679: Unified the way in which the Slave API handlers perform AuthZ. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/18 19:00:44 UTC, 4 replies.
- Review Request 55678: Renamed `locateExecutor` to `getExecutor`. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/18 19:00:52 UTC, 4 replies.
- Review Request 55677: Made `AttachContainerOutput/Input` tests use an existing container ID. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/18 19:01:00 UTC, 6 replies.
- Review Request 55676: Moved `getRootContainerId` to `protobuf_utils`. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/18 19:01:10 UTC, 5 replies.
- Review Request 55686: Added cpack to create source package. Currently the cpack source package is create in TGZ format. The sources packages are comparable to the make dist output. There may be a need to add support to add additional source files to the archive at some point. - posted by Srinivas Brahmaroutu <sr...@us.ibm.com> on 2017/01/18 20:44:34 UTC, 0 replies.
- Re: Review Request 55686: Added custom target for 'make distcheck'. - posted by Srinivas Brahmaroutu <sr...@us.ibm.com> on 2017/01/18 22:22:46 UTC, 2 replies.
- Re: Review Request 55657: Added cpack to create source package. - posted by Srinivas Brahmaroutu <sr...@us.ibm.com> on 2017/01/18 22:23:31 UTC, 1 replies.
- Review Request 55689: Updated version in comment about TASK_LOST behavior. - posted by Neil Conway <ne...@gmail.com> on 2017/01/18 23:21:28 UTC, 2 replies.
- Review Request 55691: Fix XSS vulnerability in pailer invocation. - posted by Jacob Janco <jj...@gmail.com> on 2017/01/18 23:27:09 UTC, 5 replies.
- Review Request 55694: CMake: Separated Stout system headers from Stout API headers. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/19 01:23:41 UTC, 1 replies.
- Review Request 55695: CMake: Separated Libprocess system headers from Libprocess API headers. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/19 01:23:45 UTC, 1 replies.
- Review Request 55696: CMake: Separated Mesos system headers from Mesos API headers. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/19 01:23:49 UTC, 1 replies.
- Review Request 55699: Stout: Added `host_default_path`. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/19 02:06:39 UTC, 1 replies.
- Review Request 55701: Fixed unsafe usage of process pointer in async.hpp. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/19 02:41:18 UTC, 4 replies.
- Re: Review Request 51028: Fix tests with rapidly triggered allocations. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/19 03:15:41 UTC, 11 replies.
- Review Request 55710: Added Agent capabilities in the response of /state endpoint. - posted by Jay Guo <gu...@gmail.com> on 2017/01/19 08:01:38 UTC, 5 replies.
- Review Request 55714: Added fs::magic() mapping function for fs id to fs type mapping. - posted by Gilbert Song <so...@gmail.com> on 2017/01/19 12:07:55 UTC, 4 replies.
- Review Request 55713: Added linux helper function fs::type() for filesystem id detection. - posted by Gilbert Song <so...@gmail.com> on 2017/01/19 12:07:57 UTC, 11 replies.
- Review Request 55722: Removed redundant `Times(1)` statements from `api_tests.cpp`. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/19 16:18:28 UTC, 2 replies.
- Review Request 55727: Checkpoint and track docker image layer sizes. - posted by Zhitao Li <zh...@gmail.com> on 2017/01/19 20:09:26 UTC, 1 replies.
- Review Request 55732: Added `--3way` option to `git apply`. - posted by Zhitao Li <zh...@gmail.com> on 2017/01/19 22:49:28 UTC, 4 replies.
- Review Request 55740: Fixed unsafe usage of process pointer in loop.hpp. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/20 01:34:18 UTC, 5 replies.
- Review Request 55745: Added scheduler adapter to API client libraries doc. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/20 04:14:47 UTC, 2 replies.
- Review Request 55748: CMake: Deleted spurious configuration settings in agent and master. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/20 07:31:35 UTC, 1 replies.
- Review Request 55749: Added CMake to standard documentation. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/20 07:31:56 UTC, 2 replies.
- Review Request 55750: Added a missing header. - posted by Jan Schlicht <ja...@mesosphere.io> on 2017/01/20 08:46:35 UTC, 1 replies.
- Re: Review Request 55714: Added fs::typeName() mapping function for fs id to fs type mapping. - posted by Gilbert Song <so...@gmail.com> on 2017/01/20 10:11:28 UTC, 4 replies.
- Review Request 55760: Added Bruce Merry as a contributor. - posted by Bruce Merry <bm...@ska.ac.za> on 2017/01/20 12:53:46 UTC, 1 replies.
- Review Request 55761: Fixed name matching for automatic resources. - posted by Bruce Merry <bm...@ska.ac.za> on 2017/01/20 13:01:14 UTC, 11 replies.
- Review Request 55766: Fixed body padding in mobile WebUI. - posted by Ilya Pronin <ip...@twopensource.com> on 2017/01/20 14:49:45 UTC, 2 replies.
- Review Request 55767: Ensured task's check status is delivered with reconciliation updates. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/20 14:52:19 UTC, 2 replies.
- Review Request 55768: Updated mesos-execute to show check's status. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/20 14:52:28 UTC, 3 replies.
- Review Request 55770: Fixed navbar and logo size in WebUI. - posted by Ilya Pronin <ip...@twopensource.com> on 2017/01/20 15:16:01 UTC, 7 replies.
- Review Request 55772: Avoided optimizing if we are working with a libcxx with UB. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/20 15:30:32 UTC, 0 replies.
- Review Request 55773: Avoided optimizing if we are working with a libcxx with UB. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/20 15:30:34 UTC, 0 replies.
- Review Request 55771: Avoided optimizing if we are working with a libcxx with UB. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/20 15:30:35 UTC, 0 replies.
- Review Request 55778: Moved check for 'has_parent()' in docker containerizer destroy. - posted by Kevin Klues <kl...@gmail.com> on 2017/01/20 18:33:40 UTC, 1 replies.
- Review Request 55779: Passed an optional parameter by reference. - posted by Neil Conway <ne...@gmail.com> on 2017/01/20 18:44:05 UTC, 1 replies.
- Review Request 55782: Added preprocessing for bin scripts. - posted by Srinivas Brahmaroutu <sr...@us.ibm.com> on 2017/01/20 19:25:52 UTC, 0 replies.
- Review Request 55787: Eliminated a race in libprocess 'Loop'. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/20 22:15:23 UTC, 1 replies.
- Review Request 55790: Support the full CNI DNS specification. - posted by James Peach <jp...@apache.org> on 2017/01/20 22:45:12 UTC, 8 replies.
- Review Request 55791: Rework clipboard functionality in UI. - posted by Jacob Janco <jj...@gmail.com> on 2017/01/20 22:54:38 UTC, 4 replies.
- Review Request 55794: Added a security note to `os::system` documentation. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/20 23:21:11 UTC, 2 replies.
- Review Request 55795: Fixed `umountAll` to optionally also clean up mtab. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/20 23:32:17 UTC, 7 replies.
- Review Request 55798: Cleaned up master.proto slightly. - posted by Neil Conway <ne...@gmail.com> on 2017/01/20 23:53:47 UTC, 1 replies.
- Review Request 55799: Cleaned up SUBSCRIBE code slightly. - posted by Neil Conway <ne...@gmail.com> on 2017/01/20 23:54:15 UTC, 1 replies.
- Review Request 55800: Cleaned up test case code slightly. - posted by Neil Conway <ne...@gmail.com> on 2017/01/20 23:54:47 UTC, 1 replies.
- Review Request 55801: Fixed comments, usage text in mesos-execute. - posted by Neil Conway <ne...@gmail.com> on 2017/01/20 23:56:19 UTC, 1 replies.
- Review Request 55802: Fixed whitespace in mesos-execute. - posted by Neil Conway <ne...@gmail.com> on 2017/01/20 23:58:48 UTC, 1 replies.
- Review Request 55803: Reordered function definitions to match declaration order. - posted by Neil Conway <ne...@gmail.com> on 2017/01/20 23:59:13 UTC, 1 replies.
- Review Request 55804: Added new master metric, "unreachable_slaves". - posted by Neil Conway <ne...@gmail.com> on 2017/01/20 23:59:38 UTC, 1 replies.
- Review Request 55805: Updated webui to display number of unreachable agents. - posted by Neil Conway <ne...@gmail.com> on 2017/01/21 00:00:19 UTC, 3 replies.
- Review Request 55806: Updated webui to display number of unreachable tasks. - posted by Neil Conway <ne...@gmail.com> on 2017/01/21 00:01:06 UTC, 3 replies.
- Review Request 55807: Updated the list of terminal states in the webui. - posted by Neil Conway <ne...@gmail.com> on 2017/01/21 00:01:46 UTC, 3 replies.
- Review Request 55808: Changed "master/tasks_unreachable" metric from counter to gauge. - posted by Neil Conway <ne...@gmail.com> on 2017/01/21 00:03:17 UTC, 1 replies.
- Review Request 55809: Fixed HTML syntax error in webui. - posted by Neil Conway <ne...@gmail.com> on 2017/01/21 00:04:31 UTC, 2 replies.
- Re: Review Request 55773: Rejected optimizing if we are working with a libcxx with UB. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/21 00:23:16 UTC, 2 replies.
- Re: Review Request 55772: Rejected optimizing if we are working with a libcxx with UB. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/21 00:23:17 UTC, 2 replies.
- Re: Review Request 55771: Rejected optimizing if we are working with a libcxx with UB. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/21 00:23:18 UTC, 2 replies.
- Review Request 55810: Fixed bug allowing IOSwitchboard::connect() after container destruction. - posted by Kevin Klues <kl...@gmail.com> on 2017/01/21 01:03:17 UTC, 7 replies.
- Re: Review Request 54836: Added helpers to allocate / unallocate Resources. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/23 01:51:28 UTC, 10 replies.
- Review Request 55825: Augmented printing of Resources to include AllocationInfo. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/23 02:04:53 UTC, 4 replies.
- Review Request 55826: Added a missing include to evolve.hpp. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/23 02:05:24 UTC, 1 replies.
- Review Request 55827: Added the ability to devolve v1 Resources. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/23 02:05:56 UTC, 1 replies.
- Review Request 55829: Updated resources quantity stripping to strip AllocationInfo. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/23 02:09:24 UTC, 3 replies.
- Re: Review Request 55732: Added `--3way` option to apply-reviews.py. - posted by Zhitao Li <zh...@gmail.com> on 2017/01/23 18:02:04 UTC, 3 replies.
- Review Request 55852: Fixed MasterAllocatorTest/1.RebalancedForUpdatedWeights. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/23 19:08:39 UTC, 5 replies.
- Review Request 55856: Displayed unreachable tasks in the webui. - posted by Neil Conway <ne...@gmail.com> on 2017/01/23 21:34:23 UTC, 2 replies.
- Review Request 55858: Fixed bug when applying review chains. - posted by Neil Conway <ne...@gmail.com> on 2017/01/23 22:14:53 UTC, 6 replies.
- Review Request 55828: Updated Resources::apply to handle Resource.AllocationInfo. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/23 22:47:03 UTC, 4 replies.
- Review Request 55862: Enabled partition-awareness in mesos-execute by default. - posted by Neil Conway <ne...@gmail.com> on 2017/01/23 22:52:08 UTC, 1 replies.
- Review Request 55863: Introduce a helper for injecting AllocationInfo into offer operations. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/23 22:59:34 UTC, 2 replies.
- Review Request 55866: Added CHECK failure logging to the sorter. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/24 00:28:33 UTC, 1 replies.
- Review Request 55824: Updated hierarchical allocator tests to use -> operator. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/24 02:29:40 UTC, 1 replies.
- Review Request 55868: Cleanups to the allocator tests. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/24 02:31:37 UTC, 6 replies.
- Review Request 55876: Avoided shadowing in `Slave::run()`. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/24 14:54:01 UTC, 7 replies.
- Review Request 55884: Updated the naming of unacknowledged tasks in executors for clarity. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/24 17:07:38 UTC, 5 replies.
- Review Request 55887: Check task user before allowing a task to be launched on the agent. - posted by Anindya Sinha <an...@apple.com> on 2017/01/24 18:21:44 UTC, 0 replies.
- Review Request 55888: Test to ensure non-authorized users cannot launch tasks on agents. - posted by Anindya Sinha <an...@apple.com> on 2017/01/24 18:21:54 UTC, 0 replies.
- Review Request 55889: Fixes to comments in review 54216. - posted by Jacob Janco <jj...@gmail.com> on 2017/01/24 18:25:46 UTC, 3 replies.
- Re: Review Request 54834: Fixed a typo in webui. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/24 19:58:04 UTC, 0 replies.
- Review Request 55874: Added a simple AllocatorBacklog benchmark. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/24 21:46:37 UTC, 2 replies.
- Review Request 55893: Fixed OversubscriptionTest.RescindRevocableOfferWithIncreasedRevocable. - posted by Jiang Yan Xu <ya...@jxu.me> on 2017/01/24 21:52:29 UTC, 13 replies.
- Review Request 55895: Add zero byte disk resource support to XFS. - posted by James Peach <jp...@apache.org> on 2017/01/24 23:59:36 UTC, 0 replies.
- Review Request 55896: Stop storing agent flags in the XFS disk isolator. - posted by James Peach <jp...@apache.org> on 2017/01/25 00:01:19 UTC, 0 replies.
- Review Request 55897: Add support for not enforcing XFS quotas. - posted by James Peach <jp...@apache.org> on 2017/01/25 00:02:50 UTC, 0 replies.
- Review Request 55899: Renamed `taskID` to `taskId` in `HealthChecker`. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/25 00:24:03 UTC, 1 replies.
- Review Request 55900: Improved style in `HealthChecker`. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/25 00:24:59 UTC, 6 replies.
- Review Request 55901: [WIP] Added support for command health checks to the default executor. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/25 00:33:46 UTC, 4 replies.
- Review Request 55903: Update XFS disk isolator documentation. - posted by James Peach <jp...@apache.org> on 2017/01/25 01:09:31 UTC, 1 replies.
- Review Request 55908: Made a function static in the allocator. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/25 02:25:01 UTC, 1 replies.
- Review Request 55909: Added a function for available agent resources in the allocator. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/25 02:31:35 UTC, 1 replies.
- Review Request 55911: Fixed flakiness in TaskValidationTest.TaskReusesUnreachableTaskID. - posted by Neil Conway <ne...@gmail.com> on 2017/01/25 02:38:46 UTC, 4 replies.
- Review Request 55910: Prevent unintended mutation in the allocator. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/25 02:40:05 UTC, 4 replies.
- Re: Review Request 53998: Fixed hook to allow for executor environment modifications. - posted by Adam B <ad...@mesosphere.io> on 2017/01/25 16:41:23 UTC, 1 replies.
- Review Request 55943: Moved agent capabilities from SlaveInfo to (re-)registerSlaveMessage. - posted by Jay Guo <gu...@gmail.com> on 2017/01/25 18:05:02 UTC, 3 replies.
- Review Request 55944: Modified agent capabilities struct to reflect protobuf changes. - posted by Jay Guo <gu...@gmail.com> on 2017/01/25 18:05:33 UTC, 3 replies.
- Review Request 55945: Added a `install` template method to support 8 arguments. - posted by Jay Guo <gu...@gmail.com> on 2017/01/25 18:06:03 UTC, 2 replies.
- Review Request 55946: Added agent capabilities as part of agent (re-)registration process. - posted by Jay Guo <gu...@gmail.com> on 2017/01/25 18:06:33 UTC, 4 replies.
- Re: Review Request 53741: Display maintainance info in the webui. - posted by haosdent huang <ha...@apache.org> on 2017/01/25 18:16:34 UTC, 3 replies.
- Review Request 55936: Added an overload for `acceptsMediaType()`. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/25 19:46:45 UTC, 1 replies.
- Review Request 55937: Added constants for referring to request/response streaming headers. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/25 19:47:05 UTC, 3 replies.
- Review Request 55938: Renamed `streamingRequest` to `streamingMediaType`. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/25 19:47:18 UTC, 1 replies.
- Review Request 55939: Introduced `RequestMediaTypes`. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/25 19:47:31 UTC, 1 replies.
- Review Request 55940: Added support for the new streaming request/response headers. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/25 19:48:51 UTC, 5 replies.
- Review Request 55941: Modified existing tests to support new headers for request streaming. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/25 19:49:01 UTC, 3 replies.
- Review Request 55942: Added a test for validating streaming request/response headers. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/25 19:49:18 UTC, 4 replies.
- Review Request 55954: Changed 'Environment.Variable.Value' from required to optional. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/25 20:10:31 UTC, 6 replies.
- Review Request 55955: Added validation tests to ensure environment variable value is set. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/25 20:13:30 UTC, 10 replies.
- Review Request 55870: Update the allocator to handle frameworks with multiple roles. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/25 21:55:12 UTC, 7 replies.
- Re: Review Request 54410: Made the style of the cluster name consistent with others. - posted by Jacob Janco <jj...@gmail.com> on 2017/01/25 23:25:45 UTC, 0 replies.
- Review Request 55964: Updates for executor, scheduler V1 API docs. - posted by Neil Conway <ne...@gmail.com> on 2017/01/25 23:53:47 UTC, 3 replies.
- Review Request 55967: Update the allocator unit tests to reflect MULTI_ROLE support. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/26 00:46:42 UTC, 2 replies.
- Review Request 55968: Added TODOs to make the master code safer. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/26 00:55:00 UTC, 1 replies.
- Review Request 55969: Updated the master to handle non-MULTI_ROLE schedulers. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/26 01:04:13 UTC, 2 replies.
- Review Request 55970: Updated the master's HTTP operations to handle MULTI_ROLE changes. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/26 01:08:37 UTC, 3 replies.
- Re: Review Request 54987: Updated `docs/monitoring/md` for new slave event queue metrics. - posted by haosdent huang <ha...@apache.org> on 2017/01/26 04:28:42 UTC, 0 replies.
- Re: Review Request 54987: Updated `docs/monitoring/md` for new agent event queue metrics. - posted by Zhitao Li <zh...@gmail.com> on 2017/01/26 04:29:23 UTC, 1 replies.
- Re: Review Request 53993: Updated quota doc to support quota update. - posted by haosdent huang <ha...@apache.org> on 2017/01/26 04:33:09 UTC, 1 replies.
- Review Request 55978: Added some assertions to the switchboard request handler. - posted by Anand Mazumdar <an...@apache.org> on 2017/01/26 05:03:51 UTC, 1 replies.
- Re: Review Request 53296: Added cgroup namespace support for unified container. - posted by haosdent huang <ha...@apache.org> on 2017/01/26 08:18:21 UTC, 0 replies.
- Re: Review Request 53516: Moved `namespaces/pid` associated test cases to a separate file. - posted by haosdent huang <ha...@apache.org> on 2017/01/26 08:18:38 UTC, 0 replies.
- Re: Review Request 54105: Added `CgroupNamespaceFilter`. - posted by haosdent huang <ha...@apache.org> on 2017/01/26 08:18:54 UTC, 0 replies.
- Re: Review Request 53517: Added test case for cgroup namespace isolator. - posted by haosdent huang <ha...@apache.org> on 2017/01/26 08:19:36 UTC, 1 replies.
- Review Request 55995: Restored quota correctly during allocator recovery. - posted by Neil Conway <ne...@gmail.com> on 2017/01/26 20:29:12 UTC, 1 replies.
- Review Request 55971: Updated the agent to be MULTI_ROLE capable. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/26 21:42:00 UTC, 2 replies.
- Review Request 56001: Fixed a few executor segfaults during cleanup. - posted by Joseph Wu <jo...@mesosphere.io> on 2017/01/26 22:28:34 UTC, 4 replies.
- Review Request 55972: Updated master to handle non-MULTI_ROLE agents. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/27 00:29:03 UTC, 1 replies.
- Review Request 56004: Fixed MULTI_ROLE related bugs when updating framework info. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/27 00:30:26 UTC, 3 replies.
- Review Request 56005: Added a safety CHECK when accessing activeRoles in the master. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/27 00:31:11 UTC, 2 replies.
- Review Request 56006: Added CHECK logging to the allocator. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/27 00:32:09 UTC, 1 replies.
- Review Request 55973: Update the tests to handle MULTI_ROLE support. - posted by Benjamin Mahler <bm...@apache.org> on 2017/01/27 00:34:34 UTC, 2 replies.
- Review Request 56016: Expanded a comment about TaskStatus protobuf. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/27 12:53:50 UTC, 1 replies.
- Review Request 56017: WIP: Added a helper for building a task status from an existing one. - posted by Alexander Rukletsov <ru...@gmail.com> on 2017/01/27 12:54:40 UTC, 2 replies.
- Review Request 56024: Added Dmitry Zhuk to contributors. - posted by Dmitry Zhuk <dz...@twopensource.com> on 2017/01/27 16:39:35 UTC, 0 replies.
- Review Request 56028: Consistently add the FollowSymlink stat argument on Windows. - posted by James Peach <jp...@apache.org> on 2017/01/27 18:12:01 UTC, 1 replies.
- Review Request 56027: Consistently add the FollowSymlink stat argument on POSIX. - posted by James Peach <jp...@apache.org> on 2017/01/27 18:12:08 UTC, 0 replies.
- Review Request 56037: CMake: Bumped CMake version on Windows, and enforce with check. - posted by Alex Clemmer <cl...@gmail.com> on 2017/01/27 20:45:22 UTC, 2 replies.
- Re: Review Request 55901: Added support for command health checks to the default executor. - posted by Gastón Kleiman <ga...@mesosphere.com> on 2017/01/28 12:39:49 UTC, 2 replies.
- Review Request 56055: Added validation for 'LAUNCH_NESTED_CONTAINER_SESSION'. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/28 23:39:27 UTC, 8 replies.
- Review Request 56052: Added the 'Secret' protobuf message. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/29 05:07:22 UTC, 3 replies.
- Review Request 56053: Added a 'SECRET' type to the 'Environment' protobuf message. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/29 05:10:20 UTC, 5 replies.
- Re: Review Request 51053: Update leveldb to 1.19. - posted by Tomasz Janiszewski <ja...@gmail.com> on 2017/01/29 14:52:10 UTC, 0 replies.
- Re: Review Request 48291: Use varint comparator in replica log. - posted by Tomasz Janiszewski <ja...@gmail.com> on 2017/01/29 14:54:36 UTC, 2 replies.
- Re: Review Request 55964: Improved executor, scheduler V1 API docs. - posted by Neil Conway <ne...@gmail.com> on 2017/01/29 23:41:15 UTC, 2 replies.
- Review Request 56080: Fixed error handling when writing to a cgroup control file. - posted by Dmitry Zhuk <dz...@twopensource.com> on 2017/01/30 15:20:07 UTC, 6 replies.
- Review Request 56086: Simplified AppC provisioner cache keys comparison. - posted by Ilya Pronin <ip...@twopensource.com> on 2017/01/30 17:27:40 UTC, 1 replies.
- Review Request 56087: Simplified AppC provisioner cache keys hashing. - posted by Ilya Pronin <ip...@twopensource.com> on 2017/01/30 17:28:15 UTC, 1 replies.
- Re: Review Request 53252: Added `hashset` constructor for type that supports `begin()/end()`. - posted by Benjamin Bannier <be...@mesosphere.io> on 2017/01/30 21:21:13 UTC, 0 replies.
- Review Request 56112: Attempt to load module before checking if overlayfs is supported. - posted by Santhosh Kumar Shanmugham <sa...@gmail.com> on 2017/01/31 05:36:37 UTC, 1 replies.
- Review Request 56116: Implemented new http::Headers abstraction for WWW-Authenticate. - posted by Gilbert Song <so...@gmail.com> on 2017/01/31 09:10:19 UTC, 2 replies.
- Review Request 56117: Fixed mesos test helper createBasicAuthHeaders() on http header. - posted by Gilbert Song <so...@gmail.com> on 2017/01/31 09:10:21 UTC, 1 replies.
- Review Request 56122: Simplified cgroups control files reading and writing. - posted by Dmitry Zhuk <dz...@twopensource.com> on 2017/01/31 11:52:00 UTC, 1 replies.
- Re: Review Request 54061: Augmented FrameworkInfo to support multiple roles. - posted by David McLaughlin <da...@dmclaughlin.com> on 2017/01/31 18:32:26 UTC, 1 replies.
- Re: Review Request 54712: Use the stout ELF parser to implement ldd. - posted by Jiang Yan Xu <xu...@apple.com> on 2017/01/31 19:38:17 UTC, 1 replies.
- Re: Review Request 54878: Add some simple ldd() tests. - posted by Jiang Yan Xu <xu...@apple.com> on 2017/01/31 19:39:28 UTC, 0 replies.
- Re: Review Request 50974: Documented all the API calls for Operator HTTP API. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/31 19:44:34 UTC, 0 replies.
- Review Request 56139: Removed redundant 'Times(1)' from agent validation tests. - posted by Greg Mann <gr...@mesosphere.io> on 2017/01/31 22:36:04 UTC, 2 replies.
- Re: Review Request 53791: Use the stout ELF parser to collect Linux rootfs files. - posted by Jiang Yan Xu <xu...@apple.com> on 2017/01/31 23:30:19 UTC, 0 replies.
- Review Request 56144: Added unit test for http::Headers abstraction. - posted by Gilbert Song <so...@gmail.com> on 2017/01/31 23:41:41 UTC, 0 replies.
- Re: Review Request 51624: Implemented 'GetAgent' call in v1 agent API. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/31 23:45:28 UTC, 0 replies.
- Re: Review Request 51996: Filtered containers by `principal` in the Agent APIs. - posted by Vinod Kone <vi...@gmail.com> on 2017/01/31 23:48:15 UTC, 0 replies.