[mesos] 02/05: Implicitly authorized `VIEW_STANDALONE_CONTAINER` for SLRPs.

2018-09-04 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch slrp in repository https://gitbox.apache.org/repos/asf/mesos.git commit be6809a6fb440b3573328e93badee78b7db64848 Author: Chun-Hung Hsiao AuthorDate: Mon Sep 3 14:52:10 2018 -0700

[mesos] branch slrp created (now 16df659)

2018-09-04 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a change to branch slrp in repository https://gitbox.apache.org/repos/asf/mesos.git. at 16df659 Added MESOS-8429 to the 1.7.0 CHANGELOG. This branch includes the following new commits: new d0349dc

[mesos] 03/05: Added the `devolve` helper for agent v1 API responses.

2018-09-04 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch slrp in repository https://gitbox.apache.org/repos/asf/mesos.git commit 7e825116cdd5a17bf04b6d9075debbb173cc74b6 Author: Chun-Hung Hsiao AuthorDate: Mon Sep 3 14:53:14 2018 -0700 Added

[mesos] 04/05: Cleaned up residual CSI endpoint sockets for terminated plugins.

2018-09-04 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch slrp in repository https://gitbox.apache.org/repos/asf/mesos.git commit 5c5103df5f5f5952859c0c27616fc2d950468763 Author: Chun-Hung Hsiao AuthorDate: Mon Sep 3 15:16:34 2018 -0700 Cleaned

[mesos] 04/04: Added MESOS-8429 to the 1.7.0 CHANGELOG.

2018-09-04 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit dfacb9d992de0867e57b37683dc3ff79737bd492 Author: Chun-Hung Hsiao AuthorDate: Tue Sep 4 10:42:34 2018 -0700 Added

[mesos] branch 1.7.x updated (ace1be6 -> dfacb9d)

2018-09-04 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a change to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git. from ace1be6 Added MESOS-8921 to CHANGELOG for 1.7.0. new 2058ae4 Implicitly authorized `VIEW_STANDALONE_CONTAINER

[mesos] 01/04: Implicitly authorized `VIEW_STANDALONE_CONTAINER` for SLRPs.

2018-09-04 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit 2058ae47c172a89beed541f956c4ec4911449bb1 Author: Chun-Hung Hsiao AuthorDate: Mon Sep 3 14:52:10 2018 -0700

[mesos] branch master updated: Added MESOS-8871 to the 1.5.2 CHANGELOG.

2018-09-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new c32daed Added MESOS-8871 to the 1.5.2

[mesos] branch 1.5.x updated: Added MESOS-8871 to the 1.5.2 CHANGELOG.

2018-09-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.5.x in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/1.5.x by this push: new 5a7ad47 Added MESOS-8871 to the 1.5.2 CHANGELOG

mesos git commit: Fixed the error log in POSIX `os::rmdir`.

2018-07-11 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 4bcfefe21 -> 2915a80bd Fixed the error log in POSIX `os::rmdir`. The POSIX implementation of `os::rmdir` uses FTS functions to walk through all paths under a given directory. According to the manpage, the `fts_path` field "contains the

[11/17] mesos git commit: Added a `TestDiskProfileServer` helper.

2018-07-13 Thread chhsiao
+private: + void initialize() override + { +route("/profiles", None(), ::profiles); + } +}; + + +class TestDiskProfileServer +{ +public: + static inline process::Future> create() + { +// TODO(chhsiao): Make `server` a `unique_ptr` and move it into the +// following lambda once we get

[2/2] mesos git commit: Built CSI spec proto files with CMake.

2018-03-15 Thread chhsiao
Built CSI spec proto files with CMake. Review: https://reviews.apache.org/r/66015/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1e3145f9 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1e3145f9 Diff:

[1/2] mesos git commit: Made `PROTOC_GENERATE` compile proto files from 3rd-party libraries.

2018-03-15 Thread chhsiao
t; "${oneValueArgs}" "" ${ARGN}) - if (PROTOC_INTERNAL) -set(CPP_OUT ${MESOS_BIN_SRC_DIR}) + # Fully qualified paths for the input .proto file and the output directories. + if (PROTOC_LIB) +get_target_property( + PROTOC_LIB_INCLUDE_DIR + ${PROT

mesos git commit: Added Chun-Hung Hsiao to the list of committers.

2018-03-09 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master c253cf53d -> 4b1a8a24c Added Chun-Hung Hsiao to the list of committers. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4b1a8a24 Tree:

[5/6] mesos git commit: Adapted storage local resource provider to use CSI v0.2.

2018-04-12 Thread chhsiao
ce` and +// `prepareControllerService`. +Future StorageLocalResourceProviderProcess::prepareNodeService() +{ + CHECK_SOME(nodeContainerId); - return Nothing(); + return getService(nodeContainerId.get()) +.then(defer(self(), [=](csi::v0::Client client) { + // Get th

[1/6] mesos git commit: Made the test CSI plugin compatible to CSI v0.2.

2018-04-12 Thread chhsiao
return Status::OK; } @@ -300,18 +297,13 @@ Status TestCSIPlugin::GetPluginInfo( Status TestCSIPlugin::CreateVolume( ServerContext* context, -const csi::CreateVolumeRequest* request, -csi::CreateVolumeResponse* response) +const csi::v0::CreateVolumeRequest* request, +csi::v0

[2/6] mesos git commit: Used `csi::v0::VolumeCapability` in disk profile adaptors.

2018-04-12 Thread chhsiao
pp +++ b/src/resource_provider/storage/disk_profile_utils.cpp @@ -178,7 +178,7 @@ Option validate(const DiskProfileMapping& mapping) // TODO(chhsiao): Move this to CSI validation implementation file. -Option validate(const csi::VolumeCapability& capability) +Option validate(const csi::

[6/6] mesos git commit: Updated CSI helpers for v0.2.

2018-04-12 Thread chhsiao
Updated CSI helpers for v0.2. This patch adds new helper classes for CSI plugin and node capabilities, removed helpers for the removed csi.Version proto message, and makes the VolumeState proto message uses csi::v0::VolumeCapability. NOTE: This is not future-proof if there is a breaking change

[4/6] mesos git commit: Updated CSI client to support v0.2.

2018-04-12 Thread chhsiao
Updated CSI client to support v0.2. To adapt the change in CSI package names (from `csi` to `csi.v0`), we introduce a new `csi::v0` namespace in Mesos for v0 helpers. The CSI client class is now defined in this namespace, and its public methods are updated to reflect the changes in CSI v0.2.

[3/6] mesos git commit: Bumped the CSI spec bundle to 0.2.0.

2018-04-12 Thread chhsiao
Bumped the CSI spec bundle to 0.2.0. The bundle is generated as follows: 1. Download the tarball from the following link: https://github.com/container-storage-interface/spec/archive/ v0.2.0.tar.gz 2. Run the following commands: tar zxf v0.2.0.tar.gz mv spec-0.2.0 csi-0.2.0 tar zcf

[3/3] mesos git commit: Added `STAGE_UNSTAGE_VOLUME` capability to the test CSI plugin.

2018-04-12 Thread chhsiao
est* request, +csi::v0::NodeStageVolumeResponse* response) +{ + LOG(INFO) << request->GetDescriptor()->name() << " '" << *request << "'"; + + // TODO(chhsiao): Validate required fields. + + if (!volumes.contains(request->volume_id()))

[1/3] mesos git commit: Updated filesystem layout for staging and mounting CSI volumes.

2018-04-12 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 554503985 -> 5a105893a Updated filesystem layout for staging and mounting CSI volumes. To support the `STAGE_UNSTAGE_VOLUME` in CSI v0.2, a CSI volume is now staged at `/csi///mounts//staging` and mounted at `/csi///mounts//target`. The

[2/3] mesos git commit: Supported `STAGE_UNSTAGE_VOLUME` CSI node capability in SLRP.

2018-04-12 Thread chhsiao
// NOTE: We continue to the next case to publish the volume in + // `VOL_READY` state once the above is done. +} +case VolumeState::VOL_READY: case VolumeState::NODE_PUBLISH: { published = published

mesos git commit: Handled failed publish and unpublish CSI calls properly.

2018-04-12 Thread chhsiao
d volume from `NODE_READY` or +// `NODE_PUBLISH` to `PUBLISHED`. +// NOTE: This can only be called after `prepareNodeService`. Future StorageLocalResourceProviderProcess::nodePublish( const string& volumeId) { // TODO(chhsiao): Implement `STAGE_UNSTAGE_VOLUME` support. + CHECK(volumes.c

[6/7] mesos git commit: Built storage local resource provider with CMake.

2018-04-20 Thread chhsiao
gure.cmake b/cmake/CompilationConfigure.cmake index 6a218e2..843786e 100644 --- a/cmake/CompilationConfigure.cmake +++ b/cmake/CompilationConfigure.cmake @@ -478,6 +478,11 @@ add_definitions( -DVERSION="${PACKAGE_VERSION}" -DPKGDATADIR="${DATA_INSTALL_PREFIX}") +if (ENABL

[7/7] mesos git commit: Windows: Fixed build with OpenSSL due to missing header.

2018-04-20 Thread chhsiao
Windows: Fixed build with OpenSSL due to missing header. When `-DENABLE_SSL=TRUE`, then `USE_SSL_SOCKET` is defined, and in this `src/local/local.cpp` in a section guarded by said definition, the construct `os::Permissions` is used. However, this is defined in `stout/os/permissions.hpp`, which is

[4/7] mesos git commit: Building gRPC with CMake.

2018-04-20 Thread chhsiao
pc INTERFACE) + target_link_libraries(grpc INTERFACE libgpr libgrpc libgrpc++) + + # TODO(chhsiao): Move grpc so these don't have to be GLOBAL. + add_executable(grpc_cpp_plugin IMPORTED GLOBAL) + add_dependencies(grpc_cpp_plugin ${GRPC_TARGET}) + + set(GRPC_CMAKE_ARGS +${CMAKE_C_FORWARD_ARGS} +${CMAKE_CXX_

[2/7] mesos git commit: Made CMake's `FindZLIB` module be able to find Zlib on Windows.

2018-04-20 Thread chhsiao
Made CMake's `FindZLIB` module be able to find Zlib on Windows. This patch "install" ZLib in `build/3rdparty/zlib-1.2.8/src/zlib-1.2.8-lib`, so we can set `ZLIB_ROOT` to the directory to make `FindZLIB` be able to find the include directory containing both `zlib.h` and `zconf.h`, as well as to

[3/7] mesos git commit: Cherry-picked gRPC PR #15128 for Windows compilation.

2018-04-20 Thread chhsiao
Cherry-picked gRPC PR #15128 for Windows compilation. We added a gRPC patch file that includes https://github.com/grpc/grpc/pull/15128 to fix Windows compilation, and updated `grpc.md` to match the format of `protobuf.md`. Review: https://reviews.apache.org/r/66727/ Project:

[5/7] mesos git commit: Building gRPC support in libprocess with CMake.

2018-04-20 Thread chhsiao
Building gRPC support in libprocess with CMake. This patch enables CMake to build code for gRPC support in libprocess along with tests. Review: https://reviews.apache.org/r/61118/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/7] mesos git commit: Enabled CSI proto compilation by default.

2018-04-20 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master b95312d44 -> 654e5984f Enabled CSI proto compilation by default. CSI proto compilation is disabled due to MESOS-8749, which is resolved by bumping CSI to v0.2. This patch enables the compilation again. Review:

[1/3] mesos git commit: Marked volume/block creation and destroy operations as experimental.

2018-04-17 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 5f53ddc99 -> 705bf1dfa Marked volume/block creation and destroy operations as experimental. This patch marks the `CREATE_VOLUME`, `DESTROY_VOLUME`, `CREATE_BLOCK` and `DESTROY_BLOCK` as experimental APIs. It also unifies the way we mark

[2/3] mesos git commit: Marked the resource provider API as experimental.

2018-04-17 Thread chhsiao
Marked the resource provider API as experimental. This patch marks the resource provider API as experimental, and make the v0 and v1 protos consistent. Review: https://reviews.apache.org/r/66648/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/3] mesos git commit: Added MESOS-8787 to the 1.5.1 CHANGELOG.

2018-04-17 Thread chhsiao
Added MESOS-8787 to the 1.5.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/705bf1df Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/705bf1df Diff:

[3/3] mesos git commit: Added MESOS-8787 to the 1.5.1 CHANGELOG.

2018-04-17 Thread chhsiao
Added MESOS-8787 to the 1.5.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0a1a345b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0a1a345b Diff:

[1/3] mesos git commit: Marked volume/block creation and destroy operations as experimental.

2018-04-17 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/1.5.x 667c77485 -> 0a1a345bd Marked volume/block creation and destroy operations as experimental. This patch marks the `CREATE_VOLUME`, `DESTROY_VOLUME`, `CREATE_BLOCK` and `DESTROY_BLOCK` as experimental APIs. It also unifies the way we mark

[2/3] mesos git commit: Marked the resource provider API as experimental.

2018-04-17 Thread chhsiao
Marked the resource provider API as experimental. This patch marks the resource provider API as experimental, and make the v0 and v1 protos consistent. Review: https://reviews.apache.org/r/66648/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Temporarily disabled CSI proto compilation in CMake.

2018-03-30 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 7e58e14de -> 62de7bbfe Temporarily disabled CSI proto compilation in CMake. The `major` and `minor` macros defined on some systems conflict with field names in the CSI v0.1.0 spec proto. Temporarily disable it in CMake until CSI is bumped

[4/4] mesos git commit: Added MESOS-8742 to the 1.5.1 CHANGELOG.

2018-03-28 Thread chhsiao
Added MESOS-8742 to the 1.5.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9aa70306 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9aa70306 Diff:

[3/4] mesos git commit: Added tests for agent resource provider API idempotency.

2018-03-28 Thread chhsiao
Added tests for agent resource provider API idempotency. This patche adds tests to verify that adding, updating and removing the same resource provider config will return 200 OK without triggering any resource provider launch/termination. Review: https://reviews.apache.org/r/66326 Project:

[2/4] mesos git commit: Implemented idempotency for agent resource provider config API calls.

2018-03-28 Thread chhsiao
- // NOTE: We create the staging direcotry in the resource provider + // NOTE: We create the staging directory in the resource provider // config directory to make sure that the renaming below does not // cross devices (MESOS-2319). // TODO(chhsiao): Consider adding a way t

[3/4] mesos git commit: Added tests for agent resource provider API idempotency.

2018-03-28 Thread chhsiao
Added tests for agent resource provider API idempotency. This patche adds tests to verify that adding, updating and removing the same resource provider config will return 200 OK without triggering any resource provider launch/termination. Review: https://reviews.apache.org/r/66326 Project:

[2/4] mesos git commit: Implemented idempotency for agent resource provider config API calls.

2018-03-28 Thread chhsiao
e the staging direcotry in the resource provider + // NOTE: We create the staging directory in the resource provider // config directory to make sure that the renaming below does not // cross devices (MESOS-2319). // TODO(chhsiao): Consider adding a way to garbage collect the stagin

[1/4] mesos git commit: Made agent resource provider config API calls idempotent.

2018-03-28 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master bc6265d9a -> 9aa703060 Made agent resource provider config API calls idempotent. This patch adds descriptions to declare the following agent API calls idempotent: - `ADD_RESOURCE_PROVIDER_CONFIG` - `UPDATE_RESOURCE_PROVIDER_CONFIG` -

[4/4] mesos git commit: Added MESOS-8742 to the 1.5.1 CHANGELOG.

2018-03-28 Thread chhsiao
Added MESOS-8742 to the 1.5.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3c9adcc0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3c9adcc0 Diff:

[1/4] mesos git commit: Made agent resource provider config API calls idempotent.

2018-03-28 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/1.5.x fc1d4d10b -> 3c9adcc01 Made agent resource provider config API calls idempotent. This patch adds descriptions to declare the following agent API calls idempotent: - `ADD_RESOURCE_PROVIDER_CONFIG` - `UPDATE_RESOURCE_PROVIDER_CONFIG` -

mesos git commit: Temporarily disabled CSI proto compilation when gRPC is disabled.

2018-03-28 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master b3ad6d561 -> 97c601713 Temporarily disabled CSI proto compilation when gRPC is disabled. The `major` and `minor` macros defined on some systems conflict with field names in the CSI spec proto, so its compilation is temporarily disabled for

mesos git commit: Added missing changes for backporting `AgentResourceProviderApiTest`.

2018-03-29 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/1.5.x 3c9adcc01 -> b0a33cb78 Added missing changes for backporting `AgentResourceProviderApiTest`. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b0a33cb7 Tree:

mesos git commit: Added MESOS-8536 to the 1.5.1 CHANGELOG.

2018-03-29 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/1.5.x b0a33cb78 -> d2289d169 Added MESOS-8536 to the 1.5.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d2289d16 Tree:

mesos git commit: Added MESOS-8536 to the 1.5.1 CHANGELOG.

2018-03-29 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 69d627e17 -> d0fcbdf9c Added MESOS-8536 to the 1.5.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d0fcbdf9 Tree:

mesos git commit: Fixed grammar errors in comments in SLRP tests.

2018-03-29 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 59b228127 -> 7e58e14de Fixed grammar errors in comments in SLRP tests. Review: https://reviews.apache.org/r/66182/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[06/11] mesos git commit: Fixed header inclusions for `csi/spec.hpp`.

2018-03-21 Thread chhsiao
Fixed header inclusions for `csi/spec.hpp`. Review: https://reviews.apache.org/r/66157 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/eece6195 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/eece6195 Diff:

[05/11] mesos git commit: Adapted the new `grpcpp` C++ headers for gRPC v1.10 in libprocess.

2018-03-21 Thread chhsiao
Adapted the new `grpcpp` C++ headers for gRPC v1.10 in libprocess. Review: https://reviews.apache.org/r/66096 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a97611dd Tree:

[04/11] mesos git commit: Adapted the new `grpcpp` C++ headers for gRPC v1.10 in Mesos.

2018-03-21 Thread chhsiao
Adapted the new `grpcpp` C++ headers for gRPC v1.10 in Mesos. Review: https://reviews.apache.org/r/66097 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d68e50cc Tree:

[08/11] mesos git commit: Renamed `*disk_profile.?pp` to `*disk_profile_adatpor.?pp`.

2018-03-21 Thread chhsiao
patch( - process.get(), - ::watch, - knownProfiles, - resourceProviderInfo); -} - - -UriDiskProfileAdaptorProcess::UriDiskProfileAdaptorProcess( -const Flags& _flags) - : ProcessBase(ID::generate("uri-volume-profile")), -flags(_flags), -watchPromise(

[01/11] mesos git commit: Fixed gRPC compilation in standalone libprocess build.

2018-03-21 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 7660eb534 -> 1231e8fe7 Fixed gRPC compilation in standalone libprocess build. Review: https://reviews.apache.org/r/66095 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[09/11] mesos git commit: Changed names related to `DiskProfileAdaptor` for consistency.

2018-03-21 Thread chhsiao
Changed names related to `DiskProfileAdaptor` for consistency. This patch makes name changes to make the code base consistent with the finalized module name `DiskProfileAdaptor`. It also moves `mesos::internal::storage::Flags` into the `UriDiskProfileAdaptor` class since the flags are specific to

[03/11] mesos git commit: Compiled `csi.proto` when gRPC is disabled.

2018-03-21 Thread chhsiao
NNING PROTOC. +#include + +// TODO(chhsiao): Consider removing the conditional inclusion to make +// this public header not depend on a build flag. See MESOS-8715. +#ifdef ENABLE_GRPC // ONLY USEFUL AFTER RUNNING PROTOC WITH GRPC CPP PLUGIN. #include +#endif // ENABLE_GRPC namespace mesos { n

[02/11] mesos git commit: Bumped bundled gRPC to 1.10.0.

2018-03-21 Thread chhsiao
Bumped bundled gRPC to 1.10.0. Review: https://reviews.apache.org/r/66094 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b5892180 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b5892180 Diff:

[11/11] mesos git commit: Made tests `CSIClientTest.*` cross-platform.

2018-03-21 Thread chhsiao
inate(); AWAIT_ASSERT_READY(runtime.wait()); -ASSERT_SOME(plugin.Shutdown()); - } - - string GetPluginAddress() - { -// TODO(chhsiao): Use in-process tranport instead of a Unix domain -// socket once gRPC supports it for Windows support. -// https://github.com/grpc/grpc/

[07/11] mesos git commit: Libprocess: Made tests `GRPCClientTest.*` cross-platform.

2018-03-21 Thread chhsiao
{ server->Shutdown(); server->Wait(); @@ -96,11 +103,11 @@ private: class GRPCClientTest : public TemporaryDirectoryTest { protected: + // TODO(chhsiao): Consider removing this once we have a way to get a + // channel before the server starts on Windows. See the + // `

mesos git commit: Fix broken link to zookeeper documentation.

2018-03-22 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 53c908461 -> a79e9d426 Fix broken link to zookeeper documentation. This closes #275 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a79e9d42 Tree:

mesos git commit: Added OS_LINUX guard for 'test_csi_plugin'.

2018-03-23 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 043f65f67 -> dcd1674d7 Added OS_LINUX guard for 'test_csi_plugin'. As 'test_csi_plugin' uses functionality that will only compile on Linux, we have to make sure that it isn't build on non-Linux systems. Review:

mesos git commit: Fixed flaky test `DefaultExecutorTest.SigkillExecutor`.

2018-06-28 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 40188e68e -> 90c5c0b41 Fixed flaky test `DefaultExecutorTest.SigkillExecutor`. Fixed flaky test `DefaultExecutorTest.SigkillExecutor` by setting action to ignore subsequent offer calls. Review: https://reviews.apache.org/r/67778/

[mesos] branch 1.6.x updated: Fixed indentation in the 1.6.0 CHANGELOG.

2018-10-05 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.6.x in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/1.6.x by this push: new 2493b08 Fixed indentation in the 1.6.0 CHANGELOG

[mesos] branch master updated: Fixed indentation in the 1.6.0 CHANGELOG.

2018-10-05 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new 9210c1b Fixed indentation in the 1.6.0

[mesos] 03/04: Enabled `--fetch_stall_timeout` in curl-based URI fetcher plugins.

2018-10-08 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.5.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit 97f73a9e844f9f37d54a97c8993dbf05cffc9592 Author: Chun-Hung Hsiao AuthorDate: Wed Mar 28 22:47:58 2018 -0700 Enabled

[mesos] 01/04: Added the `stall_timeout` parameter to `net::download()`.

2018-10-08 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.5.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit f43d2cd58fb17cce26fdc050421d1d00b680c253 Author: Chun-Hung Hsiao AuthorDate: Wed Mar 28 22:47:46 2018 -0700 Added

[mesos] 04/04: Added MESOS-8620 to the 1.5.2 CHANGELOG.

2018-10-08 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.5.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit d2ce21df0b0a9d008689eee74ff53cef4819a79c Author: Chun-Hung Hsiao AuthorDate: Fri Oct 5 15:23:10 2018 -0700 Added

[mesos] branch 1.5.x updated (ba960ed -> d2ce21d)

2018-10-08 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a change to branch 1.5.x in repository https://gitbox.apache.org/repos/asf/mesos.git. from ba960ed Added a log line to `MesosContainerizer::kill()`. new f43d2cd Added the `stall_timeout` parameter

[mesos] branch master updated: Added MESOS-8620 to the 1.5.2 CHANGELOG.

2018-10-08 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new 8375e42 Added MESOS-8620 to the 1.5.2

[mesos] 02/04: Added `--fetcher_stall_timeout` to abort stalled artifact fetching.

2018-10-08 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.5.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit 0d05ffc174f90aa8573869ab36bd338224121b42 Author: Chun-Hung Hsiao AuthorDate: Wed Mar 28 22:47:52 2018 -0700 Added

[mesos] branch 1.7.x updated: Added MESOS-9049 to the 1.7.0 CHANGELOG.

2018-10-19 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/1.7.x by this push: new 5b4b856 Added MESOS-9049 to the 1.7.0 CHANGELOG

[mesos] branch master updated: Added MESOS-9049 to the 1.7.0 CHANGELOG.

2018-10-19 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new c8333e2 Added MESOS-9049 to the 1.7.0

[mesos] branch master updated (b5d884b -> 002acd7)

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from b5d884b Included corresponding header file first. new 5a10007 Stout: Added a sync option for `write

[mesos] 06/06: Added a comment for `Resource.provider_id`.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 002acd743caa98e4a8bd0138b837bb70f7fc45da Author: Chun-Hung Hsiao AuthorDate: Wed Oct 31 11:18:46 2018 -0700 Added

[mesos] 03/04: Synced SLRP checkpoints to the filesystem.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit d48ec80a45ec824e53bf2de9f3b74793b754ac29 Author: Chun-Hung Hsiao AuthorDate: Fri Oct 12 15:12:41 2018 -0700 Synced

[mesos] 04/04: Added MESOS-9281 to the 1.7.1 CHANGELOG.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit 8e5286b1ed5bd4a9c03beb3d22b949c1b1c59f4a Author: Chun-Hung Hsiao AuthorDate: Wed Oct 17 15:48:31 2018 -0700 Added

[mesos] branch 1.7.x updated (17582d7 -> 8e5286b)

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a change to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git. from 17582d7 Added MESOS-9334 to the 1.7.1 CHANGELOG. new 49fa4c7 Stout: Added a sync option for `write

[mesos] 02/04: Stout: Added a sync option for `mkdir`.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit 182dd84c6fcf6390c158bfb669b2f4c0f45e2b37 Author: Chun-Hung Hsiao AuthorDate: Fri Oct 19 09:28:38 2018 -0700 Stout

[mesos] 01/04: Stout: Added a sync option for `write` and `rename`.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit 49fa4c79877ee4ad9c10d9718e607798a1b5bffc Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 15:37:33 2018 -0700 Stout

[mesos] 04/06: Added MESOS-9281 to the 1.7.1 CHANGELOG.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 6e15ff3808f88c1aa1a1c8464276f870f4e96445 Author: Chun-Hung Hsiao AuthorDate: Wed Oct 17 15:48:31 2018 -0700 Added

[mesos] 02/06: Stout: Added a sync option for `mkdir`.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 80fa7318432c043d4763d900c41b53b440fae459 Author: Chun-Hung Hsiao AuthorDate: Fri Oct 19 09:28:38 2018 -0700 Stout

[mesos] 03/06: Synced SLRP checkpoints to the filesystem.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 16bcf61231b6d14019b1d703d887c55b01b85aee Author: Chun-Hung Hsiao AuthorDate: Fri Oct 12 15:12:41 2018 -0700 Synced

[mesos] 01/06: Stout: Added a sync option for `write` and `rename`.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 5a10007b86e4c7039a5260f6aacb75376270d57f Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 15:37:33 2018 -0700 Stout

[mesos] 05/06: Fixed outdated comments for mocking the secret generator.

2018-10-31 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 6448d82bfea4398456e5b5cb744288f28077ca96 Author: Chun-Hung Hsiao AuthorDate: Wed Oct 31 11:16:52 2018 -0700 Fixed

[mesos] 02/02: Fixed a comment in SLRP.

2018-11-01 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit d259228b9c9d29e234d609a104005c3e7ee26a0a Author: Chun-Hung Hsiao AuthorDate: Thu Nov 1 10:07:19 2018 -0700 Fixed

[mesos] branch master updated (d8062f2 -> d259228)

2018-11-01 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from d8062f2 Updated 'CLI_FILES' in 'cli_new/CmakeLists.txt'. new 7c0bc51 Fixed a test flake

[mesos] branch master updated: Fixed the ulimit validation in the parallel test runner.

2018-11-09 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new 9df27e3 Fixed the ulimit validation

[mesos] branch master updated: Fixed an FTS tree leakage in the copy backend.

2018-11-12 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new 614d112 Fixed an FTS tree leakage in the copy

[mesos] branch master updated (a09f906 -> 4678201)

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from a09f906 Added MESOS-9196 to 1.4.3 CHANGELOG. new a06c12e Fixed protobuf map equality check in the URI disk

[mesos] 04/04: Added MESOS-9308 to 1.5.2 CHANGELOG.

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 4678201ae811af21ff3b5dcfa4246f4e1ef1a230 Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 22:36:50 2018 -0700 Added

[mesos] 03/04: Added MESOS-9308 to 1.6.2 CHANGELOG.

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 5adc9257d42f6b40ccfa4d79cacca6120c564251 Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 22:35:11 2018 -0700 Added

[mesos] 02/02: Added MESOS-9308 to 1.7.1 CHANGELOG.

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit d0186a2cef8da2ba2af54185eee691b8a94cb305 Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 22:31:19 2018 -0700 Added

[mesos] branch 1.7.x updated (3e185f1 -> d0186a2)

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a change to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git. from 3e185f1 Added MESOS-9295 to 1.7.1 CHANGELOG. new 096e3da Fixed protobuf map equality check in the URI disk

[mesos] 01/02: Fixed protobuf map equality check in the URI disk profile adaptor.

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit 096e3daf88cd36978335391709a7824820881c88 Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 22:14:52 2018 -0700 Fixed

[mesos] 01/04: Fixed protobuf map equality check in the URI disk profile adaptor.

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit a06c12ebb9bf77c99bd87727206e4a02cee04d09 Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 22:14:52 2018 -0700 Fixed

[mesos] 02/04: Added MESOS-9308 to 1.7.1 CHANGELOG.

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 210dde439366e75c7e40551380f017eb349ba9c0 Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 22:31:19 2018 -0700 Added

[mesos] 02/02: Added MESOS-9308 to 1.6.2 CHANGELOG.

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.6.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit c3f6cc098245d06f883177dfc5be398c1bc0af50 Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 22:35:11 2018 -0700 Added

[mesos] 01/02: Fixed protobuf map equality check in the URI disk profile adaptor.

2018-10-10 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.6.x in repository https://gitbox.apache.org/repos/asf/mesos.git commit f1e71c64bb48b99a302e80bddbba0d95b08c63ee Author: Chun-Hung Hsiao AuthorDate: Wed Oct 10 22:14:52 2018 -0700 Fixed

<    1   2   3   4   5   6   7   8   >