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

2015-09-19 Thread haosdent
I use ``` sudo make -j8 distcheck ``` do test. Passed in Ubuntu 14.04. But could not pass in CentOS 6.6 because of DockerContainerizerTest. On Sat, Sep 19, 2015 at 9:21 AM, Adam Bordelon wrote: > Hi friends, > > Please vote on releasing the following candidate as Apache

Re: Why do we need slave_id in Kill message

2015-09-19 Thread Alex Rukletsov
Inlined. On Sat, Sep 19, 2015 at 2:23 PM, Qian AZ Zhang wrote: > Thanks Alex for your answer! > > I checked the code of Master::_reconcileTasks(), it looks like in the case > that the task is unknown to master and framework specifies the SlaveID of > the task, this method

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

2015-09-19 Thread haosdent
Failed on CentOS 6.6 is because of I don't add correct hosts record in /etc/hosts. Now ``` sudo make -j8 distcheck ``` could pass on both Ubuntu 14.04 and CentOS 6.6 +1 On Sat, Sep 19, 2015 at 5:04 PM, haosdent wrote: > I use > ``` > sudo make -j8 distcheck > ``` > do