Repository: mesos
Updated Branches:
refs/heads/master d2b3d365c -> 8483fa8a9
Missing `endl` in `cout` for default executor.
Review: https://reviews.apache.org/r/52109/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8483f
Updated default executor to set `healthy` status in status update.
Right now the executor always sets the health status as true. In the
future this will be based on the health checker.
Review: https://reviews.apache.org/r/52107
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit:
Updated the default executor to not automatically send TASK_FINISHED.
Also updated the test accordingly.
Review: https://reviews.apache.org/r/52106
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a6dfbbb8
Tree: http://git-wi
Repository: mesos
Updated Branches:
refs/heads/master 9303db67c -> d2b3d365c
Updated default executor to send TASK_KILLED updates.
Just like LAUNCH_GROUP implementation this is a dummy implementation
that sends the TASK_KILLED upates without doing any actual kills.
Review: https://reviews.apa
Repository: mesos
Updated Branches:
refs/heads/master 46379ba53 -> 9303db67c
Fixed a typo in `docker_containerizer_tests.cpp`.
Review: https://reviews.apache.org/r/46264/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/93
Repository: mesos
Updated Branches:
refs/heads/master d2aacda42 -> 46379ba53
Mentioned `reserved_resources_full` info on the agent in relevant docs.
Review: https://reviews.apache.org/r/52070
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repo
Repository: mesos
Updated Branches:
refs/heads/master 27a2fb864 -> d2aacda42
Tweaked initialization order in executor driver.
We should initialize libprocess before calling into any libprocess
facilities (in this case, `process::Latch`).
Review: https://reviews.apache.org/r/52082/
Project:
Ensured that `Latch*` in exec, sched drivers are initialized.
In error code paths, this value was previously left uninitialized,
which might subsequently result in attempting to delete an
uninitialized pointer value.
Review: https://reviews.apache.org/r/52080/
Project: http://git-wip-us.apache.
Repository: mesos
Updated Branches:
refs/heads/master f93f4fca5 -> 27a2fb864
Tracked recovered and prepared cgroups subsystems for containers.
Recover newly added cgroups subsystems on existing containers would
fail, and continue to perform the `update` and other operations of
the newly added
Repository: mesos
Updated Branches:
refs/heads/master 001c55c30 -> f93f4fca5
Revert "Added validation for `ContainerInfo`."
This reverts commit e65f580bf0cbea64cedf521cf169b9b4c9f85454.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/
Repository: mesos
Updated Branches:
refs/heads/master 1bc3b913e -> 001c55c30
Replaced unchecked `dynamic_cast` with `static_cast`.
`Process` is a CRTP class where `T` must be a valid derived class.
Also, it is customary to use `static_cast` for CRTP methods.
This change uses a `static_cast` i
11 matches
Mail list logo