Re: Review Request 17306: Added an asynchronous subprocess utility.

2014-01-28 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17306/#review33111 --- Ship it! Great stuff Ben, great tests! 3rdparty/libprocess/includ

Re: Review Request 17481: Fixed the use of a raw unix time in the Slave.

2014-01-28 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17481/#review33110 --- Ship it! src/slave/slave.cpp

Re: Review Request 17480: Updated the semantics of Clock::resume.

2014-01-28 Thread Benjamin Hindman
> On Jan. 29, 2014, 7:10 a.m., Benjamin Hindman wrote: > > Not too bad! One more thought: there is a part of me that doesn't want to add clock::advanced unless we've every paused the clock. At the very least, how about a comment in Time::create discussing clock::advanced and the fact that in

Re: Review Request 17480: Updated the semantics of Clock::resume.

2014-01-28 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17480/#review33107 --- Ship it! Not too bad! 3rdparty/libprocess/src/process.cpp

Re: Review Request 17304: Added a child Reaper utility in libprocess.

2014-01-28 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17304/#review33104 --- Ship it! 3rdparty/libprocess/include/process/reap.hpp

Re: Review Request 17305: Update the slave to use the libprocess Reaper.

2014-01-28 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17305/#review33105 --- Ship it! src/tests/environment.cpp

Re: Review Request 17481: Fixed the use of a raw unix time in the Slave.

2014-01-28 Thread Vinod Kone
> On Jan. 29, 2014, 4:35 a.m., Vinod Kone wrote: > > src/slave/slave.cpp, lines 2870-2871 > > > > > > How is this using libprocess clock? never mind. i didn't see the dependee review. - Vinod

Re: Review Request 17481: Fixed the use of a raw unix time in the Slave.

2014-01-28 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17481/#review33090 --- src/slave/slave.cpp

[jira] [Created] (MESOS-954) The /__processes__ endpoint in libprocess is missing

2014-01-28 Thread Benjamin Mahler (JIRA)
Benjamin Mahler created MESOS-954: - Summary: The /__processes__ endpoint in libprocess is missing Key: MESOS-954 URL: https://issues.apache.org/jira/browse/MESOS-954 Project: Mesos Issue Typ

[jira] [Updated] (MESOS-954) The /__processes__ endpoint in libprocess is missing a needed lock acquisition.

2014-01-28 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Mahler updated MESOS-954: -- Summary: The /__processes__ endpoint in libprocess is missing a needed lock acquisition. (was:

Re: Review Request 17305: Update the slave to use the libprocess Reaper.

2014-01-28 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17305/ --- (Updated Jan. 29, 2014, 3:39 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 17304: Added a child Reaper utility in libprocess.

2014-01-28 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17304/ --- (Updated Jan. 29, 2014, 3:39 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 17306: Added an asynchronous subprocess utility.

2014-01-28 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17306/ --- (Updated Jan. 29, 2014, 3:39 a.m.) Review request for mesos, Benjamin Hindman,

[jira] [Commented] (MESOS-952) Clock::resume should adjust timeouts that were created in a paused/advanced Clock context.

2014-01-28 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13884968#comment-13884968 ] Benjamin Mahler commented on MESOS-952: --- This updates the semantics: https://reviews.

Review Request 17481: Fixed the use of a raw unix time in the Slave.

2014-01-28 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17481/ --- Review request for mesos, Benjamin Hindman, Jie Yu, and Vinod Kone. Bugs: MESOS

Review Request 17480: Updated the semantics of Clock::resume.

2014-01-28 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17480/ --- Review request for mesos, Benjamin Hindman, Jie Yu, and Vinod Kone. Bugs: MESOS

Re: Review Request 17255: Add observe endpoint to master.

2014-01-28 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17255/#review33087 --- Stoked to see a HELP included from the very beginning! In addition t

[jira] [Assigned] (MESOS-952) Clock::resume should adjust timeouts that were created in a paused/advanced Clock context.

2014-01-28 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Mahler reassigned MESOS-952: - Assignee: Benjamin Mahler > Clock::resume should adjust timeouts that were created in a pa

Review Request 17476: Added a Sequencer abstraction.

2014-01-28 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17476/ --- Review request for mesos and Benjamin Hindman. Repository: mesos-git Descript

Re: Review Request 16150: Containerizer - isolators (part 3)

2014-01-28 Thread Ian Downes
> On Jan. 28, 2014, 7:42 p.m., Vinod Kone wrote: > > src/slave/containerizer/isolators/posix.hpp, line 36 > > > > > > I'm assuming you don't people to directly use PosixIsolatorProcess but > > rather its subclasses? >

Re: Review Request 16150: Containerizer - isolators (part 3)

2014-01-28 Thread Ian Downes
> On Jan. 26, 2014, 8:08 a.m., Adam B wrote: > > src/slave/container/isolator.cpp, line 99 > > > > > > Needs newline at end of file Not needed for cpp file, and not done by other files in codebase. - Ian --

Review Request 17474: Updated the CHANGELOG for 0.17.0.

2014-01-28 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17474/ --- Review request for mesos and Vinod Kone. Repository: mesos-git Description --

[jira] [Updated] (MESOS-803) Make it easy for frameworks to change authentication secret

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-803: - Fix Version/s: (was: 0.17.0) 0.18.0 > Make it easy for frameworks to change authentication

[jira] [Updated] (MESOS-581) Expose cpu and memory usage statistics for master and slave

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-581: - Fix Version/s: (was: 0.17.0) 0.18.0 > Expose cpu and memory usage statistics for master and

[jira] [Updated] (MESOS-786) Update semantics of when framework registered()/reregistered() get called

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-786: - Fix Version/s: (was: 0.17.0) 0.18.0 > Update semantics of when framework registered()/rereg

[jira] [Updated] (MESOS-904) Check for libcxx is missing in configure.ac

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-904: - Fix Version/s: (was: 0.17.0) 0.18.0 > Check for libcxx is missing in configure.ac > ---

[jira] [Updated] (MESOS-551) Scheduler driver should acknowledge duplicate status updates

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-551: - Fix Version/s: (was: 0.17.0) 0.18.0 > Scheduler driver should acknowledge duplicate status

[jira] [Updated] (MESOS-743) ReservationAllocatorTest.ResourcesReturned test is flaky

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-743: - Fix Version/s: (was: 0.17.0) 0.18.0 > ReservationAllocatorTest.ResourcesReturned test is fl

Re: Review Request 16149: Containerizer - launchers (part 2)

2014-01-28 Thread Ian Downes
> On Jan. 28, 2014, 7:13 p.m., Vinod Kone wrote: > > src/slave/containerizer/cgroups_launcher.cpp, lines 162-165 > > > > > > Why is this an error? > > > > If the cgroup was removed but the slave died before it

[jira] [Updated] (MESOS-422) Master leader election should be more robust to stale ephemeral nodes

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-422: - Fix Version/s: (was: 0.17.0) 0.18.0 > Master leader election should be more robust to stale

[jira] [Updated] (MESOS-693) Add slave recovery support to the test executor

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-693: - Fix Version/s: (was: 0.17.0) 0.18.0 > Add slave recovery support to the test executor > ---

[jira] [Updated] (MESOS-752) SlaveRecoveryTest/0.ReconcileTasksMissingFromSlave test is flaky

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-752: - Fix Version/s: (was: 0.17.0) 0.18.0 > SlaveRecoveryTest/0.ReconcileTasksMissingFromSlave te

[jira] [Updated] (MESOS-473) Freezer fails fatally when it is unable to write 'FROZEN' to freezer.state

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-473: - Fix Version/s: (was: 0.17.0) 0.18.0 > Freezer fails fatally when it is unable to write 'FRO

[jira] [Updated] (MESOS-666) Include CHANGELOG and docs/ in distributions.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-666: - Fix Version/s: (was: 0.17.0) 0.18.0 > Include CHANGELOG and docs/ in distributions. > -

[jira] [Updated] (MESOS-912) Slave sometimes crashes with SIGPIPE

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-912: - Fix Version/s: (was: 0.17.0) 0.18.0 > Slave sometimes crashes with SIGPIPE > --

[jira] [Updated] (MESOS-763) Implement a OOM test that does file io

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-763: - Fix Version/s: (was: 0.17.0) 0.18.0 > Implement a OOM test that does file io >

[jira] [Updated] (MESOS-631) Slave started in cleanup mode shouldn't accept new tasks

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-631: - Fix Version/s: (was: 0.17.0) 0.18.0 > Slave started in cleanup mode shouldn't accept new ta

[jira] [Updated] (MESOS-759) The cgroups TaskKiller should skip freezing the cgroup if it is already empty.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-759: - Fix Version/s: (was: 0.17.0) 0.18.0 > The cgroups TaskKiller should skip freezing the cgrou

[jira] [Updated] (MESOS-468) mesos-slave should clean ENV vars before invoking executors

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-468: - Fix Version/s: (was: 0.17.0) 0.18.0 > mesos-slave should clean ENV vars before invoking exe

[jira] [Updated] (MESOS-600) Rework Isolator abstraction

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-600: - Fix Version/s: (was: 0.17.0) 0.18.0 > Rework Isolator abstraction > ---

[jira] [Updated] (MESOS-840) Crash in Java finalizer

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-840: - Fix Version/s: (was: 0.17.0) 0.18.0 > Crash in Java finalizer > --- > >

[jira] [Updated] (MESOS-927) OsTest.killtree is flaky

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-927: - Fix Version/s: (was: 0.17.0) 0.18.0 > OsTest.killtree is flaky > >

[jira] [Updated] (MESOS-841) Enforce only leading master can write to the Registrar.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-841: - Fix Version/s: (was: 0.17.0) 0.18.0 > Enforce only leading master can write to the Registra

[jira] [Updated] (MESOS-750) Require compilers that support c++11

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-750: - Fix Version/s: (was: 0.17.0) 0.18.0 > Require compilers that support c++11 > --

[jira] [Updated] (MESOS-610) Split slave specific tests out of master_tests

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-610: - Fix Version/s: (was: 0.17.0) 0.18.0 > Split slave specific tests out of master_tests >

[jira] [Updated] (MESOS-625) Long lived framework is broken in local runs

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-625: - Fix Version/s: (was: 0.17.0) 0.18.0 > Long lived framework is broken in local runs > --

[jira] [Updated] (MESOS-937) Fix "pure virtual method called" bug in zookeeper::ProcessWatcher

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-937: - Fix Version/s: (was: 0.17.0) 0.18.0 > Fix "pure virtual method called" bug in zookeeper::Pr

[jira] [Updated] (MESOS-578) configure fails on OSX 10.8.4

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-578: - Fix Version/s: (was: 0.17.0) 0.18.0 > configure fails on OSX 10.8.4 > -

[jira] [Updated] (MESOS-928) AllocatorZooKeeperTest/0.SlaveReregistersFirst is flaky

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-928: - Fix Version/s: (was: 0.17.0) 0.18.0 > AllocatorZooKeeperTest/0.SlaveReregistersFirst is fla

[jira] [Updated] (MESOS-444) Remove --checkpoint flag in the slave once checkpointing is stable.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-444: - Fix Version/s: (was: 0.17.0) 0.18.0 > Remove --checkpoint flag in the slave once checkpoint

[jira] [Updated] (MESOS-754) AuthenticationTest.DropFinalSASLMessage test is flaky

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-754: - Fix Version/s: (was: 0.17.0) 0.18.0 > AuthenticationTest.DropFinalSASLMessage test is flaky

[jira] [Updated] (MESOS-923) Containerizers should persist their own recovery state.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-923: - Fix Version/s: (was: 0.17.0) 0.18.0 > Containerizers should persist their own recovery stat

[jira] [Updated] (MESOS-660) Better slave recovery semantics when flags are changed.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-660: - Fix Version/s: (was: 0.17.0) 0.18.0 > Better slave recovery semantics when flags are change

[jira] [Updated] (MESOS-684) Automate publishing of python artifacts with release candidates and releases

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-684: - Fix Version/s: (was: 0.17.0) 0.18.0 > Automate publishing of python artifacts with release

[jira] [Updated] (MESOS-945) Show framework host name in the WebUI

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-945: - Fix Version/s: (was: 0.17.0) 0.18.0 > Show framework host name in the WebUI > -

[jira] [Updated] (MESOS-623) Cluster::slaves::shutdown() doesn't call shutdown on the slaves

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-623: - Fix Version/s: (was: 0.17.0) 0.18.0 > Cluster::slaves::shutdown() doesn't call shutdown on

[jira] [Updated] (MESOS-767) Slave should re-register with completed frameworks/executors

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-767: - Fix Version/s: (was: 0.17.0) 0.18.0 > Slave should re-register with completed frameworks/ex

[jira] [Updated] (MESOS-674) Implement a test executor

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-674: - Fix Version/s: (was: 0.17.0) 0.18.0 > Implement a test executor > -

[jira] [Updated] (MESOS-735) SlaveRecoveryTest/0.RegisterDisconnectedSlave flaky

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-735: - Fix Version/s: (was: 0.17.0) 0.18.0 > SlaveRecoveryTest/0.RegisterDisconnectedSlave flaky >

[jira] [Updated] (MESOS-926) Document change to separate cgroup mounts

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-926: - Fix Version/s: (was: 0.17.0) 0.18.0 > Document change to separate cgroup mounts > -

[jira] [Updated] (MESOS-589) Add Mesos branding to web UI

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-589: - Fix Version/s: (was: 0.17.0) 0.18.0 > Add Mesos branding to web UI > --

[jira] [Updated] (MESOS-899) make install does not install python libraries

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-899: - Fix Version/s: (was: 0.17.0) 0.18.0 > make install does not install python libraries >

[jira] [Updated] (MESOS-903) Store MasterInfo in ZK to enable master web UI redirection etc.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-903: - Fix Version/s: (was: 0.17.0) 0.18.0 > Store MasterInfo in ZK to enable master web UI redire

[jira] [Updated] (MESOS-543) proper auto-tools dependency checking and packaging

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-543: - Fix Version/s: (was: 0.17.0) 0.18.0 > proper auto-tools dependency checking and packaging >

[jira] [Updated] (MESOS-869) The Task protobuf does not always have a status for the corresponding task state.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-869: - Fix Version/s: (was: 0.17.0) 0.18.0 > The Task protobuf does not always have a status for t

[jira] [Updated] (MESOS-886) Slave should wait until resources are isolated before launching tasks

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-886: - Fix Version/s: (was: 0.17.0) 0.18.0 > Slave should wait until resources are isolated before

[jira] [Updated] (MESOS-621) HierarchicalAllocator::slaveRemoved doesn't properly handle framework allocations/resources

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-621: - Fix Version/s: (was: 0.17.0) 0.18.0 > HierarchicalAllocator::slaveRemoved doesn't properly

[jira] [Updated] (MESOS-681) Document known cases where updates can be lost.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-681: - Fix Version/s: (was: 0.17.0) 0.18.0 > Document known cases where updates can be lost. > ---

[jira] [Updated] (MESOS-856) TasksKiller may run forever because the cgroup cannot be frozen.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-856: - Fix Version/s: (was: 0.17.0) 0.18.0 > TasksKiller may run forever because the cgroup cannot

[jira] [Updated] (MESOS-784) slave should allocate all the rest resources even given a resources flag

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-784: - Fix Version/s: (was: 0.17.0) 0.18.0 > slave should allocate all the rest resources even giv

[jira] [Updated] (MESOS-878) Slave should not register with the master when in TERMINATING.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-878: - Fix Version/s: (was: 0.17.0) 0.18.0 > Slave should not register with the master when in TER

[jira] [Updated] (MESOS-62) Report actual resource usage to master

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-62: Fix Version/s: (was: 0.17.0) 0.18.0 > Report actual resource usage to master > ---

[jira] [Updated] (MESOS-781) Figure out a way for `make distcheck` to take configure options

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-781: - Fix Version/s: (was: 0.17.0) 0.18.0 > Figure out a way for `make distcheck` to take configu

[jira] [Updated] (MESOS-544) Mesos-slave support for "node drain"

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-544: - Fix Version/s: (was: 0.17.0) 0.18.0 > Mesos-slave support for "node drain" > --

[jira] [Updated] (MESOS-723) Expose total number of resources allocated to the slave in its endpoint

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-723: - Fix Version/s: (was: 0.17.0) 0.18.0 > Expose total number of resources allocated to the sla

[jira] [Updated] (MESOS-790) Make recovering frameworks in the Slave asynchronous.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-790: - Fix Version/s: (was: 0.17.0) 0.18.0 > Make recovering frameworks in the Slave asynchronous.

[jira] [Updated] (MESOS-783) Master::killTask must not answer with TASK_LOST when the task is unknown.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-783: - Fix Version/s: (was: 0.17.0) 0.18.0 > Master::killTask must not answer with TASK_LOST when

[jira] [Updated] (MESOS-922) Containerizer to support launching tasks by TaskInfo

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-922: - Fix Version/s: (was: 0.17.0) 0.18.0 > Containerizer to support launching tasks by TaskInfo

[jira] [Updated] (MESOS-700) more efficient distribution of frameworks via HDFS

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-700: - Fix Version/s: (was: 0.17.0) 0.18.0 > more efficient distribution of frameworks via HDFS >

[jira] [Updated] (MESOS-562) Update 'Getting Started' Documentation Page

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-562: - Fix Version/s: (was: 0.17.0) 0.18.0 > Update 'Getting Started' Documentation Page > ---

[jira] [Updated] (MESOS-891) Cgroups cleanup() should wait for all attached subsystems to be detached

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-891: - Fix Version/s: (was: 0.17.0) 0.18.0 > Cgroups cleanup() should wait for all attached subsys

[jira] [Updated] (MESOS-691) Slave should not crash on failure to launch/kill executors

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-691: - Fix Version/s: (was: 0.17.0) 0.18.0 > Slave should not crash on failure to launch/kill exec

[jira] [Updated] (MESOS-764) Implement Master state recovery using the registrar.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-764: - Fix Version/s: (was: 0.17.0) 0.18.0 > Implement Master state recovery using the registrar.

[jira] [Updated] (MESOS-590) Implement the Resources and Values classes in Java and Python

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-590: - Fix Version/s: (was: 0.17.0) 0.18.0 > Implement the Resources and Values classes in Java an

[jira] [Updated] (MESOS-887) Scheduler Driver should use exited() to detect disconnection with Master.

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-887: - Fix Version/s: (was: 0.17.0) 0.18.0 > Scheduler Driver should use exited() to detect discon

[jira] [Updated] (MESOS-523) Refactor initialization of slave resources

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-523: - Fix Version/s: (was: 0.17.0) 0.18.0 > Refactor initialization of slave resources >

[jira] [Updated] (MESOS-947) Slave should properly handle a killTask() that arrives between runTask() and _runTask()

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-947: - Fix Version/s: (was: 0.17.0) 0.18.0 > Slave should properly handle a killTask() that arrive

[jira] [Updated] (MESOS-682) Master should properly consolidate "slaves" and "deactivated" maps

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-682: - Fix Version/s: (was: 0.17.0) 0.18.0 > Master should properly consolidate "slaves" and "deac

[jira] [Updated] (MESOS-672) Web UI redirection does not work for hosts whose ip addresses are not publicly accessible

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-672: - Fix Version/s: (was: 0.17.0) 0.18.0 > Web UI redirection does not work for hosts whose ip a

[jira] [Updated] (MESOS-295) Allow new masters to have better understanding of cluster state

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-295: - Fix Version/s: (was: 0.17.0) 0.18.0 > Allow new masters to have better understanding of clu

[jira] [Updated] (MESOS-733) Speedup slave recovery tests

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-733: - Fix Version/s: (was: 0.17.0) 0.18.0 > Speedup slave recovery tests > --

[jira] [Updated] (MESOS-916) add .gitignore-template file for ./bootstrap generated files

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-916: - Fix Version/s: 0.17.0 > add .gitignore-template file for ./bootstrap generated files > ---

[jira] [Updated] (MESOS-929) Aurora not added to the framework docs

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-929: - Fix Version/s: 0.17.0 > Aurora not added to the framework docs > -- > >

[jira] [Updated] (MESOS-902) add post to libprocess

2014-01-28 Thread Jie Yu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-902: - Fix Version/s: 0.17.0 > add post to libprocess > -- > > Key: MESOS-902 >

Review Request 17473: Updated upgrades document for 0.17.0.

2014-01-28 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17473/ --- Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone. Reposit

Re: Review Request 17221: Added a function that captures the stack trace when "a pure virtual method" is called.

2014-01-28 Thread Jiang Yan Xu
> On Jan. 23, 2014, 10:27 a.m., Jie Yu wrote: > > src/logging/logging.cpp, line 44 > > > > > > Is this standard? What if other library also defines this function? > > Jiang Yan Xu wrote: > It's done in a similar wa

[jira] [Commented] (MESOS-930) Provide slave<->executor protocol

2014-01-28 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13884748#comment-13884748 ] Benjamin Mahler commented on MESOS-930: --- Glad to see you're taking the initiative her

[jira] [Commented] (MESOS-952) Clock::resume should adjust timeouts that were created in a paused/advanced Clock context.

2014-01-28 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13884691#comment-13884691 ] Benjamin Mahler commented on MESOS-952: --- Alternatively, one could expect Clock::resum

Re: Review Request 16147: Containerizer (part 1)

2014-01-28 Thread Benjamin Hindman
> On Jan. 28, 2014, 9:16 a.m., Vinod Kone wrote: > > src/local/local.cpp, line 153 > > > > > > s/isolator/containerizer/ ? > > > > Do you know what is this TODO about? > > Ian Downes wrote: > No, I don't.

Re: Review Request 17431: Enabled configuration of the mesos master from the UI.

2014-01-28 Thread Thomas Rampelberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17431/ --- (Updated Jan. 28, 2014, 8:51 p.m.) Review request for mesos and Ross Allen. B

  1   2   >