Re: Review Request 14135: Cleaned up some log and CHECK messages.

2013-09-16 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14135/#review26139 --- Ship it! src/master/master.hpp

[jira] [Closed] (MESOS-696) ./bootstrap fails because subdir-objects is disabled

2013-09-16 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Mahler closed MESOS-696. - Resolution: Duplicate > ./bootstrap fails because subdir-objects is disabled > ---

[jira] [Commented] (MESOS-435) Issue using public IPs or hostnames for master / slave communication.

2013-09-16 Thread Marton Balassi (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768439#comment-13768439 ] Marton Balassi commented on MESOS-435: -- Have you tried launching the cluster by callin

[jira] [Commented] (MESOS-695) Introduce automated self-healing and coordinated repair to Mesos

2013-09-16 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768409#comment-13768409 ] Benjamin Mahler commented on MESOS-695: --- I've forwarded this on to some SREs that run

[jira] [Commented] (MESOS-695) Introduce automated self-healing and coordinated repair to Mesos

2013-09-16 Thread Jeff Currier (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768482#comment-13768482 ] Jeff Currier commented on MESOS-695: That works. I'm working with the Mesos team here

[jira] [Commented] (MESOS-695) Introduce automated self-healing and coordinated repair to Mesos

2013-09-16 Thread David Robinson (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768508#comment-13768508 ] David Robinson commented on MESOS-695: -- TBH I'm not sure this really belongs in Mesos.

Re: Review Request 13757: Fixed an issue where the Master unnecessarily sends a "Framework failed over" message when the scheduler driver retries an initial failover re-registration.

2013-09-16 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13757/#review26147 --- src/master/master.cpp

[jira] [Assigned] (MESOS-577) bootstrap fails with automake 1.14

2013-09-16 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone reassigned MESOS-577: Assignee: Tobi Knaup Hey Tobi. Is the fix backwards compatible with old automake versions? It doesn

Re: Review Request 13744: Fixed a case where Framework re-registration time was not being updated.

2013-09-16 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13744/#review26149 --- Ship it! Consider writing a test in this review. If you would like

[jira] [Commented] (MESOS-577) bootstrap fails with automake 1.14

2013-09-16 Thread Tobi Knaup (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768635#comment-13768635 ] Tobi Knaup commented on MESOS-577: -- Vinod: I get the same on 1.14. Looks like my patch doe

Re: Failed to load unknown flag 'native_library'

2013-09-16 Thread Charles Reiss
On 9/14/13 15:56 , Humpty Dumpty wrote: > Mesos 0.13 > > I am trying to build it from source > > Wiith > > ./bootstrap > ./configure > make > > I ran master with commnad > > ./mesos-master.sh > > I am able to see master UI > > Now when i try to start slave on same machine i get error > > bi

Re: Review Request 14044: Updated the balloon tests to test the memory threshold.

2013-09-16 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14044/#review26150 --- Ship it! src/examples/balloon_executor.cpp

[jira] [Updated] (MESOS-694) Preserve exit status for SIGTERM.

2013-09-16 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-694: - Assignee: Vinod Kone (was: Benjamin Mahler) https://reviews.apache.org/r/14153/ > Preser

Review Request 14153: Preserved exit status when SIGTERM is received.

2013-09-16 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14153/ --- Review request for mesos, Benjamin Hindman and Ben Mahler. Bugs: MESOS-694

Re: Review Request 14135: Cleaned up some log and CHECK messages.

2013-09-16 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14135/ --- (Updated Sept. 16, 2013, 7:46 p.m.) Review request for mesos, Benjamin Hindman

Re: Review Request 14135: Cleaned up some log and CHECK messages.

2013-09-16 Thread Vinod Kone
> On Sept. 16, 2013, 4:04 p.m., Ben Mahler wrote: > > src/master/master.cpp, line 234 > > > > > > CHECK(offers.empty())? I like CHECK_EQ because it tells us the current size. > On Sept. 16, 2013, 4:04 p.m., Ben Mahl

Re: Review Request 14135: Cleaned up some log and CHECK messages.

2013-09-16 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14135/ --- (Updated Sept. 16, 2013, 7:47 p.m.) Review request for mesos, Benjamin Hindman

[jira] [Created] (MESOS-698) Implement requestResources() feature in the master

2013-09-16 Thread Sam Taha (JIRA)
Sam Taha created MESOS-698: -- Summary: Implement requestResources() feature in the master Key: MESOS-698 URL: https://issues.apache.org/jira/browse/MESOS-698 Project: Mesos Issue Type: Task

[jira] [Commented] (MESOS-696) ./bootstrap fails because subdir-objects is disabled

2013-09-16 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768436#comment-13768436 ] Benjamin Mahler commented on MESOS-696: --- Great! Can you please send a review for this

[jira] [Updated] (MESOS-694) Preserve exit status for SIGTERM.

2013-09-16 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-694: - Fix Version/s: 0.14.1 > Preserve exit status for SIGTERM. > - > >

[jira] [Updated] (MESOS-680) Empty files should not be considered as recovery errors

2013-09-16 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-680: - Fix Version/s: (was: 0.14.0) 0.14.1 > Empty files should not be considered as r

[jira] [Updated] (MESOS-698) Implement requestResources() feature in the master

2013-09-16 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-698: - Issue Type: Improvement (was: Task) > Implement requestResources() feature in the master > --

Re: Review Request 14024: cgroup_isolator: Allow kernel to handle OOM

2013-09-16 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14024/#review26156 --- Ship it! Ship It! - Vinod Kone On Sept. 6, 2013, 11:05 p.m., Dav

[jira] [Reopened] (MESOS-688) error of "unused_local_typedefs" in thirdparty/boost

2013-09-16 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone reopened MESOS-688: -- Assignee: Brenden Matthews (was: Yong Fu) Brenden, your fix in https://reviews.apache.org/r/11974/ do

Review Request 14164: Fixed build breakage from 37e946683f1bb6a.

2013-09-16 Thread Brenden Matthews
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14164/ --- Review request for mesos. Bugs: MESOS-688 https://issues.apache.org/jira/br

[jira] [Commented] (MESOS-688) error of "unused_local_typedefs" in thirdparty/boost

2013-09-16 Thread Brenden Matthews (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768846#comment-13768846 ] Brenden Matthews commented on MESOS-688: https://reviews.apache.org/r/14164/

[jira] [Commented] (MESOS-688) error of "unused_local_typedefs" in thirdparty/boost

2013-09-16 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768816#comment-13768816 ] Vinod Kone commented on MESOS-688: -- This is what config.log shows configure:18133: checki

[jira] [Commented] (MESOS-688) error of "unused_local_typedefs" in thirdparty/boost

2013-09-16 Thread Brenden Matthews (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768824#comment-13768824 ] Brenden Matthews commented on MESOS-688: Hmm, I guess old versions of GCC don't han

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

2013-09-16 Thread Apache Jenkins Server
See Changes: [brenden.matthews] Fixed broken build on GCC 4.8 due to -Wall. -- Started by an SCM change Started by an SCM change Sta

Re: Failed to load unknown flag 'native_library'

2013-09-16 Thread Charles Reiss
On 9/16/13 15:47 , Humpty Dumpty wrote: > Hello Charles, > > Thanks for reply. > > Follow up clarification > > When you say unset , does this mean i can just pass this variable as empty > value when starting master and slave. > > bin/mesos-master.sh --MESOS_NATIVE_LIBRARY="" > I mean remove i

Re: Failed to load unknown flag 'native_library'

2013-09-16 Thread OMURA, Shingo
Hi Humpty, > This error should no longer occur in Mesos 0.14 please see also https://issues.apache.org/jira/browse/MESOS-587 Thanks, -- Shingo Omura Software Architect, Technical Translator / Writer http://everpeace.github.io 2013/9/16 Humpty Dumpty : > Hello Charles, > > Thanks for reply. > >

[jira] [Commented] (MESOS-695) Introduce automated self-healing and coordinated repair to Mesos

2013-09-16 Thread Jeff Currier (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768539#comment-13768539 ] Jeff Currier commented on MESOS-695: David, For #1 & #2, not all of the observability

Re: Failed to load unknown flag 'native_library'

2013-09-16 Thread Humpty Dumpty
Hello Charles, Thanks for reply. Follow up clarification When you say unset , does this mean i can just pass this variable as empty value when starting master and slave. bin/mesos-master.sh --MESOS_NATIVE_LIBRARY="" Thanks On 17/09/2013 4:48 AM, "Charles Reiss" wrote: > On 9/14/13 15:56 , Hu

Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #1604

2013-09-16 Thread Apache Jenkins Server
See

Re: Review Request 14164: Fixed build breakage from 37e946683f1bb6a.

2013-09-16 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14164/#review26161 --- configure.ac

Re: Review Request 14164: Fixed build breakage from 37e946683f1bb6a.

2013-09-16 Thread Vinod Kone
> On Sept. 17, 2013, 12:55 a.m., Vinod Kone wrote: > > configure.ac, line 217 > > > > > > This is missing a ";;" here. Also confirmed that the patch works with gcc 4.2 on osx and linux (after the semicolons fix ofcou

Re: Review Request 14164: Fixed build breakage from 37e946683f1bb6a.

2013-09-16 Thread Brenden Matthews
> On Sept. 17, 2013, 12:55 a.m., Vinod Kone wrote: > > configure.ac, line 217 > > > > > > This is missing a ";;" here. > > Vinod Kone wrote: > Also confirmed that the patch works with gcc 4.2 on osx and linux (aft

Re: Review Request 14164: Fixed build breakage from 37e946683f1bb6a.

2013-09-16 Thread Brenden Matthews
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14164/ --- (Updated Sept. 17, 2013, 3:10 a.m.) Review request for mesos. Changes ---

Re: Review Request 14164: Fixed build breakage from 37e946683f1bb6a.

2013-09-16 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14164/#review26166 --- Ship it! Ship It! - Vinod Kone On Sept. 17, 2013, 3:10 a.m., Bre

Re: Review Request 14164: Fixed build breakage from 37e946683f1bb6a.

2013-09-16 Thread Brenden Matthews
> On Sept. 17, 2013, 3:48 a.m., Vinod Kone wrote: > > Ship It! I can't commit this right now. If it can't wait until the morning, I'll need somebody to do it for me. - Brenden --- This is an automatically generated e-mail. To reply, v