[jira] [Commented] (MESOS-368) HTTP.Endpoints test is flaky.

2013-07-25 Thread zhichen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13719494#comment-13719494 ] zhichen commented on MESOS-368: --- mesos-0.12.0-incubating HTTP.Endpoints

Updates on MESOS-418

2013-07-25 Thread İlim Uğur
Hey, As we get closer to the mid-term evaluations of Google Summer of Code, I am closer to adding authentication to Mesos. I have started coding the Authenticator interfaces for a client and a server. The code is on github(https://github.com/ilimugur/sasltrial). I am trying to get it working

[jira] [Updated] (MESOS-368) HTTP.Endpoints test is flaky.

2013-07-25 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Mahler updated MESOS-368: -- Fix Version/s: (was: 0.13.0) 0.14.0 HTTP.Endpoints test is flaky.

[jira] [Commented] (MESOS-368) HTTP.Endpoints test is flaky.

2013-07-25 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13719904#comment-13719904 ] Benjamin Mahler commented on MESOS-368: --- You can safely ignore this, it's a bug in a

rpm dependency packaging (stout libprocess)

2013-07-25 Thread Tim St Clair
Folks -      As we've outlined in some other tickets, we've been prep-ing mesos for proper rpm packaging.  As a 1st pass Björn has done a good job in updating the auto-tools settings for stout (https://github.com/3rdparty/stout/pull/4) and the accompanying package details can be found here:

Re: Review Request 12830: Prefer angular.forEach to Underscore's _.each

2013-07-25 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12830/#review23861 --- I actually quite like the underscore.js library, what would be the

Re: Review Request 12833: Removed unneeded mapping of ID - executor

2013-07-25 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12833/#review23869 --- Ship it! Ship It! - Ben Mahler On July 23, 2013, 2:15 a.m.,

Re: Review Request 12832: Iterate over all offers only once

2013-07-25 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12832/#review23870 --- Ship it! Thanks! I'm noticing angular.forEach and I'm not sure I

Re: Review Request 12879: Search frameworks executors successively to save concat

2013-07-25 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12879/#review23873 --- src/webui/master/static/js/controllers.js

Re: Review Request 12880: Compute framework stats in one iteration

2013-07-25 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12880/#review23874 --- src/webui/master/static/js/controllers.js

Review Request 12951: Fixed JSON::Number output precision, and added a test.

2013-07-25 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12951/ --- Review request for mesos, Benjamin Hindman and Vinod Kone. Repository:

Re: Review Request 12830: Prefer angular.forEach to Underscore's _.each

2013-07-25 Thread Ross Allen
On July 25, 2013, 9 p.m., Ben Mahler wrote: I actually quite like the underscore.js library, what would be the benefit from eliminating it? `forEach` is implemented in Angular, and so Underscore's implementation is duplicate JavaScript. Underscore is great, but if Angular implements the

Re: Review Request 12832: Iterate over all offers only once

2013-07-25 Thread Ross Allen
On July 25, 2013, 9:13 p.m., Ben Mahler wrote: Thanks! I'm noticing angular.forEach and I'm not sure I find it as clean as _.each (see my comment on https://reviews.apache.org/r/12830/). angular.forEach is equivalent to _.each but with a bit longer name. They both actually delegate

Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1462

2013-07-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/1462/

Re: Review Request 12879: Search frameworks executors successively to save concat

2013-07-25 Thread Ross Allen
On July 25, 2013, 9:19 p.m., Ben Mahler wrote: src/webui/master/static/js/controllers.js, lines 660-666 https://reviews.apache.org/r/12879/diff/1/?file=326134#file326134line660 Can you move these down to where they're used? I defined them outside the scope of `var update =

Re: Review Request 11116: Fixed TaskTracker pending tasks calculation.

2013-07-25 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6/#review23884 --- Ship it! - Vinod Kone On July 25, 2013, 1:31 a.m., Brenden

Re: Review Request 11116: Fixed TaskTracker pending tasks calculation.

2013-07-25 Thread Ben Mahler
On June 3, 2013, 5:36 p.m., Ben Mahler wrote: What differences were you seeing between job.pendingMaps() and this new technique? Looking at JobInProgress.pendingMaps(): public synchronized int pendingMaps() { return numMapTasks - runningMapTasks - failedMapTIPs -

Re: Review Request 12879: Search frameworks executors successively to save concat

2013-07-25 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12879/#review23886 --- src/webui/master/static/js/controllers.js

Re: Review Request 12880: Compute framework stats in one iteration

2013-07-25 Thread Ben Mahler
On July 25, 2013, 9:23 p.m., Ben Mahler wrote: src/webui/master/static/js/controllers.js, lines 456-468 https://reviews.apache.org/r/12880/diff/1/?file=326135#file326135line456 Can you move this down to where it's used? Ross Allen wrote: I defined them outside the scope of

Re: Review Request 12959: Fixed comment for Hadoop pending tasks calculation.

2013-07-25 Thread Brenden Matthews
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12959/ --- (Updated July 25, 2013, 11:25 p.m.) Review request for mesos. Changes

[jira] [Commented] (MESOS-512) GroupTest.MultipleGroups is flaky.

2013-07-25 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720297#comment-13720297 ] Benjamin Mahler commented on MESOS-512: --- Another instance:

Re: Review Request 11604: Stop tracker timer when we terminate tasks.

2013-07-25 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11604/#review23903 --- It doesn't look like the review subject matches the diff made here?