Re: Mesos build & testing environment instructions

2016-01-06 Thread Bernd Mathiske
+1. (Really exited about this prospect!) This kind of documentation is not necessarily for “testing” only. How can we expect certain features to run in production if they don’t pass the unit tests on a given platform? So I am in favor of the “let’s expand our existing install instructions”

Re: Mesos build & testing environment instructions

2016-01-06 Thread tommy xiao
indeed useful. 2016-01-06 18:16 GMT+08:00 Bernd Mathiske : > +1. (Really exited about this prospect!) > > This kind of documentation is not necessarily for “testing” only. How can > we expect certain features to run in production if they don’t pass the unit > tests on a

Re: Change minimum supported version for GCC to 4.8.1

2016-01-06 Thread Alexander Rojas
+1 > On 05 Jan 2016, at 00:06, Anand Mazumdar wrote: > > I would like to propose that we bump our minimum supported version for gcc > from 4.8.0 to 4.8.1. The main motivation behind this is that there are at > least 2 outstanding reviews on RB that want to use

Re: [MESOS-1865] Redirect to the leader master when current master is not a leader.

2016-01-06 Thread Adam Bordelon
Alright, let's revive it. I think we previously had problems trying to write a multi-master unit test. Might have to do some test infrastructure work to make that possible. On Wed, Jan 6, 2016 at 1:14 PM, Neil Conway wrote: > +1 -- I think we should make this change. The

Looking for a shepherd for MESOS-4258

2016-01-06 Thread Shuai Lin
Hi list, I'm working on MESOS-4258 , "Generate xml test reports in the jenkins build", , It's a quite trivial patch, here is the review request: https://reviews.apache.org/r/42011 Hope someone could shepherd this, thanks! Shuai

Re: mesos git commit: Fixed posix filesystem isolator to not allow executors with image.

2016-01-06 Thread James Peach
> On Jan 6, 2016, at 7:44 PM, Timothy Chen wrote: > > Hi James, > > There isn't any backward compatibility needed since we never really do > anything with volumes with posix filesystem, now we're just making > sure we don't allow it since it can cause problems especially

Re: mesos git commit: Fixed posix filesystem isolator to not allow executors with image.

2016-01-06 Thread Jie Yu
James, this is for filesystem/posix isolator, and has nothing to do with posix/disk isolator. Also, this has nothing to do with persistent volumes. - Jie On Wed, Jan 6, 2016 at 8:03 PM, James Peach wrote: > > > On Jan 6, 2016, at 7:44 PM, Timothy Chen

Re: mesos git commit: Fixed posix filesystem isolator to not allow executors with image.

2016-01-06 Thread Timothy Chen
Hi James, There isn't any backward compatibility needed since we never really do anything with volumes with posix filesystem, now we're just making sure we don't allow it since it can cause problems especially with volumes that has images. Tim On Wed, Jan 6, 2016 at 7:26 PM, James Peach

Re: [MESOS-1865] Redirect to the leader master when current master is not a leader.

2016-01-06 Thread Shuai Lin
Regarding this issue, I see non-active marathon instance would proxy http requests to the active marathon instance. This way no matter which marathon instance the client is visiting, it would always get the correct result. Could we do the same with mesos masters? The implementation would be more

Re: mesos git commit: Fixed posix filesystem isolator to not allow executors with image.

2016-01-06 Thread James Peach
Hi Tim, What are the backwards compatibility implications of this? > On Jan 6, 2016, at 6:50 PM, tnac...@apache.org wrote: > > Repository: mesos > Updated Branches: > refs/heads/master c258d8af7 -> 52abf8de3 > > > Fixed posix filesystem isolator to not allow executors with image. > >

Re: No master is currently leading ...

2016-01-06 Thread DiGiorgio, Mr. Rinaldo S.
> On Jan 6, 2016, at 16:05, Neil Conway wrote: > > Hi, > > Can you post the full logs from all of the master instances? > > BTW, the @dev list is mostly intended for discussion around the > development of Mesos. The @user list is a better venue for user >

[MESOS-1865] Redirect to the leader master when current master is not a leader.

2016-01-06 Thread Diogo Gomes
Hi, Adam and Haosdent Resurrecting this issue, https://issues.apache.org/jira/browse/MESOS-1865, I would like to make a +1 for this change, which apparently became cold but I think is very relevant and we had enough time to be prepared for a change like this, right? If necessary, can I help

Re: [MESOS-1865] Redirect to the leader master when current master is not a leader.

2016-01-06 Thread Neil Conway
+1 -- I think we should make this change. The current behavior is quite dangerous. Neil On Wed, Jan 6, 2016 at 12:52 PM, Diogo Gomes wrote: > Hi, Adam and Haosdent > > > Resurrecting this issue, https://issues.apache.org/jira/browse/MESOS-1865, I > would like to make a +1

No master is currently leading ...

2016-01-06 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I just installed mesos 0.26 with zookeeper and without zookeeper. In both cases I am getting a new message that I have not seen before. No master is currently leading ... Did I miss something in the release notes about some additional configuration required Rinaldo

Re: No master is currently leading ...

2016-01-06 Thread Neil Conway
Hi, Can you post the full logs from all of the master instances? BTW, the @dev list is mostly intended for discussion around the development of Mesos. The @user list is a better venue for user support/configuration questions. Thanks, Neil On Wed, Jan 6, 2016 at 12:58 PM, DiGiorgio, Mr.