Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24343/#review49699 --- src/master/master.hpp

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #2286

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/2286/changes Changes: [yujie.jay] Fixed two flaky tests in GarbageCollectorIntegrationTest. [yan] Added a trailing space to _CheckFatal's output. [vinodkone] Fixed docker validation and only run docker tests

Re: Review Request 24356: Fixed allocator to do allocations per slave rather than per framework.

2014-08-06 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24356/#review49700 --- src/master/hierarchical_allocator_process.hpp

Re: Review Request 24316: Use memory.memsw.limit_in_bytes in cgroup mem isolator with --limit-swap

2014-08-06 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24316/#review49707 --- Bad patch! Reviews applied: [24316] Failed command: git apply

Build failed in Jenkins: mesos-reviewbot #1283

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/mesos-reviewbot/1283/ -- [...truncated 1740 lines...] mv -f .deps/main.Tpo .deps/main.Po /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual

Jenkins build is back to normal : Mesos-Ubuntu-distcheck #252

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Ubuntu-distcheck/252/changes

Re: Review Request 24252: Create static mesos library.

2014-08-06 Thread Timothy St. Clair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24252/#review49738 --- Ship it! Seems fine. We should probably open a ticket to add

Re: Review Request 23453: Unbundle glog

2014-08-06 Thread Timothy St. Clair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23453/ --- (Updated Aug. 6, 2014, 4:33 p.m.) Review request for mesos and Vinod Kone.

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24343/#review49741 --- src/master/master.hpp

Re: Review Request 24331: Merge resourcesRecovered and resourcesUnused.

2014-08-06 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24331/ --- (Updated Aug. 6, 2014, 9:41 a.m.) Review request for mesos, Jie Yu and Vinod

Re: Review Request 24124: Added a slave metric for exposing the number of active containers.

2014-08-06 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24124/#review49744 --- Ship it! src/slave/slave.cpp

Re: Review Request 24286: Do not send invisible resources to the framework.

2014-08-06 Thread Jie Yu
On Aug. 6, 2014, 3:53 a.m., Ben Mahler wrote: src/master/master.cpp, line 3466 https://reviews.apache.org/r/24286/diff/3/?file=653362#file653362line3466 I think we've been trying to name these with the _ as a suffix, akin to prime notation: offer' Done. On Aug. 6, 2014, 3:53

Re: Review Request 24331: Merge resourcesRecovered and resourcesUnused.

2014-08-06 Thread Dominic Hamon
On Aug. 6, 2014, 10:02 a.m., Jie Yu wrote: src/master/hierarchical_allocator_process.hpp, lines 568-571 https://reviews.apache.org/r/24331/diff/3/?file=653875#file653875line568 Will this increase the logging a lot? Every time the framework launch tasks with unused resources,

Re: Review Request 24331: Merge resourcesRecovered and resourcesUnused.

2014-08-06 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24331/ --- (Updated Aug. 6, 2014, 10:17 a.m.) Review request for mesos, Jie Yu and Vinod

Re: Review Request 24331: Merge resourcesRecovered and resourcesUnused.

2014-08-06 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24331/#review49751 --- src/master/hierarchical_allocator_process.hpp

Re: Review Request 23453: Unbundle glog

2014-08-06 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23453/#review49752 --- Ship it! Ship It! - Vinod Kone On Aug. 6, 2014, 4:33 p.m.,

Re: Review Request 23453: Unbundle glog

2014-08-06 Thread Vinod Kone
On Aug. 6, 2014, 5:19 p.m., Vinod Kone wrote: Ship It! @tim: want to commit this patch yourself with your new committer creds? let me know if you need help on the right way to push upstream (e.g., no merge commits). - Vinod ---

Re: Review Request 24331: Merge resourcesRecovered and resourcesUnused.

2014-08-06 Thread Jie Yu
On Aug. 6, 2014, 5:02 p.m., Jie Yu wrote: src/master/hierarchical_allocator_process.hpp, lines 568-571 https://reviews.apache.org/r/24331/diff/3/?file=653875#file653875line568 Will this increase the logging a lot? Every time the framework launch tasks with unused resources, we'll

Re: Review Request 24331: Merge resourcesRecovered and resourcesUnused.

2014-08-06 Thread Dominic Hamon
On Aug. 6, 2014, 10:18 a.m., Jie Yu wrote: src/master/hierarchical_allocator_process.hpp, lines 601-607 https://reviews.apache.org/r/24331/diff/3/?file=653875#file653875line601 What if 'frameworks' does not contain 'frameworkId'? What if !slaves.contains(slaveId)? nice catch!

Re: Review Request 24331: Merge resourcesRecovered and resourcesUnused.

2014-08-06 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24331/ --- (Updated Aug. 6, 2014, 10:31 a.m.) Review request for mesos, Jie Yu and Vinod

Re: Review Request 23453: Unbundle glog

2014-08-06 Thread Timothy St. Clair
On Aug. 6, 2014, 5:19 p.m., Vinod Kone wrote: Ship It! Vinod Kone wrote: @tim: want to commit this patch yourself with your new committer creds? let me know if you need help on the right way to push upstream (e.g., no merge commits). Sounds good! I need to finish my setup then

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24343/#review49761 --- include/mesos/mesos.proto

Re: Review Request 23772: Re-enable HealthCheckTest.ConsecutiveFailures test

2014-08-06 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23772/#review49770 --- Ship it! Ship It! - Vinod Kone On July 30, 2014, 9:14 p.m.,

Re: Review Request 24331: Merge resourcesRecovered and resourcesUnused.

2014-08-06 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24331/#review49774 --- Ship it! Ship It! - Vinod Kone On Aug. 6, 2014, 5:31 p.m.,

Re: Review Request 24331: Merge resourcesRecovered and resourcesUnused.

2014-08-06 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24331/#review49776 --- Ship it! Ship It! - Jie Yu On Aug. 6, 2014, 5:31 p.m., Dominic

Re: Review Request 24316: Use memory.memsw.limit_in_bytes in cgroup mem isolator with --limit-swap

2014-08-06 Thread Anton Lindström
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24316/ --- (Updated Aug. 6, 2014, 6:52 p.m.) Review request for mesos. Changes ---

Build failed in Jenkins: mesos-reviewbot #1284

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/mesos-reviewbot/1284/ -- [...truncated 5358 lines...] rm -f tests/.deps/.dirstamp rm -f log/tool/*.o rm -f tests/.dirstamp rm -f usage/.deps/.dirstamp rm -f usage/.dirstamp rm -f zookeeper/.deps/.dirstamp rm -f

Re: Review Request 24349: Add ContainerInfo and Volumes proto defs

2014-08-06 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24349/#review49786 --- Ship it! include/mesos/mesos.proto

Re: Review Request 24349: Add ContainerInfo and Volumes proto defs

2014-08-06 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24349/ --- (Updated Aug. 6, 2014, 7:21 p.m.) Review request for mesos, Benjamin Hindman

Review Request 24407: Use curl-config to locate lib curl when possible

2014-08-06 Thread Chris Heller
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24407/ --- Review request for mesos. Repository: mesos-git Description --- If

Re: Review Request 24407: Use curl-config to locate lib curl when possible

2014-08-06 Thread Chris Heller
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24407/ --- (Updated Aug. 6, 2014, 7:37 p.m.) Review request for mesos and Timothy St.

Review Request 24418: Fixed two flaky tests in AllocatorTest.

2014-08-06 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24418/ --- Review request for mesos and Vinod Kone. Bugs: MESOS-1677

Review Request 24419: Check docker validation status code

2014-08-06 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24419/ --- Review request for mesos and Vinod Kone. Repository: mesos-git Description

Re: Review Request 24418: Fixed two flaky tests in AllocatorTest.

2014-08-06 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24418/#review49798 --- Ship it! Ship It! - Dominic Hamon On Aug. 6, 2014, 12:55 p.m.,

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #2287

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/2287/changes Changes: [yujie.jay] Made ephemeral ports a resource and killed private resources. [yujie.jay] Do not send ephemeral_ports resource to frameworks. --

Build failed in Jenkins: mesos-reviewbot #1285

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/mesos-reviewbot/1285/changes Changes: [yujie.jay] Made ephemeral ports a resource and killed private resources. [yujie.jay] Do not send ephemeral_ports resource to frameworks. [vinodkone] Create static mesos library. [vinodkone] Re-enabled

Re: Review Request 24418: Fixed two flaky tests in AllocatorTest.

2014-08-06 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24418/#review49804 --- Ship it! src/tests/allocator_tests.cpp

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #2031

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/2031/changes Changes: [yujie.jay] Made ephemeral ports a resource and killed private resources. [yujie.jay] Do not send ephemeral_ports resource to frameworks. [vinodkone] Create static mesos library.

Review Request 24426: Changed socket closed while receiving to VLOG(2).

2014-08-06 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24426/ --- Review request for mesos, Ben Mahler and Vinod Kone. Repository: mesos-git

Re: Review Request 24418: Fixed two flaky tests in AllocatorTest.

2014-08-06 Thread Jie Yu
On Aug. 6, 2014, 9:01 p.m., Vinod Kone wrote: src/tests/allocator_tests.cpp, lines 757-758 https://reviews.apache.org/r/24418/diff/1/?file=654066#file654066line757 calling process::teriminate() and ::wait() multiple times is safe i assume? Yes, it is. - Jie

Re: Review Request 24426: Changed socket closed while receiving to VLOG(2).

2014-08-06 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24426/#review49809 --- Ship it! Ship It! - Dominic Hamon On Aug. 6, 2014, 2:19 p.m.,

Re: Review Request 24426: Changed socket closed while receiving to VLOG(2).

2014-08-06 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24426/#review49811 --- Ship it! Ship It! - Vinod Kone On Aug. 6, 2014, 9:19 p.m., Jie

Re: Review Request 24426: Changed socket closed while receiving to VLOG(2).

2014-08-06 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24426/#review49813 --- Ship it! 3rdparty/libprocess/src/process.cpp

Re: Review Request 24419: Check docker validation status code

2014-08-06 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24419/ --- (Updated Aug. 6, 2014, 9:43 p.m.) Review request for mesos and Vinod Kone.

Re: Review Request 24356: Fixed allocator to do allocations per slave rather than per framework.

2014-08-06 Thread Vinod Kone
On Aug. 6, 2014, 6:37 a.m., Adam B wrote: src/master/hierarchical_allocator_process.hpp, line 729 https://reviews.apache.org/r/24356/diff/1/?file=653338#file653338line729 In what order are you iterating through the slaves? What order should it be? Vinod Kone wrote: good

Re: Review Request 24356: Fixed allocator to do allocations per slave rather than per framework.

2014-08-06 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24356/ --- (Updated Aug. 6, 2014, 10:24 p.m.) Review request for mesos, Adam B and

Re: Review Request 24264: Installed python libraries during make install.

2014-08-06 Thread Thomas Rampelberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24264/ --- (Updated Aug. 6, 2014, 10:35 p.m.) Review request for mesos and Benjamin

Re: Review Request 24264: Installed python libraries during make install.

2014-08-06 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24264/#review49824 --- Ship it! Cool. Mostly just a request for more comments so the next

Re: Review Request 24356: Fixed allocator to do allocations per slave rather than per framework.

2014-08-06 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24356/ --- (Updated Aug. 6, 2014, 10:56 p.m.) Review request for mesos, Adam B and

Re: Review Request 24316: Use memory.memsw.limit_in_bytes in cgroup mem isolator with --limit-swap

2014-08-06 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24316/#review49817 --- src/linux/cgroups.cpp

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24343/ --- (Updated Aug. 6, 2014, 4:13 p.m.) Review request for mesos, Ben Mahler and

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Jiang Yan Xu
On Aug. 5, 2014, 11:25 p.m., Timothy Chen wrote: src/master/master.hpp, line 766 https://reviews.apache.org/r/24343/diff/2/?file=653520#file653520line766 It also returns error when the rate limiter reachs its capacity too right? the rate limiter doesn't have a capacity. -

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Jiang Yan Xu
On Aug. 6, 2014, 11:30 a.m., Vinod Kone wrote: src/tests/rate_limiting_tests.cpp, lines 973-975 https://reviews.apache.org/r/24343/diff/2/?file=653522#file653522line973 Isn't this already done by StartMaster()? Yes. I lost track of the change :) On Aug. 6, 2014, 11:30 a.m.,

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Jiang Yan Xu
On Aug. 6, 2014, 9:38 a.m., Dominic Hamon wrote: src/master/master.cpp, line 375 https://reviews.apache.org/r/24343/diff/2/?file=653521#file653521line375 Optionsize_t capacity; if (limit_.has_capacity()) { capacity = limit_.capacity(); } should work

Build failed in Jenkins: mesos-reviewbot #1286

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/mesos-reviewbot/1286/changes Changes: [yujie.jay] Changed socket closed while receiving to VLOG(2). [yujie.jay] Fixed two flaky tests in AllocatorTest. [tstclair] MESOS-1170 Unbundle glog [vinodkone] Checked docker validation status code.

Re: Build failed in Jenkins: mesos-reviewbot #1286

2014-08-06 Thread Yan Xu
I committed a fix for these style errors: https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=9075ad6526d0b4e0e268f3df120a480fb6c21d4f -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Wed, Aug 6, 2014 at 4:22 PM, Apache Jenkins Server jenk...@builds.apache.org wrote:

ASF Hosted doxygen of Mesos source files

2014-08-06 Thread Niklas Nielsen
Hi guys, I think it is in communities interest to lower the barrier to entry for new contributors to the project. Not only in terms of process (as BenH has been putting a lot of effort into - bravo!) but also in terms of making it easier to understand the inner workings of Mesos. So far, it is

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24343/ --- (Updated Aug. 6, 2014, 4:37 p.m.) Review request for mesos, Ben Mahler and

Re: Review Request 23912: Fix MESOS-947: Slave should properly handle a killTask() that arrives between runTask() and _runTask()

2014-08-06 Thread Bernd Mathiske
On Aug. 5, 2014, 2:29 p.m., Vinod Kone wrote: src/slave/slave.cpp, lines 1330-1341 https://reviews.apache.org/r/23912/diff/3/?file=643812#file643812line1330 I would recommend pulling this logic outside 'if (executor == NULL)' to #1326 to make it easy to reason about.

Re: Review Request 23912: Fix MESOS-947: Slave should properly handle a killTask() that arrives between runTask() and _runTask()

2014-08-06 Thread Bernd Mathiske
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23912/ --- (Updated Aug. 6, 2014, 4:51 p.m.) Review request for mesos. Changes ---

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24343/#review49831 --- src/master/master.hpp

Review Request 24430: Made doxygen recursive to include nested files.

2014-08-06 Thread Niklas Nielsen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24430/ --- Review request for mesos, Adam B and Benjamin Hindman. Repository: mesos-git

Re: Review Request 24264: Installed python libraries during make install.

2014-08-06 Thread Thomas Rampelberg
On Aug. 6, 2014, 10:44 p.m., Benjamin Hindman wrote: src/Makefile.am, lines 977-978 https://reviews.apache.org/r/24264/diff/2/?file=652336#file652336line977 Just my ignorance here, but do you need to specify --dist-dir= twice? Once for bdist_egg and once for bdist_wheel?

Re: ASF Hosted doxygen of Mesos source files

2014-08-06 Thread Vinod Kone
+1 On Wed, Aug 6, 2014 at 4:32 PM, Niklas Nielsen n...@qni.dk wrote: Hi guys, I think it is in communities interest to lower the barrier to entry for new contributors to the project. Not only in terms of process (as BenH has been putting a lot of effort into - bravo!) but also in terms of

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Jiang Yan Xu
On Aug. 6, 2014, 4:53 p.m., Dominic Hamon wrote: src/master/master.hpp, line 770 https://reviews.apache.org/r/24343/diff/3/?file=654314#file654314line770 this should either be a uint64 (to match the proto) or the proto should be a uint32 (to be reasonable). There's no real

Re: ASF Hosted doxygen of Mesos source files

2014-08-06 Thread Julien Eid
+1 It would be great to also host the /help endpoint and also document all the endpoints in it. On Wed, Aug 6, 2014 at 5:05 PM, Vinod Kone vinodk...@gmail.com wrote: +1 On Wed, Aug 6, 2014 at 4:32 PM, Niklas Nielsen n...@qni.dk wrote: Hi guys, I think it is in communities interest

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24343/ --- (Updated Aug. 6, 2014, 5:25 p.m.) Review request for mesos, Ben Mahler and

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-06 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24343/#review49844 --- Ship it! src/master/master.hpp

Build failed in Jenkins: Mesos-Ubuntu-distcheck #254

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Ubuntu-distcheck/254/changes Changes: [vinodkone] Re-enabled HealthCheckTest.ConsecutiveFailures test. [dhamon] Merge resourcesRecovered and resourcesUnused. [yujie.jay] Added executor metrics for slave. [yujie.jay] Changed socket closed while receiving

Re: Review Request 24430: Made doxygen recursive to include nested files.

2014-08-06 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24430/#review49852 --- Ship it! Ship It! - Adam B On Aug. 6, 2014, 4:54 p.m., Niklas

Re: ASF Hosted doxygen of Mesos source files

2014-08-06 Thread Adam Bordelon
+1 on comments on public classes/methods +1 on auto-generating and hosting doxygen (on ASF or mesosphere or wherever) I don't care what annotation style we use, as long as we're consistent On Wed, Aug 6, 2014 at 5:18 PM, Julien Eid jei...@gmail.com wrote: +1 It would be great to also host

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #2288

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/2288/changes Changes: [vinodkone] Create static mesos library. [vinodkone] Re-enabled HealthCheckTest.ConsecutiveFailures test. [dhamon] Merge resourcesRecovered and resourcesUnused. [yujie.jay] Added

Re: ASF Hosted doxygen of Mesos source files

2014-08-06 Thread Niklas Nielsen
Cool! I will try to look into how to host this if there are no objections by EOD tomorrow. Dave, do you know the next steps / a good place where we could do this? Cheers, Niklas On Wed, Aug 6, 2014 at 6:29 PM, Adam Bordelon a...@mesosphere.io wrote: +1 on comments on public classes/methods

Re: ASF Hosted doxygen of Mesos source files

2014-08-06 Thread Timothy Chen
I wonder if apache infra have anything for this? Tim Sent from my iPhone On Aug 6, 2014, at 6:41 PM, Niklas Nielsen n...@qni.dk wrote: Cool! I will try to look into how to host this if there are no objections by EOD tomorrow. Dave, do you know the next steps / a good place where we

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #2032

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/2032/changes Changes: [vinodkone] Re-enabled HealthCheckTest.ConsecutiveFailures test. [dhamon] Merge resourcesRecovered and resourcesUnused. [yujie.jay] Added executor metrics for slave. [yujie.jay] Changed

Re: Review Request 24270: New MultiChildProcess test added to reap_tests.cpp

2014-08-06 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24270/#review49857 --- Patch looks great! Reviews applied: [24270] All tests passed. -

Jenkins build is back to normal : mesos-reviewbot #1287

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/mesos-reviewbot/1287/changes

Re: Review Request 24440: Fixed a bug in slave when launching container.

2014-08-06 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24440/ --- (Updated Aug. 7, 2014, 2:30 a.m.) Review request for mesos, Benjamin Hindman

Re: ASF Hosted doxygen of Mesos source files

2014-08-06 Thread Dave Lester
Niklas, The docs currently rendered on the website are generated via tasks in a Rakefile: http://svn.apache.org/repos/asf/mesos/site/Rakefile You should be able to call doxygen from the command-line, similar to how javadoc is called. Dave On Wed, Aug 6, 2014 at 7:00 PM, Timothy Chen

Re: ASF Hosted doxygen of Mesos source files

2014-08-06 Thread Dave Lester
Niklas, The docs currently rendered on the website are generated via tasks in a Rakefile: http://svn.apache.org/repos/asf/mesos/site/Rakefile You should be able to call doxygen from the command-line, similar to how javadoc is called. Dave On Wed, Aug 6, 2014 at 7:00 PM, Timothy Chen

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2298

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/2298/changes Changes: [yujie.jay] Changed socket closed while receiving to VLOG(2). [yujie.jay] Fixed two flaky tests in AllocatorTest. [tstclair] MESOS-1170 Unbundle glog

Jenkins build is back to normal : Mesos-Ubuntu-distcheck #255

2014-08-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Ubuntu-distcheck/255/changes