Re: Zookeeper integration for Mesos-DNS

2015-03-23 Thread Ken Sipe
Aaron, It depends on what you mean however, Mesos-DNS works outside the cluster IMO. It is a bridge for things in the cluster (services launched by mesos)... But at that point it is DNS. Any client in or out of the cluster that can query DNS that leverage the service. Sent from my iPhone

Re: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread craig w
https://issues.apache.org/jira/browse/MESOS-2115 On Mon, Mar 23, 2015 at 8:30 AM, Aaron Carey aca...@ilm.com wrote: ah interesting.. what causes this difference? I think this probably makes sense for our setup currently.. -- *From:* craig w

Re: Is launchTasks() with multiple offers limited to a single slave?

2015-03-23 Thread Itamar Ostricher
Thanks Michael! On Mon, Mar 23, 2015 at 7:59 AM, Michael Park mcyp...@gmail.com wrote: Hi Itamar, Thanks for the patch! It looks like Niklas and Jie has looked at the patch and I'm sure they'll commit it soon, if not I'll nudge them :) Great :-) 2. I would imagine there could be a

RE: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread Aaron Carey
Not sure if this helps, but we've been using docker to run Mesos on Centos 7 hosts. From: craig w [codecr...@gmail.com] Sent: 23 March 2015 12:06 To: user@mesos.apache.org Subject: Unable to install subversion-devel 1.8+ on CentOS 7 Mesos 0.21.0+ requires

Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread craig w
Mesos 0.21.0+ requires subversion-devel 1.8+, which can be installed by adding the Wandisco yum repo. However, it appears that subversion-devel 1.8+ requires libsasl2.so.2, which is not available on CentOS7. I've seen one person try to create a symlink to libsasl2.so.3 and it worked [1], while

Re: HAProxy for Hive Thrift Server on Mesos

2015-03-23 Thread xiaokun
I have a similar error when launch jenkins in mesos cluster. And I use HA-Proxy to route jenkins URL(and JNLP port) to a fixed one. But from time to time, connection between jenkins master and jenkins slave will lost, while will cause jobs fail. I will try to set timeout value for HAProxy

RE: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread Aaron Carey
ah interesting.. what causes this difference? I think this probably makes sense for our setup currently.. From: craig w [codecr...@gmail.com] Sent: 23 March 2015 12:20 To: user@mesos.apache.org Subject: Re: Unable to install subversion-devel 1.8+ on CentOS 7 I

Re: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread craig w
What OS is your docker image based on? On Mon, Mar 23, 2015 at 8:11 AM, Aaron Carey aca...@ilm.com wrote: Not sure if this helps, but we've been using docker to run Mesos on Centos 7 hosts. -- *From:* craig w [codecr...@gmail.com] *Sent:* 23 March 2015 12:06

Re: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread craig w
I had considered running Mesos in docker containers, however with Mesos 0.21 if the slaves are running in a container and you have tasks running in containers, if the slave container were to exit/die, the tasks running in containers would also exit. If running mesos-slave on the host, any tasks

Re: Zookeeper integration for Mesos-DNS

2015-03-23 Thread Ken Sipe
roger that On Mar 23, 2015, at 9:22 AM, Aaron Carey aca...@ilm.com wrote: Thanks Ken, So basically we just need to add mesos-dns to our /etc/resolv.conf on every machine and hey presto auto-service discovery (using DNS)? (Here I mean service discovery to be: hey where is rabbitmq? DNS

Re: Zookeeper integration for Mesos-DNS

2015-03-23 Thread Ken Sipe
Aaron, Mesos-DNS is a DNS name server + a monitor of mesos-masters. It listens to the mesos-master. If a service is launched by mesos then mesos-dns conjures a service name (app_id + framework_id +.mesos) and associates it to the IP and PORT of the service. Since Mesos-DNS is a name

RE: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread Aaron Carey
Thanks, that's very useful to know! From: craig w [codecr...@gmail.com] Sent: 23 March 2015 12:41 To: user@mesos.apache.org Subject: Re: Unable to install subversion-devel 1.8+ on CentOS 7 https://issues.apache.org/jira/browse/MESOS-2115 On Mon, Mar 23, 2015 at

RE: Zookeeper integration for Mesos-DNS

2015-03-23 Thread Aaron Carey
As I understood it, it provides a service for containers within the cluster to automatically find each other as it handles their dns calls? However clients outside the cluster will not use the mesos-dns service by default, so won't have knowledge of anything running inside the cluster? Is

Re: [VOTE] Release Apache Mesos 0.22.0 (rc4)

2015-03-23 Thread Niklas Nielsen
I would like to steer this conversation/thread back to the release vote. Can you restart the distcc discussion in another thread? Cheers, Niklas On 23 March 2015 at 21:31, CCAAT cc...@tampabay.rr.com wrote: Excellent start! Nice links I was not aware of (thanks). Folks can use distcc now to

RE: Zookeeper integration for Mesos-DNS

2015-03-23 Thread Aaron Carey
lovely, thanks! From: craig w [codecr...@gmail.com] Sent: 23 March 2015 15:35 To: user@mesos.apache.org Subject: Re: Zookeeper integration for Mesos-DNS Keep in mind DNS will give you the ipaddress of the host, so rabbitmq.marathon.mesos will resolve to some IP

Re: Mesos slaves connecting but not active.

2015-03-23 Thread Tim Chen
How many containers are you running, and what is your system like? Also are you able to capture through perf or strace what docker rm is blocked on? Tim On Mon, Mar 23, 2015 at 10:12 AM, Giulio Eulisse giulio.euli...@cern.ch wrote: I suspect my problem is that docker rm takes forever in my

RE: Zookeeper integration for Mesos-DNS

2015-03-23 Thread Aaron Carey
Hey, I don't suppose there is anything like Mesos-DNS but for services/users outside the mesos cluster? So having a service which updates a DNS provider with task port/ips running inside the cluster so that external users are able to find those services? Am I correct in thinking Mesos-DNS only

Re: Mesos slaves connecting but not active.

2015-03-23 Thread Giulio Eulisse
I suspect my problem is that docker rm takes forever in my case. I'm not running docker in docker though. On 23 Mar 2015, at 18:01, haosdent wrote: Are your issue relevant to this? https://issues.apache.org/jira/browse/MESOS-2115 On Tue, Mar 24, 2015 at 12:52 AM, Giulio Eulisse

Re: Mesos slaves connecting but not active.

2015-03-23 Thread Giulio Eulisse
Ciao, How many containers are you running, and what is your system like? I've something like a dozen of slaves a 2 / 3 containers per slave. I'm running on a Centos6 derived distribution (Scientific Linux CERN). On the specific slave I do not have any running container: ```

Re: [VOTE] Release Apache Mesos 0.22.0 (rc4)

2015-03-23 Thread Elizabeth Lingg
+1 (Tested with Chronos) -Elizabeth On Mon, Mar 23, 2015 at 3:40 PM, Ben Whitehead ben.whiteh...@mesosphere.io wrote: +1 (non-binding) openSUSE 13.2 Linux 3.16.7 / gcc-4.8.3 Tested running Marathon 0.8.1 and Cassandra on Mesos 0.1.0-SNAPSHOT. On Thu, Mar 19, 2015 at 2:18 PM, Alex

Re: [VOTE] Release Apache Mesos 0.22.0 (rc4)

2015-03-23 Thread Dario Rexin
+1 (non-binding) tested with Marathon On 24 Mar 2015, at 00:03, Adam Bordelon a...@mesosphere.io wrote: +1 (binding) make check passes on Ubuntu 14.04 and Mac OS X (buildbot) On Mon, Mar 23, 2015 at 3:44 PM, Elizabeth Lingg elizab...@mesosphere.io mailto:elizab...@mesosphere.io wrote:

Re: [VOTE] Release Apache Mesos 0.22.0 (rc4)

2015-03-23 Thread Adam Bordelon
+1 (binding) make check passes on Ubuntu 14.04 and Mac OS X (buildbot) On Mon, Mar 23, 2015 at 3:44 PM, Elizabeth Lingg elizab...@mesosphere.io wrote: +1 (Tested with Chronos) -Elizabeth On Mon, Mar 23, 2015 at 3:40 PM, Ben Whitehead ben.whiteh...@mesosphere.io wrote: +1 (non-binding)

Re: [VOTE] Release Apache Mesos 0.22.0 (rc4)

2015-03-23 Thread Adam Bordelon
Hi Jeff, Integration tests are definitely desired/recommended. Some of us devs just do make [dist]check, but others test integrations with their favourite frameworks, or push it to their internal testing clusters. We're open to any additional testing you would like to propose and/or perform.

Re: [VOTE] Release Apache Mesos 0.22.0 (rc4)

2015-03-23 Thread Jeff Schroeder
How does everyone verify each release works? Obviously make check is important, but are there any sets of automated integration tests that anyone runs for a new release of mesos? If not, should there be? On Monday, March 23, 2015, Dario Rexin da...@mesosphere.io wrote: +1 (non-binding) tested

Re: [VOTE] Release Apache Mesos 0.22.0 (rc4)

2015-03-23 Thread Adam Bordelon
I know it's over a year old and hasn't been updated, but bmahler already created a distcc framework example for Mesos. https://github.com/mesos/mesos-distcc On Mon, Mar 23, 2015 at 7:56 PM, CCAAT cc...@tampabay.rr.com wrote: On 03/23/2015 09:02 PM, Adam Bordelon wrote: Integration tests are

Re: [VOTE] Release Apache Mesos 0.22.0 (rc4)

2015-03-23 Thread CCAAT
Excellent start! Nice links I was not aware of (thanks). Folks can use distcc now to test new rollouts of mesos? That was the quest of the thread was/is to establish some codes for testing new rollouts of mesos. It'll need to be 'extended' for cross compiling too for my needs. I'd like to

Re: [VOTE] Release Apache Mesos 0.22.0 (rc4)

2015-03-23 Thread CCAAT
On 03/23/2015 09:02 PM, Adam Bordelon wrote: Integration tests are definitely desired/recommended. Some of us devs just do make [dist]check, but others test integrations with their favourite frameworks, or push it to their internal testing clusters. We're open to any additional testing you