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

2014-09-19 Thread Till Toenshoff
+1 make check on OSX 10.9.5, clang 3.5 (Xcode 6) ->all tests passed On Sep 19, 2014, at 3:03 AM, Vinod Kone wrote: > +1 (binding) > > sudo make check on CentOS 5.5 w/ gcc-4.8.2 > > On Thu, Sep 18, 2014 at 4:05 PM, Adam Bordelon wrote: > Hi all, > > Please vote on releasing the following can

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

2014-09-19 Thread Niklas Nielsen
+1 (binding) On Friday, September 19, 2014, Till Toenshoff wrote: > +1 > > make check on OSX 10.9.5, clang 3.5 (Xcode 6) > ->all tests passed > > On Sep 19, 2014, at 3:03 AM, Vinod Kone > wrote: > > +1 (binding) > > sudo make check on CentOS 5.5 w/ gcc-4.8.2 > > On Thu, Sep 18, 2014 at 4:05 PM,

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

2014-09-19 Thread Jie Yu
+1 (binding) Make check on centos5 and centos6 (gcc48) On Thu, Sep 18, 2014 at 4:05 PM, Adam Bordelon wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 0.20.1. > > > 0.20.1 includes the following: > > --

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

2014-09-19 Thread Tim Chen
+1 (non-binding) Make check on Centos 5.5, docker tests all passed too. Tim On Fri, Sep 19, 2014 at 9:17 AM, Jie Yu wrote: > +1 (binding) > > Make check on centos5 and centos6 (gcc48) > > On Thu, Sep 18, 2014 at 4:05 PM, Adam Bordelon wrote: > >> Hi all, >> >> Please vote on releasing the fol

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

2014-09-19 Thread Tom Arnfeld
+1 (non-binding) Make check on Ubuntu 12.04 with gcc 4.6.3 On 19 September 2014 17:37, Tim Chen wrote: > +1 (non-binding) > > Make check on Centos 5.5, docker tests all passed too. > > Tim > > On Fri, Sep 19, 2014 at 9:17 AM, Jie Yu wrote: > >> +1 (binding) >> >> Make check on centos5 and cent

Re: TASK_LOST on storm task

2014-09-19 Thread James DeFelice
https://github.com/mesos/storm/pull/11 Looks like some cleanup has been requested... but should work as-is. On Fri, Sep 19, 2014 at 1:57 AM, Luyi Wang wrote: > Thanks, james. I will pull the latest change and see what you committed. > Thanks. > On Sep 18, 2014 8:21 PM, "James DeFelice" > wrot

Re: TASK_LOST on storm task

2014-09-19 Thread Luyi Wang
This is a little bit different from what I asked but might on the same page. I am asking if it should use the CONF_EXECUTOR_URI to setup the executor environment. https://github.com/jdef/storm/blob/5e18be19574ca3e09b0068033558f6e429099e65/src/storm/mesos/MesosNimbus.java#L441 But still thanks f