You are viewing a plain text version of this content. The canonical link for it is here.
- Re: Next steps after graduation - posted by Benjamin Hindman <be...@eecs.berkeley.edu> on 2013/07/01 16:59:51 UTC, 2 replies.
- Incubator PMC/Board report for Jul 2013 ([ppmc]) - posted by Marvin <no...@apache.org> on 2013/07/01 17:11:51 UTC, 4 replies.
- Re: Mesos website refresh process, thoughts, and draft website - posted by Benjamin Hindman <be...@eecs.berkeley.edu> on 2013/07/01 17:26:37 UTC, 1 replies.
- [jira] [Commented] (MESOS-418) Add security and authentication support to Mesos (including integration with LDAP). - posted by "Ilim Ugur (JIRA)" <ji...@apache.org> on 2013/07/01 18:34:21 UTC, 2 replies.
- Slave crash - posted by Brenden Matthews <br...@airbedandbreakfast.com> on 2013/07/01 20:12:47 UTC, 8 replies.
- [jira] [Commented] (MESOS-355) Python 3.x support for C extensions - posted by "Julien Eid (JIRA)" <ji...@apache.org> on 2013/07/01 21:26:20 UTC, 1 replies.
- Re: Review Request 12084: Changed slave command line flag 'safe' to 'strict'. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/01 21:31:51 UTC, 4 replies.
- Re: Review Request 12118: Removed bin/mesos-build-env.sh.in in favor of just putting flags in the bin/mesos-master.sh.in, bin/mesos-slave.sh.in, and bin/mesos-local.sh.in scripts since some binaries require different flags and they will fail on startup if they try and load an unknown flag. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/01 23:13:50 UTC, 1 replies.
- Review Request 12215: Fixed a crash due to invalid utime / stime values coming from /proc/pid/stat. - posted by Ben Mahler <be...@gmail.com> on 2013/07/02 00:45:59 UTC, 3 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1097 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 01:58:23 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1303 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 02:02:31 UTC, 2 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1293 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 02:04:26 UTC, 0 replies.
- Re: Review Request 12119: Moved master/slave HTTP route handlers into inner class. - posted by Ben Mahler <be...@gmail.com> on 2013/07/02 02:19:10 UTC, 1 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1304 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 04:38:14 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1098 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 04:39:20 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1294 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 04:43:58 UTC, 0 replies.
- Re: Review Request 12215: Refactored os::Process to use Try's for memory and CPU information. - posted by Ben Mahler <be...@gmail.com> on 2013/07/02 04:46:55 UTC, 2 replies.
- Review Request 12221: Fixed a crash due to invalid utime / stime values coming from /proc/pid/stat. - posted by Ben Mahler <be...@gmail.com> on 2013/07/02 04:48:59 UTC, 3 replies.
- [jira] [Commented] (MESOS-524) JVM tests are flaky on OSX. - posted by "Brian KimJohnson (JIRA)" <ji...@apache.org> on 2013/07/02 05:25:22 UTC, 2 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1305 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 06:21:18 UTC, 2 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1306 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 07:14:32 UTC, 0 replies.
- Review Request 12234: Changed the default AWAIT_* timeouts from 5 seconds to 10 seconds. - posted by Ben Mahler <be...@gmail.com> on 2013/07/02 19:30:23 UTC, 1 replies.
- [jira] [Updated] (MESOS-524) JVM tests are flaky on OSX. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/02 20:03:21 UTC, 4 replies.
- [jira] [Commented] (MESOS-487) Balloon framework fails to run due to bad flags - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/02 20:09:20 UTC, 0 replies.
- Review Request 12236: Fixed broken JVM tests on OS X by endabling headless mode for AWT. - posted by Ben Mahler <be...@gmail.com> on 2013/07/02 20:12:16 UTC, 3 replies.
- Re: Review Request 12123: WebUI fix: list all framework tasks. - posted by Ben Mahler <be...@gmail.com> on 2013/07/02 20:33:01 UTC, 2 replies.
- Re: Review Request 11976: Allow specification of mininum slot count. - posted by Ben Mahler <be...@gmail.com> on 2013/07/02 20:50:57 UTC, 0 replies.
- Re: Review Request 12146: Added os::sendfile that masks SIGPIPE. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/02 21:05:35 UTC, 4 replies.
- Re: Review Request 12148: Added a Process.provide test. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/02 21:11:17 UTC, 1 replies.
- Re: Review Request 12215: Refactored os::Process to use Options for memory and CPU information. - posted by Ben Mahler <be...@gmail.com> on 2013/07/02 21:21:39 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1101 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 22:07:32 UTC, 1 replies.
- [jira] [Commented] (MESOS-495) Migrate to a template system for the website - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/02 22:13:21 UTC, 5 replies.
- [jira] [Updated] (MESOS-528) Mesos website refresh - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/02 22:15:21 UTC, 0 replies.
- [jira] [Commented] (MESOS-528) Mesos website refresh - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/02 22:17:21 UTC, 5 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1102 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/02 22:51:17 UTC, 0 replies.
- [jira] [Created] (MESOS-536) GarbageCollectorTest.Unschedule is flaky - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/02 22:57:20 UTC, 0 replies.
- [jira] [Commented] (MESOS-536) GarbageCollectorTest.Unschedule is flaky - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/02 23:05:21 UTC, 0 replies.
- which version is recommended in production - posted by 王国栋 <wa...@gmail.com> on 2013/07/03 04:58:25 UTC, 2 replies.
- Slave crashes when restarting - posted by 王国栋 <wa...@gmail.com> on 2013/07/03 05:05:18 UTC, 5 replies.
- Running Hadoop on Mesos - posted by 王国栋 <wa...@gmail.com> on 2013/07/03 05:13:12 UTC, 5 replies.
- [jira] [Created] (MESOS-537) ZooKeeperMasterDetectorTest.MasterDetectorExpireSlaveZKSessionNewMaster is flaky - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/07/03 17:10:22 UTC, 0 replies.
- TASK_LOST in running mesos-0.12.0 on real cluster - posted by Kai Wang <ka...@caltech.edu> on 2013/07/03 17:58:19 UTC, 0 replies.
- Re: TASK_LOST in running mesos-0.12.0 on real cluster - posted by Vinod Kone <vi...@gmail.com> on 2013/07/03 18:41:45 UTC, 2 replies.
- [jira] [Created] (MESOS-538) Master should not offer non-checkpointing slave's resources to checkpointing frameworks - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/03 19:54:22 UTC, 0 replies.
- Review Request 12254: Fixed master to not offer non-checkpointing slaves' resources to checkpointing frameworks. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/03 19:59:35 UTC, 9 replies.
- [jira] [Commented] (MESOS-538) Master should not offer non-checkpointing slave's resources to checkpointing frameworks - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/03 20:00:26 UTC, 2 replies.
- [jira] [Created] (MESOS-539) Allow per task cgroup isolation. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/03 20:48:23 UTC, 0 replies.
- Review Request 12256: Added a "registered" key/value pair to slave's state.json. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/03 21:40:05 UTC, 2 replies.
- Re: Review Request 12256: Added a "registered" key/value pair to slave's stats.json. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/03 23:52:45 UTC, 3 replies.
- When will mesos call "void ProcessBasedIsolationModule::processExited(pid_t pid, int status)" function? - posted by Wang Yu <wa...@nfs.iscas.ac.cn> on 2013/07/04 05:22:39 UTC, 1 replies.
- Review Request 12262: add hadoop-0.20.0-cdh3u5 to TUTORIAL - posted by Guodong Wang <wa...@gmail.com> on 2013/07/04 08:10:36 UTC, 3 replies.
- Review Request 12279: Remove 60px padding for mobile devices - posted by Ross Allen <re...@gmail.com> on 2013/07/05 21:33:38 UTC, 6 replies.
- Review Request 12280: Remove anchors for non-nav elements - posted by Ross Allen <re...@gmail.com> on 2013/07/05 21:35:51 UTC, 2 replies.
- Review Request 12281: Remove "Home" nav in favor of ".brand" - posted by Ross Allen <re...@gmail.com> on 2013/07/05 21:37:10 UTC, 2 replies.
- Review Request 12282: Reduce standard header size to

- posted by Ross Allen <re...@gmail.com> on 2013/07/05 22:57:18 UTC, 2 replies.
- Review Request 12283: Replace "mesosDate" with "isoDate" - posted by Ross Allen <re...@gmail.com> on 2013/07/05 22:58:08 UTC, 7 replies.
- Review Request 12284: Correct breadcrumbs for single slave page - posted by Ross Allen <re...@gmail.com> on 2013/07/05 22:58:43 UTC, 8 replies.
- Review Request 12285: Upgrade Angular to full release v1.0.7 - posted by Ross Allen <re...@gmail.com> on 2013/07/05 23:00:51 UTC, 6 replies.
- Review Request 12286: Add height/width to loading GIF - posted by Ross Allen <re...@gmail.com> on 2013/07/05 23:02:27 UTC, 7 replies.
- Review Request 12287: Correct path to '/frameworks/:id' - posted by Ross Allen <re...@gmail.com> on 2013/07/05 23:03:01 UTC, 3 replies.
- Review Request 12288: Upgrade Bootstrap CSS to v2.3.2 - posted by Ross Allen <re...@gmail.com> on 2013/07/05 23:04:31 UTC, 8 replies.
- Tasks stuck in 'STAGING' - posted by Brenden Matthews <br...@airbedandbreakfast.com> on 2013/07/05 23:38:05 UTC, 11 replies.
- Mesos vs. YARN - posted by Tim St Clair <ts...@redhat.com> on 2013/07/05 23:44:06 UTC, 3 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1115 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/06 15:50:32 UTC, 1 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1116 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/06 16:28:04 UTC, 0 replies.
- Spark/Mesos (master branch) throw spark.SparkException: ClassNotFound with classloader: null - posted by Andrew Milkowski <an...@gmail.com> on 2013/07/06 21:51:06 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1337 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/07 08:51:08 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1329 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/07 18:37:15 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1127 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/07 18:37:17 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1128 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/07 19:40:20 UTC, 0 replies.
- [jira] [Reopened] (MESOS-534) ReaperTest.TerminatedChildProcess is flaky on Jenkins. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/07 22:21:48 UTC, 0 replies.
- [jira] [Reopened] (MESOS-410) AllocatorTest/0.SchedulerFailover is flaky. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/07 22:25:47 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1339 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/07 22:40:16 UTC, 0 replies.
- [jira] [Updated] (MESOS-451) Always update resources for re-registered executors. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/07 23:35:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-451) Always update resources for re-registered executors. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/07 23:37:48 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1129 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/07 23:45:17 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1340 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/07 23:45:19 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1341 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 00:35:18 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1130 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 00:35:21 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1131 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 00:36:23 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1132 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 00:54:17 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1133 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 01:45:17 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1134 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 01:57:51 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1342 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 01:57:56 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1343 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 02:00:16 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1344 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 04:01:35 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1330 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 04:05:20 UTC, 1 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1135 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 04:08:47 UTC, 0 replies.
- [jira] [Updated] (MESOS-344) --disable-java still uses java headers during make check - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/08 04:09:48 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1345 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 04:27:25 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1136 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 04:29:41 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1331 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 04:32:26 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1346 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 04:50:52 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1137 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 04:56:13 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1332 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 04:58:33 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1347 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 05:19:19 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1138 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 05:28:47 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1333 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 05:30:45 UTC, 0 replies.
- [jira] [Comment Edited] (MESOS-534) ReaperTest.TerminatedChildProcess is flaky on Jenkins. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/08 07:23:49 UTC, 0 replies.
- [jira] [Comment Edited] (MESOS-410) AllocatorTest/0.SchedulerFailover is flaky. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/08 07:25:49 UTC, 0 replies.
- Re: Review Request: Get EC2 scripts into workable state - posted by Dharmesh Kakadia <dh...@gmail.com> on 2013/07/08 09:55:03 UTC, 2 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1340 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 14:55:51 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1341 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/08 14:58:29 UTC, 0 replies.
- can not unsubscribe from this lis! - posted by Andrew Milkowski <an...@gmail.com> on 2013/07/08 15:14:32 UTC, 2 replies.
- Re: Review Request 11914: Get EC2 scripts into workable state - posted by Charles Reiss <wo...@gmail.com> on 2013/07/08 20:54:33 UTC, 1 replies.
- Fwd: GSOC 2013: Mesos - Security and Authentication Support - posted by Vinod Kone <vi...@gmail.com> on 2013/07/08 22:39:37 UTC, 1 replies.
- Review Request 12340: Reservations 1 - Add roles to Resources - posted by Thomas Marshall <tw...@gmail.com> on 2013/07/08 23:46:55 UTC, 6 replies.
- Review Request 12341: Reservations 2 - Add roles to Resources::parse - posted by Thomas Marshall <tw...@gmail.com> on 2013/07/08 23:51:30 UTC, 10 replies.
- [jira] [Created] (MESOS-540) Executor health checking. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/08 23:51:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-540) Executor health checking. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/08 23:57:49 UTC, 0 replies.
- Mesos fails to start - no logs appear to be written - posted by Gary Malouf <ma...@gmail.com> on 2013/07/09 00:41:29 UTC, 7 replies.
- Review Request 12343: Reservations 3 - Add reservations to slaves - posted by Thomas Marshall <tw...@gmail.com> on 2013/07/09 00:43:28 UTC, 6 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1342 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/09 04:28:38 UTC, 0 replies.
- [jira] [Created] (MESOS-541) mesos-start-cluster.sh: 12: Syntax error: "(" unexpected - posted by "Jai Kumar Singh (JIRA)" <ji...@apache.org> on 2013/07/09 09:29:48 UTC, 0 replies.
- [jira] [Created] (MESOS-542) Inherit ClassLoaders in JNI callbacks - posted by "Charles Reiss (JIRA)" <ji...@apache.org> on 2013/07/09 09:41:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-541) mesos-start-cluster.sh: 12: Syntax error: "(" unexpected - posted by "Jai Kumar Singh (JIRA)" <ji...@apache.org> on 2013/07/09 09:43:48 UTC, 1 replies.
- [jira] [Resolved] (MESOS-541) mesos-start-cluster.sh: 12: Syntax error: "(" unexpected - posted by "Charles Reiss (JIRA)" <ji...@apache.org> on 2013/07/09 10:21:48 UTC, 0 replies.
- [jira] [Created] (MESOS-543) proper auto-tools dependency checking - posted by "Timothy St. Clair (JIRA)" <ji...@apache.org> on 2013/07/09 18:15:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-543) proper auto-tools dependency checking - posted by "Chris Aniszczyk (JIRA)" <ji...@apache.org> on 2013/07/09 18:37:49 UTC, 7 replies.
- Review Request 12365: Reservations 4 - Expose Resources for scheduler writers - posted by Thomas Marshall <tw...@gmail.com> on 2013/07/09 18:48:24 UTC, 5 replies.
- Review Request 12366: Reservations 5 - Add integration tests for reservations - posted by Thomas Marshall <tw...@gmail.com> on 2013/07/09 18:53:30 UTC, 3 replies.
- Review Request 12367: Added INFO logging for HTTP requests on the master. - posted by Ben Mahler <be...@gmail.com> on 2013/07/09 19:42:58 UTC, 1 replies.
- July Mesos meetup - posted by Dave Lester <da...@ischool.berkeley.edu> on 2013/07/09 20:03:37 UTC, 0 replies.
- Re: Review Request 12284: Use slave IDs, not hostnames, in slave*.html breadcrumbs - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/09 21:18:14 UTC, 5 replies.
- Disk space in UI on EC2 instances - posted by Gary Malouf <ma...@gmail.com> on 2013/07/09 22:11:36 UTC, 13 replies.
- [jira] [Assigned] (MESOS-543) proper auto-tools dependency checking - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/10 01:23:48 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1141 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/10 02:14:24 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1142 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/10 03:46:47 UTC, 0 replies.
- Review Request 12391: Format dates as ISO instead of American - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/10 03:56:16 UTC, 4 replies.
- Review Request 12392: Add missing semicolons - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/10 03:57:43 UTC, 4 replies.
- Review Request 12393: Normalize breadcrumbs - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/10 04:05:29 UTC, 8 replies.
- Review Request 12394: Print default when no cluster exists - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/10 04:06:46 UTC, 4 replies.
- Review Request 12395: Replace bootstrap.js with angular-ui.js - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/10 04:09:15 UTC, 11 replies.
- Review Request 12396: Replace ID/timestamp popovers with copy-to-clipboard - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/10 04:20:22 UTC, 19 replies.
- Review Request 12428: Added os::process and os::children that uses a Process list. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:36:09 UTC, 1 replies.
- Review Request 12429: Fixed os::sysctl::string to return results with null bytes. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:36:15 UTC, 3 replies.
- Review Request 12430: Added "argv" lookup for Process::command on OS X. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:36:20 UTC, 4 replies.
- Review Request 12431: Added os::pstree, os::pstrees, and os::ProcessTree. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:36:26 UTC, 1 replies.
- Review Request 12432: Added os::Fork for declaring and instantiating process trees. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:36:33 UTC, 0 replies.
- Review Request 12433: Updated proc::status to handle race with checking if a file exists and opening the file. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:36:38 UTC, 1 replies.
- Review Request 12434: Fixed naming in a test. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:36:44 UTC, 1 replies.
- Review Request 12435: Added proc::cmdline to get better command lines in os::Process. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:36:49 UTC, 1 replies.
- Review Request 12436: Updated os::killtree: - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:36:56 UTC, 2 replies.
- Review Request 12437: Updated Mesos to use the new os::killtree. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:37:02 UTC, 1 replies.
- Review Request 12441: Refactored ZooKeeperState.java into AbstractState.java. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/10 09:39:06 UTC, 1 replies.
- Merging in packaging tools for Mesos - posted by Jason Dusek <ja...@gmail.com> on 2013/07/10 19:27:01 UTC, 17 replies.
- [jira] [Created] (MESOS-544) Mesos-slave support for "node drain" - posted by "Tobias Weingartner (JIRA)" <ji...@apache.org> on 2013/07/11 18:47:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-544) Mesos-slave support for "node drain" - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/11 19:01:50 UTC, 0 replies.
- [jira] [Updated] (MESOS-74) Create Mesos Debian Package - posted by "Daniel Lundin (JIRA)" <ji...@apache.org> on 2013/07/11 22:15:50 UTC, 0 replies.
- [jira] [Commented] (MESOS-74) Create Mesos Debian Package - posted by "Daniel Lundin (JIRA)" <ji...@apache.org> on 2013/07/11 22:15:51 UTC, 0 replies.
- Review Request 12473: Added a JSON::Protobuf for constructing JSON::Objects from protobufs. - posted by Ben Mahler <be...@gmail.com> on 2013/07/11 23:32:01 UTC, 2 replies.
- Review Request 12474: Added protobuf_tests to make check. - posted by Ben Mahler <be...@gmail.com> on 2013/07/11 23:32:09 UTC, 1 replies.
- [jira] [Commented] (MESOS-269) Better JSON Support - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/11 23:35:48 UTC, 1 replies.
- Review Request 12487: Added implicit Option to Result. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/12 03:27:31 UTC, 1 replies.
- Review Request 12492: Added LevelDBState.java. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/12 03:48:23 UTC, 3 replies.
- Review Request 12494: Check for uncommitted changes before running post-reviews. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/12 03:59:58 UTC, 1 replies.
- Review Request 12493: Short term hack for getting post-reviews.py to work. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/12 04:01:34 UTC, 2 replies.
- [jira] [Created] (MESOS-545) Remove hack in post-reviews.py for tracking parent branch - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/12 04:30:46 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1352 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/12 05:52:41 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1353 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/12 09:11:43 UTC, 0 replies.
- where can I find the docs of libprocess? - posted by 王国栋 <wa...@gmail.com> on 2013/07/12 11:31:19 UTC, 2 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1357 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/12 13:53:53 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1358 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/12 14:28:44 UTC, 0 replies.
- [jira] [Comment Edited] (MESOS-543) proper auto-tools dependency checking - posted by "Bernardo Gomez Palacio (JIRA)" <ji...@apache.org> on 2013/07/12 19:51:49 UTC, 1 replies.
- [jira] [Commented] (MESOS-73) Add make target for creating Mesos RPM - posted by "Bernardo Gomez Palacio (JIRA)" <ji...@apache.org> on 2013/07/12 19:57:55 UTC, 0 replies.
- Review Request 12520: Added timing information to Scheduler and Executor callbacks when verbose logging is enabled. - posted by Ben Mahler <be...@gmail.com> on 2013/07/12 23:04:20 UTC, 4 replies.
- Re: Review Request 12394: Print default when cluster is unnamed - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/12 23:33:41 UTC, 7 replies.
- Review Request 12527: Added a comment. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/13 00:35:18 UTC, 1 replies.
- Review Request 12528: Added a '/__processes' endpoint. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/13 00:35:39 UTC, 1 replies.
- Review Request 12532: Fixed jenkins build to use the mesos jar built in the repo. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/13 01:06:54 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1161 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/13 01:15:31 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1364 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/13 01:15:52 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1368 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/13 01:15:53 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1162 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/13 01:21:55 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1365 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/13 01:22:38 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1369 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/13 01:23:10 UTC, 1 replies.
- Review Request 12533: Fixed a compilation issue with Stopwatch on Linux. - posted by Ben Mahler <be...@gmail.com> on 2013/07/13 01:40:08 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1366 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/13 02:22:17 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1367 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/13 02:52:15 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1163 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/13 02:52:39 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1371 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/14 02:09:47 UTC, 0 replies.
- Review Request 12537: Updated mesos.pom to reflect graduation. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/14 07:20:21 UTC, 4 replies.
- Re: Review Request 12532: Fixed Jenkins build to use the Mesos jar built in the repo. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/14 07:22:56 UTC, 2 replies.
- Review Request 12538: Fixed Jenkins to use the Mesos native library bundled with the plugin. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/14 07:24:41 UTC, 6 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1374 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/14 15:42:12 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1375 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/14 16:49:28 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1374 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/14 18:28:48 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1375 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/15 00:30:47 UTC, 0 replies.
- [jira] [Commented] (MESOS-531) CoordinatorTest.MultipleAppendsNotLearnedFill is flaky on Jenkins. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/15 18:38:48 UTC, 0 replies.
- [jira] [Created] (MESOS-546) Too many open files - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/15 19:28:51 UTC, 0 replies.
- [jira] [Created] (MESOS-547) MasterTest.MasterLost is flaky on Jenkins - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/15 19:28:52 UTC, 0 replies.
- Review Request 12550: Merge packaging scripts into Mesos. - posted by Jason Dusek <ja...@gmail.com> on 2013/07/15 19:36:17 UTC, 0 replies.
- [jira] [Updated] (MESOS-510) Multi-slave local runs broken due to non generated libprocess Process ID names. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/15 19:45:17 UTC, 1 replies.
- [jira] [Commented] (MESOS-322) Better urls for libprocess endpoints - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/15 19:50:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-282) Web UI Improvements - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/15 20:14:48 UTC, 1 replies.
- [jira] [Assigned] (MESOS-282) Web UI Improvements - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/15 20:48:48 UTC, 0 replies.
- [jira] [Created] (MESOS-548) Upgrade angular.js to use the full angular-ui.js - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/15 22:08:51 UTC, 0 replies.
- [jira] [Created] (MESOS-549) Change the truncated IDs to show on hover - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/15 22:10:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-548) Upgrade angular.js to use the full angular-ui.js - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/15 22:10:49 UTC, 1 replies.
- [jira] [Updated] (MESOS-549) Change truncated IDs to show on hover - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/15 22:10:49 UTC, 1 replies.
- [jira] [Resolved] (MESOS-548) Upgrade angular.js to use the full angular-ui.js - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/15 22:14:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-549) Change truncated IDs to show on hover - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/15 22:16:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-295) Allow new masters to have better understanding of cluster state - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/07/15 23:36:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-375) Keep the stats for tasks around after the tasks are archived - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/07/15 23:38:51 UTC, 0 replies.
- [jira] [Resolved] (MESOS-329) Add 'help' endpoints to libprocess. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/15 23:40:48 UTC, 0 replies.
- [jira] [Resolved] (MESOS-236) Implement offer revocation - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/07/15 23:46:49 UTC, 0 replies.
- [jira] [Resolved] (MESOS-230) Implement a Static Allocator - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/07/15 23:46:49 UTC, 0 replies.
- [jira] [Resolved] (MESOS-227) Implement resource revocation - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/07/15 23:48:48 UTC, 0 replies.
- [jira] [Resolved] (MESOS-221) New Allocators - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/07/15 23:48:49 UTC, 0 replies.
- [jira] [Resolved] (MESOS-346) Improve OSX configure output when deprecated headers are present. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/16 00:08:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-346) Improve OSX configure output when deprecated headers are present. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/16 00:10:48 UTC, 4 replies.
- [jira] [Updated] (MESOS-503) Master should log LOST messages sent to the framework - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/16 00:12:49 UTC, 0 replies.
- [jira] [Resolved] (MESOS-503) Master should log LOST messages sent to the framework - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/16 00:12:50 UTC, 0 replies.
- [jira] [Commented] (MESOS-508) Master crash due to Broken Pipe - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/16 00:14:48 UTC, 0 replies.
- [jira] [Resolved] (MESOS-524) JVM tests are flaky on OSX. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/16 00:14:50 UTC, 0 replies.
- [jira] [Resolved] (MESOS-525) Slave should kill tasks when disconnected from the master for longer than the health check timeout. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/16 02:16:49 UTC, 0 replies.
- Review Request 12590: More sophisticated hack for post-reviews.py. - posted by Benjamin Hindman <be...@berkeley.edu> on 2013/07/16 09:00:51 UTC, 1 replies.
- [jira] [Created] (MESOS-550) Python compilation fails when trying to compile without included zookeeper libs - posted by "Julien Eid (JIRA)" <ji...@apache.org> on 2013/07/16 17:12:49 UTC, 0 replies.
- [jira] [Created] (MESOS-551) Scheduler driver should acknowledge duplicate status updates - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/16 19:06:51 UTC, 0 replies.
- [jira] [Commented] (MESOS-545) Remove hack in post-reviews.py for tracking parent branch - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/16 19:26:49 UTC, 0 replies.
- review board issues - posted by Benjamin Hindman <be...@gmail.com> on 2013/07/16 19:33:22 UTC, 0 replies.
- [jira] [Commented] (MESOS-375) Keep the stats for tasks around after the tasks are archived - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/16 23:52:49 UTC, 0 replies.
- Review Request 12601: Added a LIBPROCESS_STATISTICS_WINDOW environment variable. - posted by Ben Mahler <be...@gmail.com> on 2013/07/17 01:14:23 UTC, 3 replies.
- Review Request 12603: Fixed scheduler driver to acknowledge duplicate status updates. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/17 01:45:14 UTC, 3 replies.
- [jira] [Commented] (MESOS-551) Scheduler driver should acknowledge duplicate status updates - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/17 01:46:48 UTC, 0 replies.
- Review Request 12604: Remove 'Slaves' list from index - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 01:48:09 UTC, 2 replies.
- Review Request 12605: Use copy buttons for Terminated Frameworks table - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 01:49:06 UTC, 1 replies.
- Review Request 12606: Add missing semicolons in JS - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 01:52:02 UTC, 1 replies.
- Review Request 12607: Organize static assets into directories - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 01:57:14 UTC, 2 replies.
- Review Request 12608: Replace American "mesosDate" with ISO "isoDate" - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 02:04:10 UTC, 1 replies.
- Review Request 12609: Reverted the post-reviews.py hacks. - posted by Ben Mahler <be...@gmail.com> on 2013/07/17 02:06:25 UTC, 3 replies.
- Review Request 12610: Use Angular UI "Collapse" for navbar - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 02:07:19 UTC, 1 replies.
- [jira] [Closed] (MESOS-28) Step-by-step Tutorial of Mesos running on Mac OS X - Lion (for Developer) - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 02:10:48 UTC, 0 replies.
- Review Request 12613: Move controllers from globals to Angular module - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 02:27:39 UTC, 2 replies.
- Review Request 12614: Wrap "app.js" in a closure - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 02:29:11 UTC, 1 replies.
- Review Request 12615: Cloak "state.cluster" message in nav bar - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 02:30:02 UTC, 1 replies.
- Review Request 12616: Scope hiding/showing of button to "btn-toggle" class - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 02:31:19 UTC, 2 replies.
- Review Request 12617: Sort "/browse" file list with directories on top - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 02:32:13 UTC, 5 replies.
- [jira] [Updated] (MESOS-10) Step-by-step Tutorial of Mesos running 2 versions of Hadoop - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 02:36:48 UTC, 0 replies.
- Review Request 12618: Extended MesosNativeLibrary.java to load the native library from an absolute path. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/17 03:07:11 UTC, 8 replies.
- Re: Review Request 12603: Fixed scheduler driver to minimize sending duplicate status updates to the scheduler. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/17 03:34:01 UTC, 9 replies.
- Review Request 12619: Added os::sendfile that masks SIGPIPE. - posted by Ben Mahler <be...@gmail.com> on 2013/07/17 03:49:38 UTC, 2 replies.
- Review Request 12620: Updated process.cpp to use os::sendfile. - posted by Ben Mahler <be...@gmail.com> on 2013/07/17 03:50:08 UTC, 1 replies.
- Review Request 12621: Added a Process.provide test. - posted by Ben Mahler <be...@gmail.com> on 2013/07/17 03:50:10 UTC, 1 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1188 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/17 16:27:53 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1189 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/17 17:27:21 UTC, 0 replies.
- [jira] [Created] (MESOS-552) Jenkins scheduler should use the latest Mesos jar built from the repo - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/17 19:15:04 UTC, 0 replies.
- [jira] [Created] (MESOS-553) Jenkins plugin should bundle the native Mesos library - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/17 19:15:06 UTC, 0 replies.
- [jira] [Updated] (MESOS-552) Jenkins scheduler should use the latest Mesos jar built from the repo - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/17 19:15:06 UTC, 0 replies.
- [jira] [Created] (MESOS-554) Jenkins scheduler should properly handle TASK_LOST - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/17 19:16:50 UTC, 0 replies.
- [jira] [Created] (MESOS-555) Jenkins scheduler should reuse a Jenkins slave - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/17 19:20:55 UTC, 0 replies.
- [jira] [Assigned] (MESOS-516) ZooKeeperStateTest.FetchAndStoreAndFetch is flaky. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/17 20:03:49 UTC, 0 replies.
- [jira] [Resolved] (MESOS-516) ZooKeeperStateTest.FetchAndStoreAndFetch is flaky. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/17 20:03:49 UTC, 0 replies.
- Review Request 12701: Replace '$beforeRouteChange' with '$routeChangeStart' - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/17 20:08:00 UTC, 1 replies.
- [jira] [Created] (MESOS-556) July 2013 Documentation Overhaul - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 20:39:47 UTC, 0 replies.
- [jira] [Created] (MESOS-557) Upgrade to Bootstrap CSS v2.3.2 - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/17 20:41:48 UTC, 0 replies.
- [jira] [Resolved] (MESOS-557) Upgrade to Bootstrap CSS v2.3.2 - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/17 20:43:47 UTC, 0 replies.
- [jira] [Created] (MESOS-558) Upgrade to full release of Angular JS - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/17 20:45:49 UTC, 0 replies.
- [jira] [Resolved] (MESOS-558) Upgrade to full release of Angular JS - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/17 20:47:47 UTC, 1 replies.
- [jira] [Created] (MESOS-559) Replace Bootstrap's JS with Angular UI Bootstrap - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/17 20:51:46 UTC, 2 replies.
- [jira] [Resolved] (MESOS-559) Replace Bootstrap's JS with Angular UI Bootstrap - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/17 20:51:48 UTC, 1 replies.
- [jira] [Created] (MESOS-560) Update 'Logging and Debugging' page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 20:55:48 UTC, 0 replies.
- [jira] [Created] (MESOS-561) Update 'Running Torque or MPI' Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 20:57:46 UTC, 0 replies.
- [jira] [Updated] (MESOS-444) Remove --checkpoint flag in the slave once checkpointing is stable. - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/17 20:59:48 UTC, 0 replies.
- [jira] [Created] (MESOS-562) Update 'Getting Started' Documentation Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 21:39:58 UTC, 0 replies.
- [jira] [Assigned] (MESOS-556) July 2013 Documentation Overhaul - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 21:41:47 UTC, 0 replies.
- [jira] [Created] (MESOS-563) Update 'Using the Mesos Submit Tool' Documentation Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 21:41:47 UTC, 0 replies.
- [jira] [Created] (MESOS-564) Update 'Mesos Developers Guide' Contribution Documentation - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 21:43:50 UTC, 0 replies.
- [jira] [Created] (MESOS-565) Update 'Coding Style Guide' Documentation Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 21:43:51 UTC, 0 replies.
- [jira] [Created] (MESOS-566) Update 'Using Linux Containers' Documentation Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 21:47:48 UTC, 0 replies.
- [jira] [Created] (MESOS-567) Move 'Using Zookeeper' Documentation to new 'High Availability' Documentation Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 21:49:47 UTC, 0 replies.
- [jira] [Created] (MESOS-568) Rename 'Master Detection' Documentation Page to 'High Availability' - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 21:51:46 UTC, 0 replies.
- [jira] [Commented] (MESOS-566) Update 'Using Linux Containers' Documentation Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 21:53:46 UTC, 1 replies.
- [jira] [Reopened] (MESOS-558) Upgrade to full release of Angular JS - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/17 22:59:46 UTC, 0 replies.
- [jira] [Reopened] (MESOS-559) Replace Bootstrap's JS with Angular UI Bootstrap - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/17 22:59:47 UTC, 0 replies.
- [jira] [Created] (MESOS-570) Generate Javadocs - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 23:27:46 UTC, 0 replies.
- [jira] [Created] (MESOS-569) Generate doc files for framework APIs - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 23:27:46 UTC, 0 replies.
- [jira] [Created] (MESOS-571) Generate pydocs - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 23:27:46 UTC, 0 replies.
- [jira] [Created] (MESOS-572) Automatically generate docs for --help - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 23:29:46 UTC, 0 replies.
- [jira] [Created] (MESOS-573) Update the 'Configuration' Documentation Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 23:31:47 UTC, 0 replies.
- [jira] [Created] (MESOS-574) Update 'EC2 Scripts' Documentation Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 23:39:47 UTC, 0 replies.
- [jira] [Created] (MESOS-575) Update or delete 'Mesos Ready to go AMI' Documentation Page - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 23:39:48 UTC, 0 replies.
- [jira] [Created] (MESOS-576) Update documentation page on running Hadoop on Mesos - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/17 23:41:46 UTC, 0 replies.
- [jira] [Created] (MESOS-577) bootstrap fails with automake 1.14 - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/18 00:30:49 UTC, 0 replies.
- [jira] [Created] (MESOS-578) configure fails on OSX 10.8.4 - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/18 00:34:48 UTC, 0 replies.
- Review Request 12714: Remove unused 'slaves' variable from controllers.js - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 00:49:31 UTC, 1 replies.
- [jira] [Commented] (MESOS-578) configure fails on OSX 10.8.4 - posted by "Mohammad Almalkawi (JIRA)" <ji...@apache.org> on 2013/07/18 01:26:48 UTC, 0 replies.
- [jira] [Assigned] (MESOS-566) Update 'Using Linux Containers' Documentation Page - posted by "Ian Downes (JIRA)" <ji...@apache.org> on 2013/07/18 01:30:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-574) Update 'EC2 Scripts' Documentation Page - posted by "Charles Reiss (JIRA)" <ji...@apache.org> on 2013/07/18 05:54:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-575) Update or delete 'Mesos Ready to go AMI' Documentation Page - posted by "Charles Reiss (JIRA)" <ji...@apache.org> on 2013/07/18 06:06:49 UTC, 0 replies.
- What does the different between "defer" and "delay" ? - posted by 王国栋 <wa...@gmail.com> on 2013/07/18 11:56:38 UTC, 2 replies.
- Hello, I get stuck with trying mpi on mesos, Would u plz help me out? - posted by Ye Tao <yt...@ust.hk> on 2013/07/18 12:15:56 UTC, 5 replies.
- Versioning Scheme? - posted by Tim St Clair <ts...@redhat.com> on 2013/07/18 16:45:06 UTC, 0 replies.
- [jira] [Resolved] (MESOS-545) Remove hack in post-reviews.py for tracking parent branch - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/18 18:26:49 UTC, 0 replies.
- Review Request 12730: Replace ID/timestamp popovers with copy-to-clipboard - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 21:51:32 UTC, 1 replies.
- Review Request 12731: Remove 'Slaves' list from index - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 21:52:54 UTC, 2 replies.
- Review Request 12732: Use copy buttons for Terminated Frameworks table - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 21:53:47 UTC, 1 replies.
- Review Request 12733: Organize static assets into directories - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 21:54:48 UTC, 1 replies.
- Review Request 12734: Replace American "mesoDate" with ISO "isoDate" - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 21:55:27 UTC, 1 replies.
- Review Request 12735: Move controllers from globals to Angular module - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 21:56:06 UTC, 2 replies.
- Review Request 12736: Wrap "app.js" in a closure - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 21:56:44 UTC, 1 replies.
- Review Request 12737: Scope hiding/showing of button to "btn-toggle" class - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 21:57:29 UTC, 1 replies.
- Review Request 12739: Replace '$beforeRouteChange' with '$routeChangeStart' - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 22:03:53 UTC, 1 replies.
- Review Request 12740: Remove unused 'slaves' variable from controllers.js - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 22:04:42 UTC, 1 replies.
- Review Request 12741: Iterate over '$scope.state.slaves/.frameworks' only once - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/18 22:06:04 UTC, 1 replies.
- Fwd: Call for testamonials to include in upcoming press release - posted by Dave Lester <da...@ischool.berkeley.edu> on 2013/07/18 23:09:30 UTC, 0 replies.
- [jira] [Created] (MESOS-579) Refactor the Isolator to return Futures and wrap a libprocess Process. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/18 23:48:48 UTC, 0 replies.
- [jira] [Assigned] (MESOS-380) Command Executor doesn't send TASK_KILLED for killed tasks. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/19 00:06:49 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/07/19 00:32:50 UTC, 2 replies.
- [jira] [Updated] (MESOS-579) Refactor the Isolator to return Futures and wrap a libprocess Process. - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/19 01:44:48 UTC, 0 replies.
- [jira] [Created] (MESOS-580) Improve Command Executor - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/19 02:00:50 UTC, 0 replies.
- Review Request 12753: Added a LIBPROCESS_STATISTICS_WINDOW environment variable. - posted by Ben Mahler <be...@gmail.com> on 2013/07/19 03:21:09 UTC, 3 replies.
- Review Request 12754: Refactored Command Executor to use libprocess. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/19 05:03:53 UTC, 5 replies.
- [jira] [Commented] (MESOS-580) Improve Command Executor - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/19 05:04:53 UTC, 0 replies.
- Review Request 12756: Fixed Command Executor to send TASK_KILLED on killTask() and shutdown(). - posted by Vinod Kone <vi...@gmail.com> on 2013/07/19 08:45:29 UTC, 1 replies.
- [jira] [Commented] (MESOS-380) Command Executor doesn't send TASK_KILLED for killed tasks. - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/19 08:46:49 UTC, 0 replies.
- [jira] [Updated] (MESOS-426) Python-based frameworks use old API and are broken - posted by "David Greenberg (JIRA)" <ji...@apache.org> on 2013/07/19 15:58:49 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1406 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/19 18:12:11 UTC, 1 replies.
- [jira] [Created] (MESOS-581) Expose cpu and memory usage statistics for master and slave - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/19 18:34:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-581) Expose cpu and memory usage statistics for master and slave - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/19 18:34:49 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1407 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/19 18:44:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-534) ReaperTest.TerminatedChildProcess is flaky on Jenkins. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/19 18:44:58 UTC, 1 replies.
- Review Request 12765: Removed the deprecated monitoring statistics. - posted by Ben Mahler <be...@gmail.com> on 2013/07/19 18:51:05 UTC, 2 replies.
- Review Request 12766: Reverted metering from Statistics. - posted by Ben Mahler <be...@gmail.com> on 2013/07/19 18:52:31 UTC, 0 replies.
- [jira] [Created] (MESOS-582) HTTP.Endpoints is flaky - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/19 19:34:49 UTC, 0 replies.
- [jira] [Assigned] (MESOS-582) HTTP.Endpoints is flaky - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/19 20:46:49 UTC, 0 replies.
- Review Request 12773: Fixed a bug in http::get when called with an empty query. Added the Host header to be HTTP 1.1 compliant. - posted by Ben Mahler <be...@gmail.com> on 2013/07/19 21:01:54 UTC, 1 replies.
- [jira] [Commented] (MESOS-582) HTTP.Endpoints is flaky - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/19 21:02:49 UTC, 0 replies.
- [jira] [Resolved] (MESOS-582) HTTP.Endpoints is flaky - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/19 22:48:49 UTC, 0 replies.
- [jira] [Commented] (MESOS-576) Update documentation page on running Hadoop on Mesos - posted by "Brenden Matthews (JIRA)" <ji...@apache.org> on 2013/07/20 00:28:48 UTC, 0 replies.
- Review Request 12779: Updated the detector to handle "http://" prefixed URLs. - posted by Ben Mahler <be...@gmail.com> on 2013/07/20 00:47:48 UTC, 3 replies.
- Review Request 12780: Fixed the Jenkins framework to handle master URLs with both "http://" present and omitted. - posted by Ben Mahler <be...@gmail.com> on 2013/07/20 00:49:36 UTC, 1 replies.
- Review Request 12781: Removed unnecessary sleeping from the test executors. - posted by Ben Mahler <be...@gmail.com> on 2013/07/20 01:08:21 UTC, 2 replies.
- Review Request 12783: Fixed Mesos and Protobuf jar targets to build to java6. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/20 01:39:26 UTC, 5 replies.
- Mesos Hadoop scheduler refactoring - posted by Brenden Matthews <br...@airbedandbreakfast.com> on 2013/07/20 02:00:16 UTC, 4 replies.
- [jira] [Resolved] (MESOS-567) Move 'Using Zookeeper' Documentation to new 'High Availability' Documentation Page - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/20 02:06:48 UTC, 0 replies.
- [jira] [Resolved] (MESOS-568) Rename 'Master Detection' Documentation Page to 'High Availability' - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/20 02:06:49 UTC, 0 replies.
- [jira] [Commented] (MESOS-297) Speed up the slow running tests. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/20 02:12:48 UTC, 0 replies.
- Review Request 12786: Fixed Jenkins Scheduler to use the correct plugin resources path. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/20 02:32:05 UTC, 1 replies.
- [jira] [Updated] (MESOS-465) Failure due to ZooKeeper authentication operation timeout in the master detector. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/20 19:38:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-465) Failures due to ZooKeeper operation timeouts in the master detector. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/20 19:38:49 UTC, 0 replies.
- [jira] [Resolved] (MESOS-573) Update the 'Configuration' Documentation Page - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/20 20:30:49 UTC, 0 replies.
- Re: Review Request 11486: Pretty-print resource type with parsing error. - posted by Ben Mahler <be...@gmail.com> on 2013/07/20 21:40:33 UTC, 0 replies.
- Re: Review Request 11126: Make sure you clean up the cgroups test. - posted by Ben Mahler <be...@gmail.com> on 2013/07/20 21:40:43 UTC, 0 replies.
- Re: Review Request 11125: Terminate executors that aren't needed. - posted by Ben Mahler <be...@gmail.com> on 2013/07/20 21:40:50 UTC, 4 replies.
- Re: Review Request 11606: Increase slave timeout. - posted by Ben Mahler <be...@gmail.com> on 2013/07/20 21:42:40 UTC, 0 replies.
- Review Request 12796: Fixed a log line to show the path of launcher in process isolator. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/21 09:16:08 UTC, 1 replies.
- Review Request 12797: Fixed Jenkins slave retention strategy. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/21 09:17:47 UTC, 9 replies.
- Review Request 12799: Fixed Jenkins to only launch a slave when the label matches "mesos". - posted by Vinod Kone <vi...@gmail.com> on 2013/07/21 10:14:25 UTC, 7 replies.
- Review Request 12800: Fixed Jenkins to not launch slaves when the scheduler is not running. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/21 10:38:21 UTC, 3 replies.
- Review Request 12801: Killed unused Task Template in Jenkins. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/22 06:40:58 UTC, 2 replies.
- [jira] [Updated] (MESOS-543) proper auto-tools dependency checking - posted by "Timothy St. Clair (JIRA)" <ji...@apache.org> on 2013/07/22 22:02:48 UTC, 0 replies.
- Fwd: Issues when running Hadoop on Mesos - posted by Vinod Kone <vi...@gmail.com> on 2013/07/22 22:28:32 UTC, 0 replies.
- Re: Review Request 11162: Improved Mesos C++ Style Guide. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/07/23 01:14:46 UTC, 2 replies.
- Re: Review Request 11131: Changed cgroups killTasks() sequence. - posted by Ben Mahler <be...@gmail.com> on 2013/07/23 02:49:18 UTC, 3 replies.
- Re: Review Request 12780: Fixed the Jenkins framework to reject master URLs with "http://". - posted by Ben Mahler <be...@gmail.com> on 2013/07/23 03:46:43 UTC, 1 replies.
- [jira] [Commented] (MESOS-519) Deprecate and remove old monitoring endpoint. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/23 03:48:48 UTC, 0 replies.
- Review Request 12829: Simplify left bar tables for all templates - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 04:13:14 UTC, 1 replies.
- Review Request 12830: Prefer "angular.forEach" to Underscore's "_.each" - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 04:14:29 UTC, 3 replies.
- Review Request 12831: Prefer "ng-show" to jQuery accessors - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 04:14:52 UTC, 1 replies.
- Review Request 12832: Iterate over all offers only once - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 04:15:09 UTC, 3 replies.
- Review Request 12833: Removed unneeded mapping of ID -> executor - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 04:15:35 UTC, 1 replies.
- Review Request 12834: Iterate frameworks successively to save concat - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 04:15:57 UTC, 2 replies.
- Review Request 12835: Replace jQuery with Angular's jQlite in app.js - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 04:16:15 UTC, 1 replies.
- [jira] [Commented] (MESOS-565) Update 'Coding Style Guide' Documentation Page - posted by "Jiang Yan Xu (JIRA)" <ji...@apache.org> on 2013/07/23 06:46:48 UTC, 0 replies.
- [jira] [Resolved] (MESOS-565) Update 'Coding Style Guide' Documentation Page - posted by "Jiang Yan Xu (JIRA)" <ji...@apache.org> on 2013/07/23 06:46:50 UTC, 0 replies.
- Review Request 12836: Moved Jenkins out of the default build path of Mesos. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/23 06:49:49 UTC, 2 replies.
- Review Request 12846: Removed the ability to manually provision Jenkins slaves. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/23 07:50:23 UTC, 1 replies.
- Review Request 12847: Fixed Slave, Cloud and Retention strategy for Jenkins. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/23 10:22:35 UTC, 2 replies.
- Review Request 12876: Fixed IO.BufferedRead test to cleanup the file created by the test. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/23 21:15:47 UTC, 1 replies.
- Review Request 12878: Replace popover with copy button on /slaves/:id - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 22:51:02 UTC, 2 replies.
- Review Request 12879: Search frameworks & executors successively to save concat - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 22:52:09 UTC, 3 replies.
- Review Request 12880: Compute framework stats in one iteration - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/23 22:54:38 UTC, 5 replies.
- [jira] [Resolved] (MESOS-580) Improve Command Executor - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/23 23:36:48 UTC, 0 replies.
- [jira] [Resolved] (MESOS-553) Jenkins plugin should bundle the native Mesos library - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/24 00:18:48 UTC, 0 replies.
- [jira] [Resolved] (MESOS-552) Jenkins scheduler should use the latest Mesos jar built from the repo - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/24 00:18:48 UTC, 0 replies.
- Review Request 12884: Fixed JenkinsScheduler to not crash when the Mesos native library is not bundled with the plugin. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/24 00:47:50 UTC, 2 replies.
- Review Request 12885: Slave ping timeout may be increased by flags. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/24 01:42:50 UTC, 8 replies.
- [jira] [Resolved] (MESOS-549) Change truncated IDs to show on hover - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/24 01:56:48 UTC, 0 replies.
- Review Request 12888: Remove 'ui-if' direction in favor of 'ng-show' - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/24 02:12:35 UTC, 1 replies.
- Review Request 12887: Style /browse to distinguish folders - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/24 02:14:30 UTC, 10 replies.
- Re: git commit: Terminate executors that aren't needed. - posted by Benjamin Mahler <be...@gmail.com> on 2013/07/24 03:52:09 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1432 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/24 04:20:08 UTC, 0 replies.
- Review Request 12890: Refactored Jenkins to make resources configurable. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/24 05:26:42 UTC, 3 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1454 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/24 15:49:47 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1230 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/24 17:51:50 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1455 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/24 18:44:35 UTC, 0 replies.
- [jira] [Commented] (MESOS-546) Too many open files - posted by "Timothy St. Clair (JIRA)" <ji...@apache.org> on 2013/07/24 20:15:51 UTC, 2 replies.
- [jira] [Created] (MESOS-583) documentation URL is broken - posted by "Paco Nathan (JIRA)" <ji...@apache.org> on 2013/07/24 20:41:49 UTC, 0 replies.
- [jira] [Commented] (MESOS-583) documentation URL is broken - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/24 20:55:48 UTC, 1 replies.
- [jira] [Created] (MESOS-584) Add IRC bot to send JIRA activity to #mesos channel - posted by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/07/24 21:01:48 UTC, 0 replies.
- [jira] [Assigned] (MESOS-583) documentation URL is broken - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/24 21:15:49 UTC, 0 replies.
- Review Request 12914: Fixed Jenkins to customize the maximum number of executors per slave. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/24 22:02:54 UTC, 2 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1456 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/24 22:05:14 UTC, 0 replies.
- Review Request 12924: Refactor Mesos scheduler into fixed/variable policies. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:16:51 UTC, 2 replies.
- Review Request 12923: Reduce jobtracker logging. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:16:58 UTC, 2 replies.
- Review Request 12922: Add running task count to state info. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:17:05 UTC, 2 replies.
- Review Request 12921: Allow specification of mininum slot count. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:17:15 UTC, 1 replies.
- Re: Review Request 11604: Stop tracker timer when we terminate tasks. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:17:24 UTC, 3 replies.
- Re: Review Request 11603: Refactor Hadoop job completion. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:17:32 UTC, 3 replies.
- Re: Review Request 11489: s/hadoopJobs/jobs/g in Hadoop scheduler. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:17:49 UTC, 2 replies.
- Re: Review Request 11165: Write Mesos JobTracker stats to state file. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:17:59 UTC, 7 replies.
- Re: Review Request 11161: Don't accept offers on the same host/port. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:18:15 UTC, 5 replies.
- Re: Review Request 11119: Don't prematurely kill TaskTrackers. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:19:16 UTC, 4 replies.
- Re: Review Request 11118: Be more intelligent about slot allocation. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:19:26 UTC, 1 replies.
- Re: Review Request 11117: Ignore unhealthy TaskTrackers. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:19:35 UTC, 1 replies.
- Review Request 12925: Fix unit test build error. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:23:06 UTC, 1 replies.
- Review Request 12927: Moved Jenkins MesosCloud configuration options into advanced section. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/25 00:48:10 UTC, 1 replies.
- Re: Review Request 11116: Fix TaskTracker pending tasks calculation. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 00:59:49 UTC, 0 replies.
- Re: Review Request 11124: Kill tasks that never properly launch. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 01:00:19 UTC, 7 replies.
- Re: Review Request 11130: Allow some JVM memory vars to be configured. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 01:00:32 UTC, 2 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1237 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/25 03:20:51 UTC, 0 replies.
- Re: Review Request 11130: Allowed some JVM memory vars to be configured. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 03:27:47 UTC, 3 replies.
- Re: Review Request 11117: Changed JT to ignore unhealthy TaskTrackers. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 03:30:11 UTC, 0 replies.
- Re: Review Request 11116: Fixed TaskTracker pending tasks calculation. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 03:31:10 UTC, 2 replies.
- Re: Review Request 12921: Allowed specification of mininum slot count. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/25 03:52:16 UTC, 4 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1238 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/25 04:03:41 UTC, 0 replies.
- [jira] [Commented] (MESOS-368) HTTP.Endpoints test is flaky. - posted by "zhichen (JIRA)" <ji...@apache.org> on 2013/07/25 05:15:48 UTC, 3 replies.
- Review Request 12938: Added README.md for Jenkins and fixed the Makefile. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/25 09:37:16 UTC, 2 replies.
- [jira] [Commented] (MESOS-584) Add IRC bot to send JIRA activity to #mesos channel - posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2013/07/25 13:39:48 UTC, 0 replies.
- Updates on MESOS-418 - posted by İlim Uğur <il...@gmail.com> on 2013/07/25 20:00:04 UTC, 0 replies.
- [jira] [Updated] (MESOS-368) HTTP.Endpoints test is flaky. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/25 20:57:52 UTC, 1 replies.
- rpm dependency packaging (stout & libprocess) - posted by Tim St Clair <ts...@redhat.com> on 2013/07/25 21:47:30 UTC, 0 replies.
- [jira] [Created] (MESOS-585) Add /health endpoints to the master / slave for health checking. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/25 23:27:49 UTC, 0 replies.
- [jira] [Created] (MESOS-586) Remove /vars endpoints on the master / slave. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/25 23:29:49 UTC, 0 replies.
- Review Request 12951: Fixed JSON::Number output precision, and added a test. - posted by Ben Mahler <be...@gmail.com> on 2013/07/26 00:06:00 UTC, 2 replies.
- Review Request 12952: Fixed process::collect to preserve ordering of results. - posted by Ben Mahler <be...@gmail.com> on 2013/07/26 00:08:12 UTC, 2 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1462 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/26 00:18:35 UTC, 0 replies.
- Web UI Browser Support - posted by Ross Allen <re...@gmail.com> on 2013/07/26 01:12:13 UTC, 3 replies.
- Review Request 12959: Fixed comment for Hadoop pending tasks calculation. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/26 01:16:38 UTC, 3 replies.
- [jira] [Commented] (MESOS-512) GroupTest.MultipleGroups is flaky. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/26 02:37:48 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1466 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/26 05:43:41 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1457 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/26 05:49:03 UTC, 0 replies.
- [jira] [Created] (MESOS-587) MesosNativeLibrary.java doesn't read environment variable "MESOS_NATIVE_LIBRARY". - posted by "Shingo Omura (JIRA)" <ji...@apache.org> on 2013/07/26 13:05:52 UTC, 0 replies.
- [jira] [Updated] (MESOS-587) MesosNativeLibrary.java doesn't read environment variable "MESOS_NATIVE_LIBRARY". - posted by "Shingo Omura (JIRA)" <ji...@apache.org> on 2013/07/26 13:07:48 UTC, 3 replies.
- [jira] [Commented] (MESOS-587) MesosNativeLibrary.java doesn't read environment variable "MESOS_NATIVE_LIBRARY". - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/26 18:39:48 UTC, 3 replies.
- [jira] [Created] (MESOS-588) Add option to master to send stdout and stderr to syslog - posted by "Jason Dusek (JIRA)" <ji...@apache.org> on 2013/07/26 20:15:50 UTC, 0 replies.
- Review Request 12975: Fixed MesosNativeLibrary to use MESOS_NATIVE_LIBRARY environment variable instead of system property. - posted by Vinod Kone <vi...@gmail.com> on 2013/07/26 20:18:41 UTC, 1 replies.
- [jira] [Created] (MESOS-589) Add Mesos branding to web UI - posted by "Ross Allen (JIRA)" <ji...@apache.org> on 2013/07/26 20:41:49 UTC, 0 replies.
- [jira] [Commented] (MESOS-589) Add Mesos branding to web UI - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/26 21:09:49 UTC, 1 replies.
- [jira] [Resolved] (MESOS-587) MesosNativeLibrary.java doesn't read environment variable "MESOS_NATIVE_LIBRARY". - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/26 22:47:48 UTC, 0 replies.
- [jira] [Created] (MESOS-590) Add Java and Python bindings for the Resources and Values classes - posted by "Thomas Marshall (JIRA)" <ji...@apache.org> on 2013/07/26 23:05:49 UTC, 0 replies.
- Review Request 12980: Update email addresses for the dev list. - posted by Matthew Silvey <ma...@dancewithdevils.com> on 2013/07/26 23:53:30 UTC, 1 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1473 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/27 05:48:38 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1255 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/27 23:17:55 UTC, 0 replies.
- Review Request 13002: Search frameworks & executors successively to save concat - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/28 01:05:28 UTC, 2 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1256 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/28 03:11:59 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1488 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/28 07:45:01 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1489 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/28 08:14:05 UTC, 0 replies.
- Fwd: SASL Empty Mechlist Issue(Ubuntu Desktop) - posted by Vinod Kone <vi...@gmail.com> on 2013/07/28 20:11:42 UTC, 4 replies.
- Review Request 13005: Remove HTML5 shim for - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/28 23:18:44 UTC, 1 replies.
-
Review Request 13006: Link to executor sandbox from framework template - posted by Ross Allen <ro...@mesosphe.re> on 2013/07/28 23:19:51 UTC, 7 replies.
- Wiki Page for Mesos Authentication and Security Support - posted by İlim Uğur <il...@gmail.com> on 2013/07/29 00:43:59 UTC, 3 replies.
- [jira] [Created] (MESOS-591) GroupTest.GroupWatchWithSessionExpiration is flaky. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/29 20:55:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-467) AllocatorTest.FrameworkExited is flaky - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/29 20:55:49 UTC, 0 replies.
- Re: java7 jars - posted by Vinod Kone <vi...@gmail.com> on 2013/07/29 21:21:05 UTC, 2 replies.
- Review Request 13028: Changed the SIGTERM handler to not dump a stacktrace. - posted by Ben Mahler <be...@gmail.com> on 2013/07/29 21:58:37 UTC, 5 replies.
- [jira] [Resolved] (MESOS-380) Command Executor doesn't send TASK_KILLED for killed tasks. - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/07/29 23:25:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-590) Add Java and Python bindings for the Resources and Values classes - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/07/29 23:25:49 UTC, 0 replies.
- [jira] [Resolved] (MESOS-505) Add resource reservations/pools per role. - posted by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/07/29 23:27:49 UTC, 0 replies.
- Review Request 13034: balloon_framework_test.sh: Tweak so the test runs properly - posted by Eric Biederman <eb...@xmission.com> on 2013/07/29 23:57:56 UTC, 4 replies.
- Review Request 13036: src/slave/paths: Fully qualify references to ::fs::symlink - posted by Eric Biederman <eb...@xmission.com> on 2013/07/30 00:02:47 UTC, 2 replies.
- Review Request 13040: cgroup_isolator: Isolate the executors in their own mount namespace. - posted by Eric Biederman <eb...@xmission.com> on 2013/07/30 00:22:02 UTC, 3 replies.
- Review Request 13038: Use clone instead of fork to create the executor process - posted by Eric Biederman <eb...@xmission.com> on 2013/07/30 00:22:10 UTC, 1 replies.
- Review Request 13042: cgroup_isolator: Provide sysvipc isolation - posted by Eric Biederman <eb...@xmission.com> on 2013/07/30 00:31:27 UTC, 0 replies.
- Review Request 13043: uts hostname isolation - posted by Eric Biederman <eb...@xmission.com> on 2013/07/30 00:35:44 UTC, 0 replies.
- Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1484 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/30 00:45:25 UTC, 0 replies.
- Review Request 13044: solator: Refactor slave forked pid checkpointing. - posted by Eric Biederman <eb...@xmission.com> on 2013/07/30 00:50:08 UTC, 0 replies.
- Review Request 13045: cgroup_isolator: Isolate the exectuor and tasks in a pid namespace. - posted by Eric Biederman <eb...@xmission.com> on 2013/07/30 00:52:32 UTC, 4 replies.
- Review Request 13048: Removed /vars endpoints from the Master and Slave. - posted by Ben Mahler <be...@gmail.com> on 2013/07/30 02:56:19 UTC, 1 replies.
- [jira] [Commented] (MESOS-586) Remove /vars endpoints on the master / slave. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/30 02:57:48 UTC, 0 replies.
- Review Request 13049: Added /health endpoints to the Master and Slave. - posted by Ben Mahler <be...@gmail.com> on 2013/07/30 03:01:18 UTC, 3 replies.
- [jira] [Commented] (MESOS-585) Add /health endpoints to the master / slave for health checking. - posted by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/30 03:03:00 UTC, 0 replies.
- [jira] [Created] (MESOS-592) Don't dump a stack trace from bad --zk flag in the detector, use EXIT(1) instead of LOG(FATAL). - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/30 03:03:00 UTC, 0 replies.
- [jira] [Created] (MESOS-593) Update configure to check for Python development headers. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/30 03:04:46 UTC, 0 replies.
- [jira] [Created] (MESOS-594) Add CXXFLAGS='-fno-strict-aliasing' if using gcc 4.4.*. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/30 03:04:47 UTC, 0 replies.
- [jira] [Created] (MESOS-595) Update deploy scripts to not assume password less ssh. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/30 03:08:46 UTC, 0 replies.
- [jira] [Created] (MESOS-596) Enable a way for the deploy scripts to pass arguments to the masters/slaves. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/30 03:18:46 UTC, 0 replies.
- [jira] [Created] (MESOS-597) Set MESOS_NATIVE_LIBRARY or (DY)LD_LIBRARY_PATH before launching an executor in order to enable JVM based executors to easily find libmesos.so. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/30 03:28:46 UTC, 0 replies.
- [jira] [Created] (MESOS-598) Also check 'git diff --shortstat --staged' in post-reviews.py. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/30 03:33:49 UTC, 0 replies.
- [jira] [Created] (MESOS-599) Make sure stderr/stdout get launcher output. - posted by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2013/07/30 03:35:48 UTC, 0 replies.
- Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1486 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/30 05:20:10 UTC, 0 replies.
- [jira] [Created] (MESOS-600) Rework Isolator abstraction - posted by "Ian Downes (JIRA)" <ji...@apache.org> on 2013/07/30 18:23:48 UTC, 0 replies.
- [jira] [Created] (MESOS-601) Proper breakout of stout as a separate library - posted by "Timothy St. Clair (JIRA)" <ji...@apache.org> on 2013/07/30 18:57:50 UTC, 0 replies.
- [jira] [Commented] (MESOS-601) Proper breakout of stout as a separate library - posted by "Timothy St. Clair (JIRA)" <ji...@apache.org> on 2013/07/30 19:01:50 UTC, 0 replies.
- [jira] [Resolved] (MESOS-360) Mesos jar should be built for java 6 - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:09:51 UTC, 0 replies.
- [jira] [Commented] (MESOS-360) Mesos jar should be built for java 6 - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:11:48 UTC, 0 replies.
- [jira] [Commented] (MESOS-602) Allow Mesos native library to be loaded from an absolute path - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:11:53 UTC, 0 replies.
- [jira] [Resolved] (MESOS-602) Allow Mesos native library to be loaded from an absolute path - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:11:53 UTC, 0 replies.
- [jira] [Created] (MESOS-602) Allow Mesos native library to be loaded from an absolute path - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:11:53 UTC, 0 replies.
- [jira] [Created] (MESOS-603) Add support for better test output in newer versions of autools - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:17:48 UTC, 0 replies.
- [jira] [Resolved] (MESOS-603) Add support for better test output in newer versions of autools - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:17:51 UTC, 0 replies.
- [jira] [Resolved] (MESOS-530) A registered slave should check registration id when it receives mulitple re(re-)gistered messages from the master - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:19:50 UTC, 0 replies.
- [jira] [Resolved] (MESOS-555) Jenkins scheduler should reuse a Jenkins slave - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:21:50 UTC, 0 replies.
- [jira] [Resolved] (MESOS-554) Jenkins scheduler should properly handle TASK_LOST - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:25:52 UTC, 0 replies.
- [jira] [Resolved] (MESOS-535) Master crashes when removing non-checkpointing framework from a checkpointing slave - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:27:49 UTC, 0 replies.
- [jira] [Updated] (MESOS-515) Slave fails to detect free disk space - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:27:50 UTC, 1 replies.
- [jira] [Assigned] (MESOS-425) abstract out disk operations into a disk manager - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:31:48 UTC, 0 replies.
- [jira] [Created] (MESOS-604) Slave should use the filesystem containing the work directory for disk usage calculation - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:33:51 UTC, 0 replies.
- [jira] [Resolved] (MESOS-604) Slave should use the filesystem containing the work directory for disk usage calculation - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:35:49 UTC, 0 replies.
- [jira] [Created] (MESOS-605) Fix wrong compression for hadoop package - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:39:51 UTC, 0 replies.
- [jira] [Resolved] (MESOS-605) Fix wrong compression for hadoop package - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/30 19:39:52 UTC, 0 replies.
- Review Request 13076: Added help for the /master/redirect endpoint. - posted by Ben Mahler <be...@gmail.com> on 2013/07/30 20:54:33 UTC, 3 replies.
- Review Request 13077: Updated Mesos mapred-site.xml for Hadoop. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/30 21:26:27 UTC, 10 replies.
- Review Request 13078: Be more intelligent about slot allocation. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/30 21:34:28 UTC, 1 replies.
- Re: Review Request 11161: No longer accept offers on the same host/port. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/30 23:00:19 UTC, 0 replies.
- Review Request 13080: No longer accept offers on the same host/port. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/30 23:11:37 UTC, 3 replies.
- Review Request 13085: Add a method that stringifies an Option. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/07/31 00:06:41 UTC, 0 replies.
- Review Request 13086: Added Zookeeper leader contender and detector abstractions. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/07/31 00:07:27 UTC, 0 replies.
- Review Request 13087: Added Master contender and detector abstractions. - posted by Jiang Yan Xu <ya...@jxu.me> on 2013/07/31 00:07:44 UTC, 0 replies.
- Review Request 13091: Added checkpoint parameter to JobTracker. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/31 01:46:05 UTC, 2 replies.
- Review Request 13092: Added role parameter to JobTracker. - posted by Brenden Matthews <br...@diddyinc.com> on 2013/07/31 01:46:29 UTC, 0 replies.
- [jira] [Commented] (MESOS-435) Issue using public IPs or hostnames for master / slave communication. - posted by "Shingo Omura (JIRA)" <ji...@apache.org> on 2013/07/31 07:13:48 UTC, 0 replies.
- [jira] [Updated] (MESOS-360) Mesos jar should be built for java 6 - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/31 20:25:50 UTC, 0 replies.
- [jira] [Updated] (MESOS-602) Allow Mesos native library to be loaded from an absolute path - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/31 20:25:52 UTC, 0 replies.
- [jira] [Updated] (MESOS-605) Fix wrong compression for hadoop package - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/31 20:25:53 UTC, 0 replies.
- [jira] [Updated] (MESOS-603) Add support for better test output in newer versions of autools - posted by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/07/31 20:25:53 UTC, 0 replies.
- Fwd: Abstraction layer to support both YARN and Mesos - posted by Tim St Clair <ts...@redhat.com> on 2013/07/31 20:56:54 UTC, 0 replies.
- [jira] [Commented] (MESOS-600) Rework Isolator abstraction - posted by "Matthew Farrellee (JIRA)" <ji...@apache.org> on 2013/07/31 23:19:49 UTC, 0 replies.
- [jira] [Updated] (MESOS-600) Rework Isolator abstraction - posted by "Ian Downes (JIRA)" <ji...@apache.org> on 2013/07/31 23:35:48 UTC, 0 replies.