Repository: mesos
Updated Branches:
refs/heads/master f9e17a9cc -> 149f4c55b
Fixed JsonTest.Find.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/149f4c55
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/149f4c55
Di
Repository: mesos
Updated Branches:
refs/heads/master d66f0b1e6 -> f9e17a9cc
Fixed minor style issues.
Adds a proper breakline before braces in method definition.
Review: https://reviews.apache.org/r/49359/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us
Refactored 'master::Http::getFrameworks()' to helper function.
This helper function will be reused by `GET_FRAMEWORKS` and
`GET_STATE` calls.
Review: https://reviews.apache.org/r/49489/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mes
Repository: mesos
Updated Branches:
refs/heads/master d840f48f9 -> d66f0b1e6
Implemented 'Subscribed' event for v1 master event stream.
This change adds logic for sending a `Subscribed` event containing
the present master state when a client subscribes to the event stream.
Review: https://rev
Refactored 'Master::Http::getExecutors()' into helper function.
This helper function will be reused by `GetExecutors` and `GetState`.
Review: https://reviews.apache.org/r/49516/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commi
Revised protobuf definition of 'GetState' response.
Review: https://reviews.apache.org/r/49509/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3a988e2e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3a988e2e
Diff: h
Refactored 'Master::Http::getAgents()' into helper function.
This helper function will be reused by both `GET_AGENTS`
and `GET_STATE` calls.
Review: https://reviews.apache.org/r/49488/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/meso
Implemented 'GetState' call in v1 master API.
Also created a helper function `_getState()` that will be used
for snapshot of event stream when a client subscribes.
Review: https://reviews.apache.org/r/49517/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.ap
Refactored 'Master::Http::getTasks()' into helper function.
This helper function will be also be reused for `GetState`.
Review: https://reviews.apache.org/r/49487/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a3182645
Tre
Fixed a bug in JSON::Object.find: array subscript is dropped.
If a subscript is used on a non-array type, this was not being
treated as an error. The tests introduced show some examples.
Review: https://reviews.apache.org/r/49673
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit
Updated JSON::Value.find to return None when a Null is found.
Review: https://reviews.apache.org/r/49670
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/741fcb30
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/741fcb3
Repository: mesos
Updated Branches:
refs/heads/master 516d8ef07 -> d840f48f9
Minor cleanups in JsonTest.Find.
Review: https://reviews.apache.org/r/49671
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7f481471
Tree: http:
Fixed the docker executor to handle inspect failures.
Review: https://reviews.apache.org/r/49674
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d840f48f
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d840f48f
Diff:
Repository: mesos
Updated Branches:
refs/heads/master 6fd7f8125 -> 516d8ef07
Added test for using an Nvidia Docker image.
This test ensures that when using one of Nvidia's Docker images
(these contain a special label), we mount a volume that contains
the libraries and binaries.
Review: https:
Repository: mesos
Updated Branches:
refs/heads/master fcc94d202 -> 6fd7f8125
Fixed a whitespace rendering issue in the work groups document.
Review: https://reviews.apache.org/r/49680/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/m
Repository: mesos
Updated Branches:
refs/heads/master 57b52a0ee -> fcc94d202
Skipped terminated executors in statistics endpoints.
For /containers and /monitor/statistics endpoints. This is possible
because the agent won't remove the executor from its list until it
receives the ack for the las
Repository: mesos
Updated Branches:
refs/heads/master fbaa52c4a -> 57b52a0ee
Added Nvidia devices as default devices to inject into every container.
This is a temporary hack to make Nvidia devices available to a
container when file system isolation is enabled. Ideally, we would
have a generic
Inject Nvidia libraries for Docker images in mesos containerizer.
When Docker images have the matching Nvidia label, we will inject
the volume which contains the Nvidia libraries / binaries.
Similar support will be added for the Docker containerizer.
Review: https://reviews.apache.org/r/49669/
Repository: mesos
Updated Branches:
refs/heads/master 89cfa6e23 -> fbaa52c4a
Added ability to set framework capabilities in 'mesos-execute'.
Review: https://reviews.apache.org/r/49657/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/m
Repository: mesos
Updated Branches:
refs/heads/master 0f9bf5aef -> 89cfa6e23
Updated elfio-3.1.patch to fix alignment bug properly.
The previous patch incorrectly fixed the alignment of an ELF note to 4
bytes (even for 64 bit ELF files). This happened to be OK for our
specific case of parsing
Repository: mesos
Updated Branches:
refs/heads/master ee7567448 -> 0f9bf5aef
Added #allocator slack channel to Resource Allocation group.
Review: https://reviews.apache.org/r/49660/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/meso
Repository: mesos
Updated Branches:
refs/heads/master a1423a5fe -> ee7567448
Fixed a no-longer-correct comment in `Master::shutdownSlave`.
The comment was correct when written, but is no longer accurate.
Review: https://reviews.apache.org/r/49623/
Project: http://git-wip-us.apache.org/repos
Repository: mesos
Updated Branches:
refs/heads/master 26303f4be -> a1423a5fe
Implemented 'shouldInject()' in the 'NvidiaVolume' component.
We use the the 'com.nvidia.volumes.needed' label from
nvidia-docker to decide if we should inject the volume or not:
https://github.com/NVIDIA/nvidia-dock
Repository: mesos
Updated Branches:
refs/heads/master def697929 -> 26303f4be
Fixed variable name in reconciliation tests.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/26303f4b
Tree: http://git-wip-us.apache.org/repos/as
Repository: mesos
Updated Branches:
refs/heads/master 50085d5ab -> def697929
Added mr-redis to frameworks.md.
Adding Redis Framework for Apache Mesos to the list of frameworks.
This closes #128
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/r
Added weave instructions to CNI doc.
Review: https://reviews.apache.org/r/49638/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7c0333cb
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7c0333cb
Diff: http://git-wip-u
Repository: mesos
Updated Branches:
refs/heads/master 3a5d67209 -> 50085d5ab
Some minor style fixes in CNI doc.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/50085d5a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tr
Repository: mesos
Updated Branches:
refs/heads/master 6fd4e9a53 -> 3a5d67209
Libprocess: Fixed 'make dist'.
Review: https://reviews.apache.org/r/49649/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3a5d6720
Tree: http:/
Stout: Fixed 'make dist'.
Review: https://reviews.apache.org/r/49648/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/147adeda
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/147adeda
Diff: http://git-wip-us.apache.or
Extended install() to support 7 arguments.
Review: https://reviews.apache.org/r/49606/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/90bcedce
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/90bcedce
Diff: http://git
Added filtering for orphaned tasks in /state endpoint.
Review: https://reviews.apache.org/r/49609/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0cb4533b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0cb4533b
Diff
Added support for recovered frameworks.
Previously after a master failover while agents
were reregistering we might not have access
to all FrameworkInfo (which would first be available
once the Framework reregistered). This patch
adds support that once a framework reregisters
we also keep track of
Repository: mesos
Updated Branches:
refs/heads/master c5e2aae13 -> 6fd4e9a53
Added test for sending framework information after master failover.
We test that the FrameworkInfos for running frameworks are send
from the agent to the master when an agent reregisters.
Review: https://reviews.apac
Repository: mesos
Updated Branches:
refs/heads/master ada24cb6b -> c5e2aae13
Added ability to stringify cgroups::devices::Entry::Selector::Type.
Review: https://reviews.apache.org/r/49656/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/a
Avoid use of switch 'default' for enum in cgroups.cpp.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c5e2aae1
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c5e2aae1
Diff: http://git-wip-us.apache.org/repos/asf/meso
Enabled building libprocess without building 3rdparty first.
Doing a `make` inside libprocess would now automatically build bundled
dependencies.
Review: https://reviews.apache.org/r/47753/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf
Libprocess: Prepare for standalone compilation.
Review: https://reviews.apache.org/r/47928/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/722713ad
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/722713ad
Diff: http:
Removed unneeded #includes from type_utils.hpp.
Review: https://reviews.apache.org/r/47786/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/afb56285
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/afb56285
Diff: http:
Libprocess: made standalone build work again.
Fixed incorrect header as commented in the RR (tillt).
Review: https://reviews.apache.org/r/47929/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/55331bc6
Tree: http://git-wip-u
Libprocess: `make tests` now automatically builds dependencies.
Earlier, doing `make tests` within libprocess failed if bundled
dependencies were not already built.
Review: https://reviews.apache.org/r/47755/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.a
Enabled building stout tests without building 3rdparty first.
Doing a `make` inside stout now automatically build bundled
dependencies.
Review: https://reviews.apache.org/r/47754/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/com
Stout: made standalone build work again.
Review: https://reviews.apache.org/r/47932/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ada24cb6
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ada24cb6
Diff: http://git-w
Stout: `make tests` now automatically builds dependencies.
Earlier, doing `make tests` within stout failed if bundled
dependencies were not already built.
Review: https://reviews.apache.org/r/47756/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/
Added AM_CONDITIONALS: STANDALONG_{LIBPROCES,STOUT}.
Review: https://reviews.apache.org/r/47924/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0fecd96b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0fecd96b
Diff:
Repository: mesos
Updated Branches:
refs/heads/master d01ee9409 -> ada24cb6b
Added build-stamp files for gmock/glog/http-parse/libev.
This would make it easier for libprocess to declare/build these
dependencies.
Review: https://reviews.apache.org/r/47752/
Project: http://git-wip-us.apache.o
Libprocess: Fixed a typo in Makefile.am.
Review: https://reviews.apache.org/r/47925/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/07e46b60
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/07e46b60
Diff: http://git-w
Stout: Prepare for standalone compilation.
Review: https://reviews.apache.org/r/47931/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/60372d9b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/60372d9b
Diff: http://git
Repository: mesos
Updated Branches:
refs/heads/master f0680e7c1 -> d01ee9409
Documented that reserved resources count against quota.
Made some other edits and cleanups to quota docs.
Review: https://reviews.apache.org/r/49325/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commi
Repository: mesos
Updated Branches:
refs/heads/master bb965cf48 -> f0680e7c1
Fixed the incorrect url of Vamp.
Review: https://reviews.apache.org/r/49641/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f0680e7c
Tree: http
Repository: mesos
Updated Branches:
refs/heads/0.28.x 75230e048 -> 9bcdc6976
Cherry-pick of MESOS-5073 and MESOS-5698 to 0.28.x.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9bcdc697
Tree: http://git-wip-us.apache.org/r
Fixed leaked `roleSorter` and `quotaRoleSorter` in allocator.
Review: https://reviews.apache.org/r/45529/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5b21dca2
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5b21dc
Repository: mesos
Updated Branches:
refs/heads/0.28.x 50bb08200 -> 75230e048
Added new assertions to `DRFSorter`.
Review: https://reviews.apache.org/r/49376/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a2d8e7bd
Tree:
Added tests that combine the two ways of creating volumes.
These tests check that dynamic reservations and persistent volumes can
be created via the offer API and then removed via the HTTP endpoints,
and vice versa.
Review: https://reviews.apache.org/r/49323/
Project: http://git-wip-us.apache.o
Simplified `DRFSorter` to not track per-agent total resources.
The DRFSorter previously kept the total resources at each agent, along
with the total quantity of resources in the cluster. The latter figure
is what most of the clients of the sorter care about. In the few places
where the previous co
Fixed allocator to update total resources in `quotaRoleSorter`.
Each `DRFSorter` tracks the total resources in the cluster. This means
that each sorter must be updated when the resources in the cluster have
changed, e.g., due to the creation of a dynamic reservation or a
persistent volume. In the
Repository: mesos
Updated Branches:
refs/heads/master 0751cadf8 -> bb965cf48
Added DevOps category and Vamp.
This closes #127
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/bb965cf4
Tree: http://git-wip-us.apache.org/rep
Repository: mesos
Updated Branches:
refs/heads/master 2c8588002 -> 0751cadf8
Changed Aurora URL since it's not an incubator anymore.
Review: https://reviews.apache.org/r/49631/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/com
57 matches
Mail list logo