Re: [VOTE] Release Apache Mesos 0.28.0 (rc1)

2016-03-03 Thread Vinod Kone
On Thu, Mar 3, 2016 at 5:43 PM, Vinod Kone wrote: > Tue Mar 10 17:00:00 PST 2016 Sorry. This should be Mar 8th not 10th.

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Alex Clemmer
Looks like the relevant review is this one: https://reviews.apache.org/r/40418/diff/3#4 I _suspect_ this will work with Windows, but am not positive. Optimistically, it's not clear to me whether it makes sense to add it as a dependency, because I don't know how to get its location reliably on

Re: 0.28.0 release

2016-03-03 Thread Guangya Liu
I think that we also need to include https://reviews.apache.org/r/44258/ ( https://issues.apache.org/jira/browse/MESOS-4831) in 0.28 cause this issue will lead two inverse offers with one maintain call. Thanks, Guangya On Fri, Mar 4, 2016 at 9:44 AM, Vinod Kone wrote: >

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Guangya Liu
libcurl can automatically picks up certain environment variables and adjusts its settings accordingly, so libcurl support enabling http_proxy and https_proxy by default, this is important feature for someone who want to use a proxy to connect internet. One example is that I cannot get google

[VOTE] Release Apache Mesos 0.28.0 (rc1)

2016-03-03 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.28.0. 0.28.0 includes the following: * [MESOS-4343] - A new cgroups isolator for enabling the net_cls subsystem in Linux. The

Re: 0.28.0 release

2016-03-03 Thread Vinod Kone
Release vote sent. The soft lock is released as well. Commit away! On Thu, Mar 3, 2016 at 4:58 PM, Timothy Chen wrote: > Sorry I pushed a quick typo fix before seeing this email. > > Tim > > On Thu, Mar 3, 2016 at 4:15 PM, Vinod Kone wrote: > > Alright,

Re: 0.28.0 release

2016-03-03 Thread Timothy Chen
Sorry I pushed a quick typo fix before seeing this email. Tim On Thu, Mar 3, 2016 at 4:15 PM, Vinod Kone wrote: > Alright, all the blockers are resolved. I'll be cutting the RC shortly. > > I'm also taking a soft lock on the 'master' branch. *Committers:* *Please > do not

Re: 0.28.0 release

2016-03-03 Thread Vinod Kone
Alright, all the blockers are resolved. I'll be cutting the RC shortly. I'm also taking a soft lock on the 'master' branch. *Committers:* *Please do not push any commits upstream until I release the lock.* Thanks, On Mon, Feb 29, 2016 at 1:36 PM, Vinod Kone wrote: > Hi

Re: GSoC query

2016-03-03 Thread Tomek Janiszewski
Hi I also consider participating in GSoC. It will be great if shepard/mentors pick some issues that could be done during GSoC and bring value for community. Personally I'd like to work on https://issues.apache.org/jira/plugins/servlet/mobile#issue/MESOS-2021. Best Tomek czw., 3 mar 2016, 20:02

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Jojy Varghese
+1 On Thu, Mar 3, 2016 at 12:52 PM Jake Farrell wrote: > +1 > > -Jake > > On Thu, Mar 3, 2016 at 12:10 PM, Jie Yu wrote: > > > Hi, > > > > I am proposing making 'curl' a prerequisite when installing Mesos. > > Currently, we require 'libcurl' being

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Jake Farrell
+1 -Jake On Thu, Mar 3, 2016 at 12:10 PM, Jie Yu wrote: > Hi, > > I am proposing making 'curl' a prerequisite when installing Mesos. > Currently, we require 'libcurl' being present when installing Mesos ( > http://mesos.apache.org/gettingstarted/). However, we found that

Re: Need CHANGELOG updates

2016-03-03 Thread Avinash Sridharan
net_cls isolator update under review: https://reviews.apache.org/r/44350/ On Thu, Mar 3, 2016 at 11:11 AM, Avinash Sridharan wrote: > Hi Vinod, > Will file a ticket and update the change log for the net_cls isolator. > > -Avinash > > On Thu, Mar 3, 2016 at 11:08 AM, Neil

Re: Need CHANGELOG updates

2016-03-03 Thread Neil Conway
I sent https://reviews.apache.org/r/44348/ for the floating point math changes; if you'd prefer a different format or more/less details, just let me know. Thanks, Neil On Thu, Mar 3, 2016 at 10:57 AM, Vinod Kone wrote: > Hi guys, > > The 0.28.0 release is currently blocked

GSoC query

2016-03-03 Thread Disha Singh
Hi everyone, Apache has got selected for GSoC 2016 so, I wanted to apply for a project in Mesos, but there are no ideas related to Mesos in the GSoC ideas list, but since there is an option for suggest your own idea, I wanted to ask if I can still work under mesos if I manage to find work that

Need CHANGELOG updates

2016-03-03 Thread Vinod Kone
Hi guys, The 0.28.0 release is currently blocked on the updates to CHANGELOG. Basically I'm looking for shepherds/owners of feature tickets to add a blurb in the CHANGELOG for their tickets. The big ticket items that went into 0.28.0 that I know of --> net_cls_isolator --> floating point math

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Vinod Kone
sgtm On Thu, Mar 3, 2016 at 10:01 AM, Jie Yu wrote: > Neil, thanks for the comments and the pointer! > > Just looked at the curl_multi_xxx() API. Yeah, I think we should be able > to use that API in our async environment. But we need to hook this with > our underlying

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Jie Yu
Neil, thanks for the comments and the pointer! Just looked at the curl_multi_xxx() API. Yeah, I think we should be able to use that API in our async environment. But we need to hook this with our underlying libev/libevent based runtime, which might take a while to finish. I'll create a ticket to

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Neil Conway
No objection to about the additional dependency, but using 'curl' instead of 'libcurl' seems unfortunate. Can you share some more detailed information about the problems that have been encountered using libcurl? e.g., was using the curl_multi_xxx() APIs explored? Neil On Thu, Mar 3, 2016 at 9:10

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread haosdent
We also use curl.exe[1] in Windows? 1. http://www.paehl.com/open_source/?CURL_7.47.1 On Fri, Mar 4, 2016 at 1:13 AM, Bernd Mathiske wrote: > +1 > > On Mar 3, 2016, at 6:10 PM, Jie Yu wrote: > > Hi, > > I am proposing making 'curl' a prerequisite when

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Gilbert Song
+1 On Thu, Mar 3, 2016 at 9:13 AM, Bernd Mathiske wrote: > +1 > > On Mar 3, 2016, at 6:10 PM, Jie Yu wrote: > > Hi, > > I am proposing making 'curl' a prerequisite when installing Mesos. > Currently, we require 'libcurl' being present when installing

Re: Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Bernd Mathiske
+1 > On Mar 3, 2016, at 6:10 PM, Jie Yu wrote: > > Hi, > > I am proposing making 'curl' a prerequisite when installing Mesos. Currently, > we require 'libcurl' being present when installing Mesos > (http://mesos.apache.org/gettingstarted/ >

Making 'curl' a prerequisite for installing Mesos

2016-03-03 Thread Jie Yu
Hi, I am proposing making 'curl' a prerequisite when installing Mesos. Currently, we require 'libcurl' being present when installing Mesos ( http://mesos.apache.org/gettingstarted/). However, we found that it does not compose well with our asynchronous runtime environment (i.e., it'll block the