This is an automated email from the ASF dual-hosted git repository.
bbannier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 584c0be Added minimum capability check during master recovery.
new a98e738 Added license header to some Python source files.
new 9d0817f Fixed garbled license header.
new b6d7abb Fixed cpplint issues in the Java bindings.
new b6635fb Reverted untracked and unneeded cpplint modification.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
mpi/mpiexec-mesos.py | 17 ++
src/java/jni/construct.cpp | 9 +-
src/java/jni/convert.cpp | 3 +-
src/java/jni/org_apache_mesos_Log.cpp | 8 +-
.../jni/org_apache_mesos_MesosExecutorDriver.cpp | 76 ++++---
.../jni/org_apache_mesos_MesosSchedulerDriver.cpp | 167 ++++++++------
.../jni/org_apache_mesos_state_AbstractState.cpp | 240 ++++++++++++---------
.../jni/org_apache_mesos_state_LevelDBState.cpp | 4 +-
.../jni/org_apache_mesos_state_ZooKeeperState.cpp | 38 ++--
.../jni/org_apache_mesos_v1_scheduler_V0Mesos.cpp | 4 +-
src/python/cli/src/mesos/__init__.py | 16 ++
src/python/executor/src/mesos/__init__.py | 16 ++
src/python/interface/src/mesos/__init__.py | 16 ++
src/python/interface/src/mesos/v1/__init__.py | 15 ++
.../interface/src/mesos/v1/interface/__init__.py | 15 ++
src/python/native/src/mesos/__init__.py | 16 ++
src/python/protocol/src/mesos/__init__.py | 16 ++
src/python/scheduler/src/mesos/__init__.py | 16 ++
src/python/src/mesos/__init__.py | 16 ++
.../mesos/provisioner/appc/fetcher.cpp | 2 +
support/cpplint.py | 2 +-
support/mesos-style.py | 2 -
22 files changed, 493 insertions(+), 221 deletions(-)