Re: Review Request 17440: Removed an unnecessary intermediate ZooKeeper event handler (WatcherProcess) which has a bug in ensuring the lifecycles of WatcherProcess and Watcher match each other thus ca

2014-01-28 Thread Jiang Yan Xu
On Jan. 27, 2014, 9:38 p.m., Benjamin Hindman wrote: src/state/zookeeper.cpp, line 73 https://reviews.apache.org/r/17440/diff/1/?file=452615#file452615line73 But we aren't connecting! The 'zk' handle is set to NULL on the line above. What was the problem with DISCONNECTED? That

Re: Review Request 16724: Added completed frameworks/tasks to slave re-registration.

2014-01-28 Thread Adam B
On Jan. 27, 2014, 10:44 p.m., Vinod Kone wrote: Can we add a test for this please? Certainly. I'll jump on that this week. Thanks for reviewing! On Jan. 27, 2014, 10:44 p.m., Vinod Kone wrote: src/master/master.cpp, line 1367

Re: Review Request 16724: Added completed frameworks/tasks to slave re-registration.

2014-01-28 Thread Adam B
On Jan. 27, 2014, 8:54 p.m., Benjamin Hindman wrote: src/master/master.cpp, line 2657 https://reviews.apache.org/r/16724/diff/3/?file=425217#file425217line2657 Let's use the same parameter name here and in the declaration please (same for Master::readdCompletedFramework too).

Re: Review Request 16147: Containerizer (part 1)

2014-01-28 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16147/#review32969 --- Looks great! My main concern is that there seems to be a bug in

Re: Review Request 16724: Added completed frameworks/tasks to slave re-registration.

2014-01-28 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16724/#review33008 --- Did you forget to update the diff? I'm planning to cut 0.17.0-rc1

Re: Review Request 17445: Added LLDB convenience scripts.

2014-01-28 Thread Niklas Nielsen
On Jan. 27, 2014, 9:09 p.m., Benjamin Hindman wrote: Ship It! If there are no further objections, I'll go ahead and commit this. - Niklas --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request 17442: Added 'active_tasks' stat to master stats endpoint.

2014-01-28 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17442/ --- (Updated Jan. 28, 2014, 6:05 p.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 17443: Added queued and launched tasks to slave stats.

2014-01-28 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17443/ --- (Updated Jan. 28, 2014, 6:06 p.m.) Review request for mesos, Adam B, Benjamin

[jira] [Updated] (MESOS-736) Support catch-up replicated log

2014-01-28 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-736: - Issue Type: Story (was: Improvement) Support catch-up replicated log ---

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

2014-01-28 Thread Nikita Vetoshkin (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13884398#comment-13884398 ] Nikita Vetoshkin commented on MESOS-930: Stepping back and giving this thought

[jira] [Created] (MESOS-953) default value of JSON::Value is empty string

2014-01-28 Thread Charlie Carson (JIRA)
Charlie Carson created MESOS-953: Summary: default value of JSON::Value is empty string Key: MESOS-953 URL: https://issues.apache.org/jira/browse/MESOS-953 Project: Mesos Issue Type: Bug

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, 6:45 p.m.) Review request for mesos and Ross Allen.

Re: Review Request 17440: Removed an unnecessary intermediate ZooKeeper event handler (WatcherProcess) which has a bug in ensuring the lifecycles of WatcherProcess and Watcher match each other thus ca

2014-01-28 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17440/ --- (Updated Jan. 28, 2014, 11:05 a.m.) Review request for mesos, Benjamin

Re: Review Request 16724: Added completed frameworks/tasks to slave re-registration.

2014-01-28 Thread Adam B
On Jan. 28, 2014, 9:59 a.m., Vinod Kone wrote: Did you forget to update the diff? I'm planning to cut 0.17.0-rc1 in an hour or so. If you want this patch to be included in that release please update it before then. Just marked things fixed as I made the edits at home. Building/testing

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

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

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

2014-01-28 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16150/#review33022 --- src/slave/containerizer/isolator.hpp

Re: Review Request 16147: Containerizer (part 1)

2014-01-28 Thread Ian Downes
On Jan. 28, 2014, 9:16 a.m., Vinod Kone wrote: src/launcher/fetcher.cpp, lines 41-49 https://reviews.apache.org/r/16147/diff/8/?file=451132#file451132line41 could we just do 'xf' and let tar figure out the compression? This was copied straight from the old launcher, but yes. I had

[jira] [Commented] (MESOS-953) default value of JSON::Value is empty string

2014-01-28 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13884564#comment-13884564 ] Benjamin Hindman commented on MESOS-953: SGTM. default value of JSON::Value is

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:46 p.m.) Review request for mesos and Ross Allen.

Re: Review Request 16432: Containerizer - cgroup isolators (part 4)

2014-01-28 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16432/#review33029 --- This has some issues with not properly doing clean up in an

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.

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 https://reviews.apache.org/r/16147/diff/8/?file=451136#file451136line153 s/isolator/containerizer/ ? Do you know what is this TODO about? Ian Downes wrote: No, I don't. [~benh], can you

[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-tabpanelfocusedCommentId=13884691#comment-13884691 ] Benjamin Mahler commented on MESOS-952: --- Alternatively, one could expect

[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-tabpanelfocusedCommentId=13884748#comment-13884748 ] Benjamin Mahler commented on MESOS-930: --- Glad to see you're taking the initiative

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 https://reviews.apache.org/r/17221/diff/1/?file=436199#file436199line44 Is this standard? What if other library also defines this function? Jiang Yan Xu wrote: It's done in a similar way in other

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.

[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

[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-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-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-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

[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

[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

[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

[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-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-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

[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-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

[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

[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

[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

[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

[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-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-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

[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-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-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-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-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-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

[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

[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-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-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

[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

[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

[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

[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

[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-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

[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

[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

[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

[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

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 https://reviews.apache.org/r/16149/diff/7/?file=451161#file451161line162 Why is this an error? If the cgroup was removed but the slave died before it got the

[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

[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-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-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

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

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 https://reviews.apache.org/r/16150/diff/5/?file=451176#file451176line36 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 https://reviews.apache.org/r/16150/diff/4/?file=425490#file425490line99 Needs newline at end of file Not needed for cpp file, and not done by other files in codebase. - Ian

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

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

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:

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:

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-tabpanelfocusedCommentId=13884968#comment-13884968 ] Benjamin Mahler commented on MESOS-952: --- This updates the semantics:

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,

  1   2   >