Re: 0.28.3 release dashboard!

2016-11-07 Thread Joseph Wu
Thanks for the suggestions Benjamin! I've re-purposed one of the dashboard queries to track "Issues affecting 0.28.x that are resolved in versions later than 0.28". https://issues.apache.org/jira/issues/?filter=12338701 ^ That will show up on the dashboard too. There are 26 issues in that list,

Re: [VOTE] Release Apache Mesos 1.1.0 (rc3)

2016-11-07 Thread Vinod Kone
+1 (binding) Tested on ASF CI. *Revision*: a44b077ea0df54b77f05550979e1e97f39b15873 - refs/tags/1.1.0-rc3 Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl autotools [image: Success]

[VOTE] Release Apache Mesos 1.0.2 (rc3)

2016-11-07 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.0.2. This is a bug fix release. The CHANGELOG for the release is available at: https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.0.2-rc3

Re: [VOTE] Release Apache Mesos 1.1.0 (rc3)

2016-11-07 Thread Evers Benno
+1 (non-binding) Built and installed on Ubuntu 10.04 + 14.04 Configured with --disable-java --enable-python --disable-bundled-pip --disable-python-dependency-install On 04.11.2016 14:15, Till Toenshoff wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 1.1.0.

Re: 0.28.3 release dashboard!

2016-11-07 Thread Benjamin Bannier
Hi Joseph and Anand, > We are planning to cut this patch release within three workdays - that would > be around Monday next week. So, if you have any patches that need to get into > 0.28.3 make sure that either it is already in the 0.28.x branch or the > corresponding ticket has a target

Re: Which service discovery mechanism could be used with mesos?

2016-11-07 Thread Tomek Janiszewski
Hi Take a look at this SO answer http://stackoverflow.com/a/37822870/1387612 Service discovery could be Mesos agnostic by implementing registration/quering mechanism in application. On the other hand using discovery service that integrates with Mesos will reduce in application code. If you need

Which service discovery mechanism could be used with mesos?

2016-11-07 Thread Yu Wei
Hi Guys, I deployed a mesos cluster with zookeeper. Which methods could be used for service discovery and load balance? Thanks, Jared, (??) Software developer Interested in open source software, big data, Linux