You are viewing a plain text version of this content. The canonical link for it is here.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #295 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/01 03:43:03 UTC, 0 replies.
- Incubator PMC/Board report for Apr 2013 ([ppmc]) - posted by Marvin <no...@apache.org> on 2013/04/01 17:27:26 UTC, 1 replies.
- Error installing mesos on Redhat - posted by Soumya Simanta <so...@gmail.com> on 2013/04/01 20:59:42 UTC, 3 replies.
- Error running Mesos on Ubuntu 12.04 - posted by Soumya Simanta <so...@gmail.com> on 2013/04/01 22:02:58 UTC, 1 replies.
- Review Request: Added os::sleep which takes a Duration object. - posted by Jiang Yan Xu <ya...@twitter.com> on 2013/04/02 01:47:38 UTC, 10 replies.
- Re: Review Request: Clean up HierarchicalAllocatorProcess code - posted by Thomas Marshall <tw...@gmail.com> on 2013/04/02 02:00:38 UTC, 6 replies.
- Re: Review Request: Fixed status update manager to create the updates path by itself instead of passing the path from the slave. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/02 03:58:27 UTC, 4 replies.
- Re: Review Request: Fixed slave to properly schedule work and meta directories for garbage collection. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/02 03:59:09 UTC, 6 replies.
- Review Request: Fixed the slave to wait for all executors to exit and delete the "latest" slave symlink when shutting down. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/02 04:04:54 UTC, 10 replies.
- Re: Google Summer of Code - posted by Atul jangra <at...@gmail.com> on 2013/04/02 13:09:11 UTC, 0 replies.
- Time for April 2013 Incubator PMC report - posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov> on 2013/04/02 22:06:39 UTC, 2 replies.
- [jira] [Resolved] (MESOS-246) MasterFailoverAllocatorTest runs forever. - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/02 23:19:15 UTC, 0 replies.
- [jira] [Created] (MESOS-424) CgroupsIsolatorTest.BalloonFramework runs forever - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/03 00:29:15 UTC, 0 replies.
- Review Request: Replaced sleep() and usleep() calls in the codebase with os::sleep(); - posted by Jiang Yan Xu <ya...@twitter.com> on 2013/04/03 00:55:27 UTC, 10 replies.
- Review Request: Made AllocatorTests more robust - posted by Thomas Marshall <tw...@gmail.com> on 2013/04/03 01:50:03 UTC, 0 replies.
- [jira] [Commented] (MESOS-424) CgroupsIsolatorTest.BalloonFramework runs forever - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/03 02:17:18 UTC, 8 replies.
- Re: Review Request: Typo fixes from github Pull Request - posted by Andrew Ash <an...@andrewash.com> on 2013/04/03 03:41:07 UTC, 1 replies.
- Review Request: Ignore commented lines in slaves/masters files - posted by Andrew Ash <an...@andrewash.com> on 2013/04/03 04:00:18 UTC, 7 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #329 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/03 09:43:22 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #294 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/03 09:43:28 UTC, 0 replies.
- Review Request: Updated a comment. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:19 UTC, 1 replies.
- Review Request: Removed 'using' directive from header. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:23 UTC, 1 replies.
- Review Request: Removed more polluting 'using' directives. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:27 UTC, 1 replies.
- Review Request: Removed unused instance variable. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:28 UTC, 1 replies.
- Review Request: Removed unnecessary calls to virtual functions. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:31 UTC, 1 replies.
- Review Request: Fixed syntax formatting. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:36 UTC, 1 replies.
- Review Request: Removed unused FrameworksManager and FrameworksStorage. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:37 UTC, 1 replies.
- Review Request: Added FutureArg and FutureArgField gmock actions. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:40 UTC, 1 replies.
- Review Request: Replaced some instances of triggers and SaveArg gmock actions with new FutureArg* gmock actions from libprocess. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:44 UTC, 0 replies.
- Review Request: Added and used new Cluster abstraction for testing. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/03 19:34:47 UTC, 1 replies.
- Review Request: Added states to Slave struct. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/03 20:26:30 UTC, 10 replies.
- [jira] [Created] (MESOS-425) abstract out disk operations into a disk manager - posted by "brian wickman (JIRA)" <ji...@apache.org> on 2013/04/03 21:13:18 UTC, 0 replies.
- mesos-0.12.0 - "slave is now in state TASK_FAILED" - posted by Craig Vanderborgh <cr...@gmail.com> on 2013/04/04 01:02:47 UTC, 1 replies.
- Cannot resolve master or slave - posted by "West, William" <ww...@ucsd.edu> on 2013/04/04 01:58:01 UTC, 5 replies.
- Review Request: Fixed slave to properly figure out a command executor. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/04 03:20:07 UTC, 7 replies.
- Caused by: java.io.IOException: Task process exit with nonzero status of 1. - posted by Wang Yu <wa...@nfs.iscas.ac.cn> on 2013/04/04 04:59:36 UTC, 3 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #330 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/04 06:01:19 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #295 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/04 06:13:09 UTC, 0 replies.
- Status of Torque on Mesos - posted by David Greenberg <ds...@gmail.com> on 2013/04/04 17:14:12 UTC, 5 replies.
- Review Request: Fixed hadoop tutorial to use gzip2 compression to build the executor bundle. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/04 20:12:33 UTC, 9 replies.
- Review Request: Fixed hadoop class path for the executor. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/04 22:47:39 UTC, 3 replies.
- Issue with broken frameworks/api in mesos 0.9.0 and 0.12.x - posted by David Greenberg <ds...@gmail.com> on 2013/04/05 00:01:23 UTC, 0 replies.
- Review Request: Updated garbage collector tests to use new testing abstractions. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 01:03:53 UTC, 2 replies.
- Re: [VOTE] Release Apache Mesos 0.11.0-incubating (RC1) - posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov> on 2013/04/05 05:07:51 UTC, 9 replies.
- [jira] [Created] (MESOS-426) Python-based frameworks use old API and are broken - posted by "David Greenberg (JIRA)" <ji...@apache.org> on 2013/04/05 14:56:16 UTC, 0 replies.
- Review Request: Fixed a comment in os.hpp. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 18:38:41 UTC, 1 replies.
- Review Request: Added a Cluster::Masters::start which takes an AllocatorProcess. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 18:39:10 UTC, 2 replies.
- Review Request: Updated log tests to use DROP_MESSAGES. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 18:39:36 UTC, 3 replies.
- Review Request: Updated master detector tests to use new testing abstractions. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 18:40:58 UTC, 2 replies.
- Review Request: Updated resource offers tests to use new testing abstractions. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 18:42:38 UTC, 3 replies.
- Review Request: Added DROP_PROTOBUF. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 19:43:41 UTC, 4 replies.
- Review Request: Added another Cluster::Slaves::start. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 19:44:07 UTC, 1 replies.
- Review Request: Updated status update manager tests to use new testing abstractions. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 19:45:06 UTC, 3 replies.
- Review Request: Cleaned up includes and using directives in master tests. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/05 19:45:45 UTC, 1 replies.
- [jira] [Created] (MESOS-427) Create tests for mesos-submit and torque framework so future API changes will be caught. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/04/05 20:15:16 UTC, 0 replies.
- [jira] [Commented] (MESOS-426) Python-based frameworks use old API and are broken - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/04/05 20:19:18 UTC, 7 replies.
- Make check error - posted by "West, William" <ww...@ucsd.edu> on 2013/04/05 20:37:28 UTC, 5 replies.
- Review Request: Added DROP_PROTOBUF(s), AWAIT_READY and AWAIT_FOR_READY to test utils. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/05 21:39:07 UTC, 2 replies.
- Review Request: Fixed master tests to use AWAIT_READY. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/05 21:39:46 UTC, 0 replies.
- Review Request: Fixed reaper tests to use the latest test abstractions. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/05 21:41:06 UTC, 0 replies.
- Review Request: Fixed fault tolerance tests to use the latest test abstractions. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/05 21:41:09 UTC, 0 replies.
- Review Request: Fixed exception tests to use the latest test abstractions. - posted by Jiang Yan Xu <ya...@twitter.com> on 2013/04/05 23:15:11 UTC, 3 replies.
- Review Request: Fixed slave recovery tests to use the latest test abstractions. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/07 05:21:53 UTC, 0 replies.
- Review Request: Fixed Allocator Test to use DROP_MESSAGE, FutureArg, moved expectations closer to actions, etc - posted by Thomas Marshall <tw...@gmail.com> on 2013/04/07 20:38:51 UTC, 5 replies.
- [jira] [Created] (MESOS-428) create the concept of a persistent executor - posted by "brian wickman (JIRA)" <ji...@apache.org> on 2013/04/07 22:19:15 UTC, 0 replies.
- Re: Review Request: Fixed Mutlimap and multihashmap by removing the ordering requirement on values. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/08 04:58:35 UTC, 3 replies.
- Re: Review Request: Added keys() to Multimap and multihashmap. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/08 05:02:46 UTC, 2 replies.
- Re: Review Request: Added 'unschedule' operation to the GarbageCollector, changed schedule to discard the future when unscheduled/rescheduled, added GarbageCollector unit tests. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/08 05:22:43 UTC, 5 replies.
- ../src/tests/allocator_zookeeper_tests.cpp:202: Failure - posted by 王瑜 <wa...@nfs.iscas.ac.cn> on 2013/04/08 11:45:50 UTC, 3 replies.
- [jira] [Updated] (MESOS-300) Libprocess throws exception in SocketManager::next() - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/08 18:41:16 UTC, 1 replies.
- Re: Review Request: Fixed master to properly remove a non-checkpointing framework when a checkpointing slave exits. - posted by Ben Mahler <be...@gmail.com> on 2013/04/08 18:51:54 UTC, 2 replies.
- Re: Review Request: Refactored slave::Framework/Executor. Included "states" as well as added recovery methods. - posted by Benjamin Mahler <be...@gmail.com> on 2013/04/08 19:05:36 UTC, 1 replies.
- [jira] [Created] (MESOS-429) Hadoop MesosScheduler has a deadlock. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/08 20:59:16 UTC, 0 replies.
- Review Request: Simplify os::hostname() in libstout. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/08 23:19:51 UTC, 3 replies.
- Review Request: Hadoop changes; see below. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/08 23:21:20 UTC, 14 replies.
- Review Request: Fix for deadlock in Hadoop MesosScheduler. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/08 23:23:47 UTC, 2 replies.
- Review Request: Fixed a deadlock in the Hadoop MesosScheduler by unsynchronizing resourceOffers(). - posted by Ben Mahler <be...@gmail.com> on 2013/04/09 00:31:20 UTC, 6 replies.
- [jira] [Commented] (MESOS-429) Hadoop MesosScheduler has a deadlock. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/09 00:34:16 UTC, 0 replies.
- 回复: Re: ../src/tests/allocator_zookeeper_tests.cpp:202: Failure - posted by 王瑜 <wa...@nfs.iscas.ac.cn> on 2013/04/09 03:20:59 UTC, 1 replies.
- NetworkWordCount on Spark Streaming - posted by Xiaoying Zheng <zh...@sari.ac.cn> on 2013/04/09 11:05:47 UTC, 0 replies.
- long lived framework can not launch task - posted by 王国栋 <wa...@gmail.com> on 2013/04/09 11:43:18 UTC, 6 replies.
- Re: NetworkWordCount on Spark Streaming - posted by Vinod Kone <vi...@twitter.com> on 2013/04/09 19:05:23 UTC, 1 replies.
- Review Request: Fixed a bug in the long-lived framework that incorrectly set the executor source. - posted by Ben Mahler <be...@gmail.com> on 2013/04/09 21:17:29 UTC, 1 replies.
- [jira] [Closed] (MESOS-315) Support CFS Bandwidth Control in cgroups. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/09 23:06:17 UTC, 0 replies.
- Architecture of Tasks vs. Executors - posted by David Greenberg <ds...@gmail.com> on 2013/04/10 00:05:48 UTC, 5 replies.
- [jira] [Created] (MESOS-430) send better messages on executor failures - posted by "Jonathan Boulle (JIRA)" <ji...@apache.org> on 2013/04/10 00:16:16 UTC, 0 replies.
- [jira] [Updated] (MESOS-430) send better messages on executor failures - posted by "Jonathan Boulle (JIRA)" <ji...@apache.org> on 2013/04/10 00:16:16 UTC, 1 replies.
- [jira] [Created] (MESOS-431) Port isolation / sharing in the ephemeral range. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/10 00:22:16 UTC, 0 replies.
- Review Request: Fixed AllocatorZookeeperTest to use latest abstractions - posted by Thomas Marshall <tw...@gmail.com> on 2013/04/10 00:25:32 UTC, 2 replies.
- [jira] [Updated] (MESOS-354) oversubscribe resources - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/04/10 07:28:16 UTC, 0 replies.
- [jira] [Resolved] (MESOS-271) Get mesos compiling on gcc-4.7 to open up path forward to c++11 - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/10 21:23:15 UTC, 0 replies.
- [jira] [Assigned] (MESOS-398) Add mesos-0.10.0-incubating jar to maven central - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/10 21:25:16 UTC, 0 replies.
- Review Request: Fixed slave to properly schedule/unschedule top level executor directories for garbage collection. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/11 02:38:25 UTC, 6 replies.
- [jira] [Created] (MESOS-432) Export percentage of allocation based monitoring data. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/11 03:10:13 UTC, 0 replies.
- [jira] [Commented] (MESOS-418) Add security and authentication support to Mesos (including integration with LDAP). - posted by "Zamar Edwin (JIRA)" <ji...@apache.org> on 2013/04/11 05:27:16 UTC, 12 replies.
- [jira] [Comment Edited] (MESOS-418) Add security and authentication support to Mesos (including integration with LDAP). - posted by "Zamar Edwin (JIRA)" <ji...@apache.org> on 2013/04/11 05:29:17 UTC, 2 replies.
- Question about running hadoop over mesos - posted by 王国栋 <wa...@gmail.com> on 2013/04/11 11:31:51 UTC, 18 replies.
- Review Request: Change Clock::advance() and Clock::update() to use Duration. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/11 20:24:34 UTC, 9 replies.
- Review Request: Overloaded Duration arithmetic operators +, -, +=, -=. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/11 20:27:38 UTC, 2 replies.
- Re: Review Request: Fixed slave to explicitly check for framework and executor states. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/12 09:17:35 UTC, 7 replies.
- How does the master implement fair-sharing between frameworks? - posted by David Greenberg <ds...@gmail.com> on 2013/04/12 16:26:08 UTC, 2 replies.
- Re: Review Request: Fixed a memory leak bug in stout/result.hpp. - posted by Jie Yu <yu...@gmail.com> on 2013/04/12 16:50:21 UTC, 3 replies.
- [jira] [Created] (MESOS-433) add exportStats method to executor - posted by "brian wickman (JIRA)" <ji...@apache.org> on 2013/04/12 21:00:16 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #336 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/12 22:16:22 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #301 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/12 22:55:59 UTC, 0 replies.
- Review Request: Fixed status update manager to explicitly handle checkpointing and non-checkpointing updates. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/12 23:27:06 UTC, 5 replies.
- Review Request: Fixed the command executor to setsid on the command, and issue killtree() to clean up. - posted by Ben Mahler <be...@gmail.com> on 2013/04/13 00:40:34 UTC, 2 replies.
- Re: Review Request: Better cgroups resource monitoring error handling. - posted by Ben Mahler <be...@gmail.com> on 2013/04/13 00:42:06 UTC, 0 replies.
- Re: Review Request: Added isolation module tests for resource usage. - posted by Ben Mahler <be...@gmail.com> on 2013/04/13 00:42:58 UTC, 0 replies.
- [jira] [Commented] (MESOS-387) Command executor does not issue a killtree / killpg on the shell command. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/13 00:44:15 UTC, 0 replies.
- [jira] [Commented] (MESOS-370) The process based isolation module should walk the process tree to collect resource usage. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/13 00:50:17 UTC, 0 replies.
- [jira] [Resolved] (MESOS-387) Command executor does not issue a killtree / killpg on the shell command. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/13 01:18:15 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #303 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/13 04:13:17 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #302 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/13 05:43:57 UTC, 0 replies.
- Re: Review Request: Overloaded Duration arithmetic operators +, -, +=, -= in libstout. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/13 09:01:42 UTC, 7 replies.
- Re: Review Request: Changed Clock::advance() and Clock::update() to use Duration in libprocess. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/13 09:03:31 UTC, 8 replies.
- Review Request: Fixed Mesos tests to use new Clock::advance() and Clock::update() methods with Duration. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/13 09:06:30 UTC, 5 replies.
- Re: Review Request: Added os::sleep() which takes a Duration object. (libstout) - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/13 09:52:52 UTC, 0 replies.
- Re: Review Request: Replaced usleep() calls in libprocess with os::sleep() - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/13 09:55:31 UTC, 0 replies.
- Review Request: Replaced sleep() and usleep() calls in the Mesos codebase with os::sleep(). - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/13 09:57:42 UTC, 1 replies.
- [jira] [Created] (MESOS-434) Process isolator libprocess throws exception - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/13 22:58:16 UTC, 0 replies.
- Review Request: Cleaned up fault tolerant tests and fixed a disabled test. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/15 04:28:03 UTC, 2 replies.
- Review Request: Removed unused testing utilities. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/15 04:28:04 UTC, 3 replies.
- Review Request: Removed or replaced use of ProcessIsolator with TestingIsolator. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/15 04:28:06 UTC, 2 replies.
- Review Request: Updated some variable naming to be consistent. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/15 04:28:08 UTC, 4 replies.
- Review Request: Renamed and improved testing abstractions for awaiting on futures. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/15 04:28:10 UTC, 7 replies.
- Review Request: Replaced libprocess specific testing abstractions. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/15 04:28:14 UTC, 3 replies.
- Review Request: Fixed bug in test where Scheduler::error might not have been invoked before we attempted to stop the scheduler driver. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/15 04:28:15 UTC, 3 replies.
- Review Request: Used libprocess testing abstractions in log tests. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/15 04:28:16 UTC, 3 replies.
- Review Request: Increased timeouts used in log tests to avoid test failures due to slow hardware or resource contention from other processes. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/15 04:28:29 UTC, 3 replies.
- How should I set mapred.mesos.executor? - posted by 王瑜 <wa...@nfs.iscas.ac.cn> on 2013/04/15 05:11:22 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #304 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/15 05:18:18 UTC, 2 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #303 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/15 05:52:17 UTC, 1 replies.
- 回復: Re: How should I set mapred.mesos.executor? - posted by 王瑜 <wa...@nfs.iscas.ac.cn> on 2013/04/15 06:03:53 UTC, 0 replies.
- Slave Removedo - posted by Eduardo Alfaia <ed...@gmail.com> on 2013/04/15 19:13:32 UTC, 8 replies.
- Review Request: Updated the Resource Monitor tests to use dispatch expectations. - posted by Ben Mahler <be...@gmail.com> on 2013/04/15 20:29:02 UTC, 2 replies.
- [jira] [Created] (MESOS-435) Issue using public IPs or hostnames for master / slave communication. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/15 20:36:16 UTC, 0 replies.
- Review Request: Fix Hadoop classpath for tutorial & deployment. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/15 23:17:56 UTC, 15 replies.
- Review Request: For Hadoop, support CDH4.2.0. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/15 23:18:58 UTC, 2 replies.
- Review Request: Support bzip2 and XZ (LZMA) by launcher. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/15 23:20:20 UTC, 4 replies.
- Review Request: Run Hadoop tutorial binaries from within build dir. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/15 23:21:33 UTC, 9 replies.
- Twitter developers: gmail thinks your emails are spam - posted by David Greenberg <ds...@gmail.com> on 2013/04/15 23:32:16 UTC, 1 replies.
- Review Request: Include pre/post-package hook scripts in Hadoop tutorial. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/15 23:52:17 UTC, 8 replies.
- Review board - posted by Brenden Matthews <br...@airbedandbreakfast.com> on 2013/04/16 00:03:43 UTC, 2 replies.
- Review Request: Disable CgroupsNoHierarchy test when a hierarchy is mounted - posted by Thomas Marshall <tw...@gmail.com> on 2013/04/16 02:32:48 UTC, 16 replies.
- Re: Review Request: Removed the unnecessary Future argument to Slave::doReliableRegistration. - posted by Ben Mahler <be...@gmail.com> on 2013/04/16 02:39:18 UTC, 0 replies.
- Re: Review Request: When sending NoMasterDetectedMessage, we need to clear the master sequence number in order to ensure we still send NewMasterDetectedMessage if the master is the same. Otherwise, we can get stuck in a master-less state. - posted by Ben Mahler <be...@gmail.com> on 2013/04/16 02:40:13 UTC, 9 replies.
- Re: Review Request: Removed the unused SlavesManager and SlaveRegistrar code, to be added later with MESOS-295. - posted by Ben Mahler <be...@gmail.com> on 2013/04/16 02:47:01 UTC, 4 replies.
- Re: Review Request: Send NoMasterDetectedMessage to non-contending detectors. Added a disconnected slave map to the master to track disconnected slaves, in order to disallow slave re-registration after a network partition. - posted by Ben Mahler <be...@gmail.com> on 2013/04/16 02:58:17 UTC, 0 replies.
- Re: Review Request: Send NoMasterDetectedMessage on session timeout to non-contending detectors. Added a disconnected slave map to the master to track disconnected slaves, in order to disallow slave re-registration after a network partition. - posted by Ben Mahler <be...@gmail.com> on 2013/04/16 02:58:23 UTC, 10 replies.
- Review Request: Removed the hostname:port slave maps from the Master. - posted by Ben Mahler <be...@gmail.com> on 2013/04/16 02:58:31 UTC, 2 replies.
- master crash when http request is coming - posted by 王国栋 <wa...@gmail.com> on 2013/04/16 03:39:08 UTC, 2 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #305 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/16 03:52:36 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #339 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/16 04:02:36 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #304 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/16 04:12:00 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #340 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/16 15:19:14 UTC, 0 replies.
- Mesos master keeps adding and removing slave or just segfaults - posted by "John B. Wyatt IV" <jb...@gmail.com> on 2013/04/16 15:21:54 UTC, 4 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #305 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/16 17:07:56 UTC, 0 replies.
- Launching a Mesos cluster w/ zookeeper for reliability - posted by David Greenberg <ds...@gmail.com> on 2013/04/16 19:58:21 UTC, 7 replies.
- Review Request: Update allocator tests to use the cluster abstraction - posted by Thomas Marshall <tw...@gmail.com> on 2013/04/16 20:05:11 UTC, 6 replies.
- Review Request: Allow ending Hadoop tutorial early. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/17 00:02:52 UTC, 0 replies.
- Review Request: Use XZ (LZMA) for package on Linuxes. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/17 00:03:48 UTC, 1 replies.
- Review Request: Do a simple check for required build tools. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/17 00:04:43 UTC, 7 replies.
- Review Request: Build fix for HadoopPipes.cc with GCC 4.7. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/17 00:05:45 UTC, 9 replies.
- Review Request: Build fix for GCC 4.7. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/17 00:06:41 UTC, 3 replies.
- Review Request: Check for Python.h in configure script. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/17 00:07:47 UTC, 4 replies.
- Review Request: Use more portable paths for tutorial test. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/04/17 00:08:46 UTC, 6 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #306 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/17 02:12:07 UTC, 0 replies.
- [jira] [Created] (MESOS-436) FaultToleranceTest.SchedulerFailover test is flaky - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/17 03:44:13 UTC, 0 replies.
- Does Mesos support running a job from a slave node? - posted by Xiaoying Zheng <zh...@sari.ac.cn> on 2013/04/17 08:54:29 UTC, 9 replies.
- report a bug in MesosScheduler.java - posted by 王国栋 <wa...@gmail.com> on 2013/04/17 09:09:39 UTC, 12 replies.
- Re: Review Request: Fixed the GC of terminated executor directories in the slave. The directories are also unscheduled for gc, when launching another executor of the same id. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/17 18:59:11 UTC, 2 replies.
- [jira] [Commented] (MESOS-433) add exportStats method to executor - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/17 19:21:16 UTC, 0 replies.
- Review Request: Moved checkpointing of forked PID into ExecutorLauncher and made process isolator exec mesos-launcher. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/17 20:08:28 UTC, 4 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #308 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/18 00:38:08 UTC, 1 replies.
- [jira] [Commented] (MESOS-395) FaultToleranceTest.SchedulerFailoverFrameworkMessage test is flaky. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/18 00:53:19 UTC, 0 replies.
- Review Request: Fixed a bug in the status update manager to properly handle duplicate ACK of an old update when waiting for the ACK of a new update. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/18 02:08:34 UTC, 5 replies.
- how to set the disk resource in slave - posted by 王国栋 <wa...@gmail.com> on 2013/04/18 05:25:44 UTC, 5 replies.
- Review Request: Moved checkpoint compatibility check from slave to master. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/18 07:29:18 UTC, 3 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #344 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/18 09:09:39 UTC, 2 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #309 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/18 09:16:37 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #310 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/18 09:46:22 UTC, 0 replies.
- [jira] [Created] (MESOS-437) ResourceOffersTest.ResourceOfferWithMultipleSlaves is flaky - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/18 10:17:16 UTC, 0 replies.
- Review Request: Fixed slave to properly schedule executor directories for garbage collection. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/18 10:35:52 UTC, 7 replies.
- org.apache.hadoop.mapred.MesosScheduler: Unknown/exited TaskTracker: http://slave5:50060 - posted by 王瑜 <wa...@nfs.iscas.ac.cn> on 2013/04/18 11:03:52 UTC, 14 replies.
- [jira] [Created] (MESOS-438) MesosScheduler for hadoop can not use underlying scheduler as fairscheduler - posted by "Guodong Wang (JIRA)" <ji...@apache.org> on 2013/04/18 14:59:15 UTC, 0 replies.
- [jira] [Updated] (MESOS-438) MesosScheduler for hadoop can not use fairscheduler as underlying scheduler - posted by "Guodong Wang (JIRA)" <ji...@apache.org> on 2013/04/18 15:09:27 UTC, 0 replies.
- [jira] [Created] (MESOS-439) Slave crashes on the duplicate ACK when waiting for the next update - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/18 19:44:14 UTC, 0 replies.
- [jira] [Commented] (MESOS-439) Slave crashes on the duplicate ACK when waiting for the next update - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/18 19:44:15 UTC, 0 replies.
- [jira] [Resolved] (MESOS-439) Slave crashes on the duplicate ACK when waiting for the next update - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/18 19:46:13 UTC, 0 replies.
- [jira] [Issue Comment Deleted] (MESOS-418) Add security and authentication support to Mesos (including integration with LDAP). - posted by "Zamar Edwin (JIRA)" <ji...@apache.org> on 2013/04/18 21:04:13 UTC, 0 replies.
- Getting cluster/framework/slave states as JSON - posted by David Greenberg <ds...@gmail.com> on 2013/04/18 23:17:27 UTC, 1 replies.
- [jira] [Commented] (MESOS-438) MesosScheduler for hadoop can not use fairscheduler as underlying scheduler - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/19 00:36:13 UTC, 1 replies.
- [jira] [Updated] (MESOS-438) NPE in MesosScheduler for hadoop when using fairscheduler as underlying scheduler - posted by "Guodong Wang (JIRA)" <ji...@apache.org> on 2013/04/19 03:33:17 UTC, 0 replies.
- [jira] [Assigned] (MESOS-438) MesosScheduler for hadoop can not use fairscheduler as underlying scheduler - posted by "Guodong Wang (JIRA)" <ji...@apache.org> on 2013/04/19 03:33:17 UTC, 0 replies.
- I can not fix the bug,could you help me? - posted by han102 <zz...@163.com> on 2013/04/19 04:58:47 UTC, 1 replies.
- anyone interested to talk about Mesos on a podcast? - posted by Bryan Berry <br...@gmail.com> on 2013/04/19 10:08:11 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #311 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/19 12:36:56 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #346 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/19 13:10:12 UTC, 0 replies.
- mesos 0.13.0 $make - posted by trq1102 <tr...@126.com> on 2013/04/19 15:37:53 UTC, 1 replies.
- [jira] [Resolved] (MESOS-410) AllocatorTest/0.SchedulerFailover is flaky. - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/19 20:17:16 UTC, 0 replies.
- Review Request: Fixed status udpate manager to ignore unexpected acknowledgements. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/19 20:25:49 UTC, 3 replies.
- [jira] [Commented] (MESOS-403) CoordinatorTest.TruncateLearnedFill test is flaky - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/19 20:47:16 UTC, 0 replies.
- [jira] [Commented] (MESOS-402) CoordinatorTest.TruncateNotLearnedFill test is flaky - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/19 20:47:16 UTC, 0 replies.
- [jira] [Commented] (MESOS-301) Coordinator test is flaky - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/19 20:47:16 UTC, 0 replies.
- Re: Review Request: Removed the hostname:port slave map from the Master. - posted by Ben Mahler <be...@gmail.com> on 2013/04/19 20:54:56 UTC, 5 replies.
- Review Request: Fixed the slave to do disk usage calculations on the filesystem on which the slave work directory is mounted. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/19 21:01:29 UTC, 3 replies.
- Re: mesos 0.13.0 $make - posted by Benjamin Mahler <be...@gmail.com> on 2013/04/19 21:25:22 UTC, 0 replies.
- [jira] [Created] (MESOS-440) Allow for headroom in the GC algorithm. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/19 21:37:17 UTC, 0 replies.
- [jira] [Created] (MESOS-441) AllocatorZooKeeperTest/0.FrameworkReregistersFirst is flaky - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/19 23:01:17 UTC, 0 replies.
- Re: Administrative access to Mesos builds on Apache Jenkins - posted by Benjamin Mahler <be...@gmail.com> on 2013/04/19 23:45:11 UTC, 0 replies.
- Did something change in building hadoop-0.20.205.0??? - posted by Jim Donahue <jd...@adobe.com> on 2013/04/20 00:44:08 UTC, 9 replies.
- [jira] [Created] (MESOS-442) Command executor should not sleep before shutdown - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/20 01:33:16 UTC, 0 replies.
- [jira] [Created] (MESOS-443) Add a new executor callback for status update acknowledgement - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/20 01:35:16 UTC, 0 replies.
- Review Request: Removed the loop in Process.settle test, in favor of external looping. - posted by Ben Mahler <be...@gmail.com> on 2013/04/20 01:57:02 UTC, 2 replies.
- Review Request: Fixed a regression in the hadoop-0.20.205.0_hadoop-env.sh.patch file. - posted by Ben Mahler <be...@gmail.com> on 2013/04/20 04:18:23 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #347 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/20 10:09:39 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #313 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/20 10:26:44 UTC, 0 replies.
- Best way to go about writing a framework for daemon-like tasks - posted by David Challoner <dc...@gmail.com> on 2013/04/20 21:00:37 UTC, 1 replies.
- FYI -- Failure building Mesos on new AWS Linux AMI - posted by Jim Donahue <jd...@adobe.com> on 2013/04/21 01:19:51 UTC, 1 replies.
- building without included zookeeper - posted by benoit ciceron <bc...@hotmail.com> on 2013/04/21 03:54:00 UTC, 8 replies.
- Review Request: fix NullPointerException in MesosScheduler when using fairscheduler as the underlying scheduler - posted by Guodong Wang <wa...@gmail.com> on 2013/04/22 04:48:50 UTC, 5 replies.
- [jira] [Resolved] (MESOS-429) Hadoop MesosScheduler has a deadlock. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/22 20:47:15 UTC, 0 replies.
- [jira] [Assigned] (MESOS-396) Slave GarbageCollector needs to delete the parent executor directories. It currently only deletes the executor run directories. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/22 20:47:16 UTC, 0 replies.
- [jira] [Resolved] (MESOS-399) MonitorTest.WatchUnwatch failed. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/22 20:47:16 UTC, 0 replies.
- [jira] [Resolved] (MESOS-396) Slave GarbageCollector needs to delete the parent executor directories. It currently only deletes the executor run directories. - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/22 20:51:16 UTC, 0 replies.
- [jira] [Assigned] (MESOS-441) AllocatorZooKeeperTest/0.FrameworkReregistersFirst is flaky - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/22 20:55:17 UTC, 0 replies.
- [jira] [Commented] (MESOS-430) send better messages on executor failures - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/22 21:13:16 UTC, 0 replies.
- [jira] [Created] (MESOS-444) Remove --checkpoint flag in the slave once checkpointing is stable. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/22 21:49:16 UTC, 0 replies.
- [jira] [Created] (MESOS-445) Scheduler driver destructor waits forever - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/22 21:51:15 UTC, 0 replies.
- Review Request: Cleaned up logging in slave, status update manager and executor driver. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/22 21:58:46 UTC, 3 replies.
- [jira] [Created] (MESOS-446) Master should shutdown slaves that were deactivated - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/23 01:15:17 UTC, 0 replies.
- [jira] [Created] (MESOS-447) Master should send TASK_LOST updates for unknown tasks when slave reregisters - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/23 01:17:15 UTC, 0 replies.
- Review Request: Fixed the MonitorTest by setting the timestamp of the ResourceStatistics. - posted by Ben Mahler <be...@gmail.com> on 2013/04/23 02:30:05 UTC, 4 replies.
- Review Request: Added an optional default value for Option::get(). - posted by Ben Mahler <be...@gmail.com> on 2013/04/23 02:33:56 UTC, 5 replies.
- Review Request: Added a Time Series class for statistics. Implemented sparsification of older values. - posted by Ben Mahler <be...@gmail.com> on 2013/04/23 02:39:21 UTC, 1 replies.
- help about support/post-review tools - posted by 王国栋 <wa...@gmail.com> on 2013/04/23 04:52:01 UTC, 7 replies.
- Review Request: Fixed createStatusUpdate() util function to take an optional SlaveID. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/23 04:59:49 UTC, 4 replies.
- 回复: Re: org.apache.hadoop.mapred.MesosScheduler: Unknown/exited TaskTracker: http://slave5:50060 - posted by 王瑜 <wa...@nfs.iscas.ac.cn> on 2013/04/23 05:06:32 UTC, 1 replies.
- Review Request: Fixed master to consolidate tasks upon slave re-registration. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/23 07:02:50 UTC, 8 replies.
- Review Request: Added the ability to post messages from a specific sender. - posted by Ben Mahler <be...@gmail.com> on 2013/04/23 19:42:09 UTC, 2 replies.
- Review Request: Fixed the master to shutdown deactivated slaves that send further messages to the master. - posted by Ben Mahler <be...@gmail.com> on 2013/04/23 19:46:07 UTC, 10 replies.
- [jira] [Commented] (MESOS-446) Master should shutdown slaves that were deactivated - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/23 19:47:16 UTC, 0 replies.
- [jira] [Created] (MESOS-448) Make hadoop-* is broken on trunk. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/23 20:49:17 UTC, 0 replies.
- [jira] [Updated] (MESOS-448) Make hadoop-* is broken on trunk. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/23 20:53:17 UTC, 0 replies.
- [jira] [Commented] (MESOS-300) Libprocess throws exception in SocketManager::next() - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/23 23:53:18 UTC, 2 replies.
- Review Request: Added a Socket reference to Encoder. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/24 01:21:53 UTC, 4 replies.
- [jira] [Resolved] (MESOS-414) CgroupsNoHierarchyTest should be disable when a hierarchy is mounted. - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/24 01:35:16 UTC, 0 replies.
- [jira] [Commented] (MESOS-349) remove mounts when garbage collecting tasks - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/24 01:41:15 UTC, 3 replies.
- [jira] [Created] (MESOS-449) CgroupsTests don't do proper cleanup - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/24 02:09:16 UTC, 0 replies.
- [jira] [Commented] (MESOS-449) CgroupsTests don't do proper cleanup - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/24 02:21:16 UTC, 1 replies.
- Review Request: Refactored Reaper with an abstraction that hides the dispatching syntax. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/24 02:30:10 UTC, 14 replies.
- Review Request: Improved documentation of the proc::alive function. (libstout) - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/24 02:31:26 UTC, 11 replies.
- Review Request: Changed reaper to use Future as the notification mechanism. The notification is now sent only if the pid is explicitly registered via the monitor() call. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/24 02:43:47 UTC, 23 replies.
- Review Request: Change reaper to use an Option as process exit status. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/24 02:51:18 UTC, 23 replies.
- [jira] [Updated] (MESOS-449) CgroupsTests don't do proper cleanup - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/24 03:14:13 UTC, 0 replies.
- [jira] [Comment Edited] (MESOS-424) CgroupsIsolatorTest.BalloonFramework runs forever - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/24 03:24:14 UTC, 0 replies.
- [jira] [Updated] (MESOS-449) CgroupsTests are flaky on Ubuntu - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/24 03:26:13 UTC, 0 replies.
- Reaper related changes - posted by Yan Xu <ya...@jxu.me> on 2013/04/24 03:29:52 UTC, 16 replies.
- [jira] [Created] (MESOS-450) The master should shut down slaves upon removal. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/24 03:40:13 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #348 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/24 06:08:23 UTC, 0 replies.
- [jira] [Created] (MESOS-451) Always update resources for re-registered executors. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/24 20:57:16 UTC, 0 replies.
- Review Request: Updated some tests to use new testing abstractions. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/24 21:49:35 UTC, 1 replies.
- Review Request: Updated output of libprocess gtest abstractions. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/24 21:50:11 UTC, 1 replies.
- Review Request: Fixed a comment. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/24 21:50:47 UTC, 1 replies.
- [jira] [Resolved] (MESOS-300) Libprocess throws exception in SocketManager::next() - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/04/24 22:41:16 UTC, 0 replies.
- Review Request: Increased default duration to await on futures when testing. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/24 23:10:57 UTC, 2 replies.
- Review Request: Removed use of AWAIT_*_FOR since defaults have been increased. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/24 23:11:33 UTC, 2 replies.
- Review Request: Fixed bug creating SVN tag in release.sh. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/24 23:37:41 UTC, 4 replies.
- [jira] [Created] (MESOS-452) Investigate how mesos behaves when time goes backwards. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/25 02:37:13 UTC, 0 replies.
- [jira] [Closed] (MESOS-297) Speed up the slow running tests. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/25 03:20:15 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #315 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/25 07:43:23 UTC, 1 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #314 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/25 08:24:33 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #349 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/25 08:59:27 UTC, 0 replies.
- Re: Review Request: Question for Vinod. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/25 21:37:49 UTC, 0 replies.
- Review Request: Fix the flaky AllocatorZookeeperTests - posted by Thomas Marshall <tw...@gmail.com> on 2013/04/25 22:05:37 UTC, 4 replies.
- Re: svn commit: r1471710 - /incubator/mesos/trunk/support/release.sh - posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov> on 2013/04/26 05:06:48 UTC, 11 replies.
- [jira] [Created] (MESOS-453) AllocatorZookeeper tests are using /tmp/mesos work directory - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/26 21:48:16 UTC, 0 replies.
- Re: Review Request: Moved proc::alive function to os::alive in os.hpp and improved its documentation. (libstout) - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/26 21:51:50 UTC, 11 replies.
- [jira] [Created] (MESOS-454) ResourceOffers tests are using /tmp/mesos working directory - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/04/26 21:52:16 UTC, 0 replies.
- Review Request: Added (EXPECT|ASSERT)_NONE in gtest.hpp. (libstout) - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/04/26 21:56:55 UTC, 4 replies.
- [jira] [Commented] (MESOS-322) Better urls for libprocess endpoints - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/27 00:18:18 UTC, 2 replies.
- [jira] [Assigned] (MESOS-453) AllocatorZookeeper tests are using /tmp/mesos work directory - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/04/27 00:18:18 UTC, 0 replies.
- [jira] [Commented] (MESOS-453) AllocatorZookeeper tests are using /tmp/mesos work directory - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/04/27 00:20:16 UTC, 0 replies.
- [jira] [Commented] (MESOS-449) CgroupsTests are flaky on Ubuntu - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/27 00:46:16 UTC, 1 replies.
- Review Request: Properly cleanup cgroups tests - posted by Thomas Marshall <tw...@gmail.com> on 2013/04/27 00:47:45 UTC, 1 replies.
- [jira] [Created] (MESOS-455) ZooKeeperTest.MasterDetectorShutdownNetwork runs forever - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/27 00:58:15 UTC, 0 replies.
- [jira] [Created] (MESOS-456) ExamplesTest.NoExecutorFramework runs forever - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/27 01:06:16 UTC, 0 replies.
- [jira] [Commented] (MESOS-440) Allow for headroom in the GC algorithm. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/27 02:16:15 UTC, 0 replies.
- Review Request: Added linux /proc utilities in stout. - posted by Ben Mahler <be...@gmail.com> on 2013/04/27 02:53:48 UTC, 6 replies.
- Review Request: Added proc_tests.cpp to the libprocess third party tests. - posted by Ben Mahler <be...@gmail.com> on 2013/04/27 02:54:14 UTC, 1 replies.
- Review Request: Removed linux/proc.{hpp,cpp} in favor of stout/proc.hpp. - posted by Ben Mahler <be...@gmail.com> on 2013/04/27 02:54:18 UTC, 0 replies.
- Review Request: Fixed os::memory() and fs::available() to return Bytes. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/27 04:52:01 UTC, 2 replies.
- Review Request: Fixed slave to use Bytes version of memory and disk. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/27 04:52:20 UTC, 3 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #316 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/27 06:09:47 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #315 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/27 07:29:48 UTC, 0 replies.
- Review Request: Fixed executor driver to properly handle UUIDs. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/29 01:07:12 UTC, 1 replies.
- Review Request: Fixed post-reviews to submit branch name. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/29 01:21:10 UTC, 5 replies.
- Review Request: Fixed post-reviews to reject commits mixing Stout, Libprocess and Mesos files. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/29 02:31:38 UTC, 2 replies.
- Re: Review Request: Removed linux/proc.{hpp, cpp} in favor of stout/proc.hpp. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/04/29 19:46:32 UTC, 1 replies.
- [jira] [Updated] (MESOS-305) Inform the frameworks / slaves about a master failover - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/29 21:12:15 UTC, 0 replies.
- [jira] [Commented] (MESOS-456) ExamplesTest.NoExecutorFramework runs forever - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/30 01:06:18 UTC, 1 replies.
- Review Request: Added a master detection document. - posted by Ben Mahler <be...@gmail.com> on 2013/04/30 03:08:10 UTC, 0 replies.
- Review Request: Fixed GarbageCollector to do directory deletion in a separate process. - posted by Vinod Kone <vi...@gmail.com> on 2013/04/30 03:26:59 UTC, 1 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #351 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/30 05:26:54 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #317 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/30 05:27:32 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #316 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/30 05:35:17 UTC, 0 replies.
- [jira] [Commented] (MESOS-289) Zookeeper tests are flaky - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/30 19:38:18 UTC, 1 replies.
- [jira] [Commented] (MESOS-455) ZooKeeperTest.MasterDetectorShutdownNetwork runs forever - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/04/30 19:40:15 UTC, 0 replies.
- [jira] [Commented] (MESOS-393) Forking at an unlucky time on OS X can cause the C++ library to deadlock. - posted by "Jiang Yan Xu (JIRA)" <ji...@apache.org> on 2013/04/30 21:00:17 UTC, 0 replies.
- [jira] [Assigned] (MESOS-415) Add os:sleep that takes a Duration - posted by "Jiang Yan Xu (JIRA)" <ji...@apache.org> on 2013/04/30 21:04:16 UTC, 0 replies.
- [jira] [Resolved] (MESOS-415) Add os:sleep that takes a Duration - posted by "Jiang Yan Xu (JIRA)" <ji...@apache.org> on 2013/04/30 22:36:16 UTC, 0 replies.
- [jira] [Created] (MESOS-457) Killing the slave while forked can cause the forked slave to deadlock. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/04/30 23:46:15 UTC, 0 replies.