[2/2] mesos git commit: Added MESOS-8165 to the 1.5.0 CHANGELOG.

2017-11-06 Thread vinodkone
Added MESOS-8165 to the 1.5.0 CHANGELOG. Review: https://reviews.apache.org/r/63527/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3df8bddd Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3df8bddd Diff:

[1/2] mesos git commit: Fixed TASK_UNKNOWN status ambiguity.

2017-11-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master e0ef27c46 -> 3df8bddd9 Fixed TASK_UNKNOWN status ambiguity. Currently, TASK_UNKNOWN status covers 2 different cases: task is unknown and the agent is unknown; task is unknown, but the agent is registered. This makes it ambiguous to

mesos git commit: Included commit message in `push-commits.py`.

2017-11-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 6fec95d28 -> e0ef27c46 Included commit message in `push-commits.py`. This script previously closed the reviews without any description. Now it includes the commit log for easy reference. Review: https://reviews.apache.org/r/63550

mesos git commit: Allowed override of parallel jobs in docker build.

2017-11-03 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master ac0fa2814 -> fe0bda753 Allowed override of parallel jobs in docker build. Use JOBS env variable to control `make -j` parameter. By default `JOBS=6`. Review: https://reviews.apache.org/r/63315/ Project:

mesos git commit: Add support for Ubuntu 16.04 in docker build.

2017-10-30 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 6ecbf02c2 -> f201bb558 Add support for Ubuntu 16.04 in docker build. Review: https://reviews.apache.org/r/63314/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Disabled Pylint error messages for apply-reviews support script.

2017-10-11 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master d014c8230 -> a2ece4a23 Disabled Pylint error messages for apply-reviews support script. This disables the error messages we have seen on CentOS when the version of Python running on the machine is older than 2.7.9. The two error messages

mesos git commit: Fixed CHANGELOG for 1.4.0 and 1.4.1.

2017-10-10 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 28f882795 -> de7beab4f Fixed CHANGELOG for 1.4.0 and 1.4.1. Removed the WIP from 1.4.0 CHANGELOG since it was already released. Made sure 1.4.1 CHANGELOG contains entries that are in the CHANGELOG of 1.4.x branch. Project:

mesos git commit: Added `--disable-libtool-wrappers` to support scripts.

2017-10-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 74121798f -> cd516ab65 Added `--disable-libtool-wrappers` to support scripts. Review: https://reviews.apache.org/r/62814/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added `--disable-libtool-wrappers` to reviewbot.

2017-10-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 93eee727f -> 74121798f Added `--disable-libtool-wrappers` to reviewbot. Review: https://reviews.apache.org/r/62806/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Updated CHANGELOG for v1 operator API graduation.

2017-10-03 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 32ea75b84 -> ae24a4bfc Updated CHANGELOG for v1 operator API graduation. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ae24a4bf Tree:

mesos git commit: Added a test using DefaultExecutor + health check + persistent volume.

2017-10-03 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 0292d4216 -> 32ea75b84 Added a test using DefaultExecutor + health check + persistent volume. This test verifies that the command health checks initiated by the default executor are able to read files in a persistent volume. Review:

[2/2] mesos git commit: Added a test using Docker, a file URI, and the DefaultExecutor.

2017-09-29 Thread vinodkone
Added a test using Docker, a file URI, and the DefaultExecutor. This test verifies that URIs set on Docker tasks are fetched and made available to them when started by the DefaultExecutor. Review: https://reviews.apache.org/r/62632/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

[1/2] mesos git commit: Added a test using a file URI and the DefaultExecutor.

2017-09-29 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 7b79d8d4f -> 6eefc685c Added a test using a file URI and the DefaultExecutor. This test verifies that URIs set on tasks are fetched and made available to them when started by the DefaultExecutor. Review:

mesos git commit: Add framework development SDK from Verizon Labs.

2017-09-27 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 127070329 -> 17fa33de5 Add framework development SDK from Verizon Labs. This closes #235 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/17fa33de Tree:

mesos git commit: Updated the websitebot to not fail if there are no changes to commit.

2017-09-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master afb175de7 -> 297b7042a Updated the websitebot to not fail if there are no changes to commit. The script now runs git commit and push commands only when necessary. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/3] mesos git commit: Added a test using CMD health checks + DefaultExecutor w/ Docker image.

2017-08-25 Thread vinodkone
Added a test using CMD health checks + DefaultExecutor w/ Docker image. Review: https://reviews.apache.org/r/61483/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/53a79b22 Tree:

[1/3] mesos git commit: Added a test verifying that DefaultExecutor tasks can use nvidia GPUs.

2017-08-25 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master e17be1925 -> 53a79b229 Added a test verifying that DefaultExecutor tasks can use nvidia GPUs. Review: https://reviews.apache.org/r/61282/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/3] mesos git commit: Improved `NvidiaGpuTest.ROOT_CGROUPS_NVIDIA_GPU_VerifyDeviceAccess`.

2017-08-25 Thread vinodkone
Improved `NvidiaGpuTest.ROOT_CGROUPS_NVIDIA_GPU_VerifyDeviceAccess`. Change the test so that the agent offesr as many GPUs as available on the box instead of restricting it to 1. This way the test will fail if there's a bug that makes the isolator give a task access to more GPUs than what it was

[mesos] Git Push Summary

2017-08-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/0.28.x [deleted] 52a0b0a41

[mesos] Git Push Summary

2017-08-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/0.27.x [deleted] d1f8dee62

[mesos] Git Push Summary

2017-08-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/0.26.x [deleted] 5edc7bab7

[mesos] Git Push Summary

2017-08-07 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.0.x [deleted] 4154f66d6

mesos git commit: Disabled caching during docker build of the website.

2017-08-04 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 77480819c -> 68e9bd439 Disabled caching during docker build of the website. This is to avoid flaky docker build of website in CI. We did a similar change to support/docker-build.sh. Project:

mesos git commit: Disabled caching during docker build of the website.

2017-08-04 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8f8a5ef3b -> 77480819c Disabled caching during docker build of the website. This is to avoid flaky docker build in CI. We did a similar change to support/docker-build.sh. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Updated working groups doc to remove email markdown shortcut.

2017-08-04 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 50a553dd1 -> 8f8a5ef3b Updated working groups doc to remove email markdown shortcut. Using the "" shortcut causes a random encoding to be generated by markdown to obscure the address from address-harvesting spambots. But the randomness is

mesos git commit: Added "-notimestamp" argument to javadoc.

2017-08-04 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8734511fd -> 13953dc4b Added "-notimestamp" argument to javadoc. This causes javadoc to not generate timestamp and date meta tags in the generated Java docs. This reduces the size of the diff everytime the website publish bot generates the

[2/3] mesos git commit: Added scripts to automate website publishing.

2017-08-04 Thread vinodkone
Added scripts to automate website publishing. These scripts are expected to be run by ASF CI on any commit to the mesos repo. The directory layout is similar to tidybot CI job. Review: https://reviews.apache.org/r/60439 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/3] mesos git commit: Updated endpoint help generator script to work inside Docker.

2017-08-04 Thread vinodkone
Updated endpoint help generator script to work inside Docker. Changed agent flags to make this script work inside Docker container. This is needed because this script will be run as part of website publishing process which runs on ASF CI inside Docker. Review: https://reviews.apache.org/r/60438

[1/3] mesos git commit: Updated local development workflow of mesos website.

2017-08-04 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master cdb90b91c -> 8734511fd Updated local development workflow of mesos website. Made the layout and scripts consistent with CI based automatic publishing of the website. Review: https://reviews.apache.org/r/60440 Project:

[2/2] mesos git commit: Bundled rake as part of managed ruby dependencies of website.

2017-07-05 Thread vinodkone
Bundled rake as part of managed ruby dependencies of website. While rake is available from the package manager on some flavors of Linux, on e.g., macOS seems to currently only be available as a gem. In order to provide a working website environment with minimal extra configuration, bundle rake

[1/2] mesos git commit: Updated bundled ruby dependencies.

2017-07-05 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 2c1be9ced -> b153cb95d Updated bundled ruby dependencies. This commit updates to locked ruby dependencies in the 'Gemfile.lock' to the lastest versions. This e.g., updates eventmachine from 1.0.3 to 1.2.3. We need to require a more recent

mesos git commit: Logged operator API subscribed removal.

2017-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 3ee298610 -> 63e08146a Logged operator API subscribed removal. We previously only logged addition of subscribers but not removal. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed parameters in JNI call for disconnected event.

2017-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.3.x 347ea0784 -> d88836130 Fixed parameters in JNI call for disconnected event. Review: https://reviews.apache.org/r/60476/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed parameters in JNI call for disconnected event.

2017-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.1.x 0e81c3d88 -> a72d20e57 Fixed parameters in JNI call for disconnected event. Review: https://reviews.apache.org/r/60476/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed parameters in JNI call for disconnected event.

2017-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.2.x 6ce067e06 -> 7e5c2b2e3 Fixed parameters in JNI call for disconnected event. Review: https://reviews.apache.org/r/60476/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed parameters in JNI call for disconnected event.

2017-06-28 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master d5636d0d7 -> 3ee298610 Fixed parameters in JNI call for disconnected event. Review: https://reviews.apache.org/r/60476/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added 1.0.2, 1.0.3 and 1.0.4 to site/data/releases.yml.

2017-06-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 18695ae8d -> 2e3b15cf9 Added 1.0.2, 1.0.3 and 1.0.4 to site/data/releases.yml. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2e3b15cf Tree:

mesos-site git commit: Fixed README to refer to `content` directory instead of `publish`.

2017-06-13 Thread vinodkone
Repository: mesos-site Updated Branches: refs/heads/master a32060363 -> 1b68e283b Fixed README to refer to `content` directory instead of `publish`. We renamed the directory per ASF website publishing guideliness. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit:

[48/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2http_8hpp_source.html -- diff --git

[36/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2os_2constants_8hpp_source.html -- diff --git

[02/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/classIntervalSet.html -- diff --git a/content/api/latest/c++/classIntervalSet.html b/content/api/latest/c++/classIntervalSet.html new file

[31/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2recordio_8hpp.html -- diff --git a/content/api/latest/c++/3rdparty_2stout_2include_2stout_2recordio_8hpp.html

[01/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
Repository: mesos-site Updated Branches: refs/heads/master f23230b4b -> a32060363 http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/classJSON_1_1NumberWriter.html -- diff --git

[41/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2statistics_8hpp_source.html -- diff --git

[35/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2os_2posix_2environment_8hpp.html -- diff --git

[47/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2io_8hpp.html -- diff --git

[30/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2version_8hpp_source.html -- diff --git

[39/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2flags_2parse_8hpp.html -- diff --git

[07/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/classDays.html -- diff --git a/content/api/latest/c++/classDays.html b/content/api/latest/c++/classDays.html new file mode 100644 index

[20/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/annotated.html -- diff --git a/content/api/latest/c++/annotated.html b/content/api/latest/c++/annotated.html new file mode 100644 index

[28/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2windows_8hpp_source.html -- diff --git

[34/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2os_2read_8hpp_source.html -- diff --git

[26/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/Nodes.xml -- diff --git a/content/api/latest/c++/Nodes.xml b/content/api/latest/c++/Nodes.xml new file mode 100644 index 000..aebeb45 ---

[23/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/active__user__test__helper_8hpp_source.html -- diff --git a/content/api/latest/c++/active__user__test__helper_8hpp_source.html

[38/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2ip_8hpp_source.html -- diff --git

[21/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/after_8hpp.html -- diff --git a/content/api/latest/c++/after_8hpp.html b/content/api/latest/c++/after_8hpp.html new file mode 100644 index

[22/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/address_8hpp_source.html -- diff --git a/content/api/latest/c++/address_8hpp_source.html b/content/api/latest/c++/address_8hpp_source.html new

[04/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/classErrnoError.html -- diff --git a/content/api/latest/c++/classErrnoError.html b/content/api/latest/c++/classErrnoError.html new file mode

[05/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/classDuration.html -- diff --git a/content/api/latest/c++/classDuration.html b/content/api/latest/c++/classDuration.html new file mode 100644

[33/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2posix_2fs_8hpp_source.html -- diff --git

[09/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/chroot_8hpp.html -- diff --git a/content/api/latest/c++/chroot_8hpp.html b/content/api/latest/c++/chroot_8hpp.html new file mode 100644 index

[44/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2protobuf_8hpp.html -- diff --git

[12/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/boundedhashmap_8hpp_source.html -- diff --git a/content/api/latest/c++/boundedhashmap_8hpp_source.html

[24/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/abort_8hpp.html -- diff --git a/content/api/latest/c++/abort_8hpp.html b/content/api/latest/c++/abort_8hpp.html new file mode 100644 index

[06/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/classDocker_1_1Image.html -- diff --git a/content/api/latest/c++/classDocker_1_1Image.html b/content/api/latest/c++/classDocker_1_1Image.html

[03/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/classHDFS.html -- diff --git a/content/api/latest/c++/classHDFS.html b/content/api/latest/c++/classHDFS.html new file mode 100644 index

[27/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/Info.plist -- diff --git a/content/api/latest/c++/Info.plist b/content/api/latest/c++/Info.plist new file mode 100644 index 000..e26a342

[32/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2stout_2include_2stout_2protobuf_8hpp_source.html -- diff --git

[25/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/Tokens.xml -- diff --git a/content/api/latest/c++/Tokens.xml b/content/api/latest/c++/Tokens.xml new file mode 100644 index 000..9bfa6f8

[13/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/bind_8hpp_source.html -- diff --git a/content/api/latest/c++/bind_8hpp_source.html b/content/api/latest/c++/bind_8hpp_source.html new file

[14/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/basic_8hpp_source.html -- diff --git a/content/api/latest/c++/basic_8hpp_source.html b/content/api/latest/c++/basic_8hpp_source.html new file

[43/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2protobuf_8hpp_source.html -- diff --git

[15/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/backend_8hpp.html -- diff --git a/content/api/latest/c++/backend_8hpp.html b/content/api/latest/c++/backend_8hpp.html new file mode 100644

[42/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2shared_8hpp.html -- diff --git

[46/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html -- diff --git

[50/51] [partial] mesos-site git commit: Renamed `publish` directory to `content`.

2017-06-13 Thread vinodkone
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/.htaccess -- diff --git a/content/.htaccess b/content/.htaccess new file mode 100644 index 000..8b5d472 --- /dev/null +++ b/content/.htaccess @@ -0,0 +1

mesos git commit: Added python-mesos-http scheduler api client to docs.

2017-06-13 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 77d507578 -> 734bed023 Added python-mesos-http scheduler api client to docs. I propose the following scheduler python lib as external library to use Mesos HTTP API. This closes #217 Project:

mesos-site git commit: Added README.

2017-06-09 Thread vinodkone
Repository: mesos-site Updated Branches: refs/heads/master [created] c2997216b Added README. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/c2997216 Tree:

[3/3] mesos git commit: Added unit tests to verify offers are suppressed based on registration.

2017-06-05 Thread vinodkone
Added unit tests to verify offers are suppressed based on registration. Review: https://reviews.apache.org/r/57818/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5dd1dd3b Tree:

[2/3] mesos git commit: Offers not sent for suppressed roles as indicated in `SUBSCRIBE`.

2017-06-05 Thread vinodkone
Offers not sent for suppressed roles as indicated in `SUBSCRIBE`. If the `SUBSCRIBE` indicates a subset of roles to be suppressed during framework (re)registration, the allocator does not offer resources for those roles to such frameworks. Note that this functionality is added for `v1::SUBSCRIBE`

mesos git commit: Attach latest symlink when executor is registered.

2017-06-05 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master cb4dc7643 -> 588bb0b9f Attach latest symlink when executor is registered. This will assist framework developers in making features that need to access the latest sandbox when hitting various operator API endpoints. Review:

[1/3] mesos git commit: Added test for agent ping timeout during agent recovery.

2017-06-01 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 1afc364c0 -> f6c2fdb65 Added test for agent ping timeout during agent recovery. This patch adds a new test, `SlaveRecoveryTest.PingTimeoutDuringRecovery`, which verifies that the agent will reply to pings from the master while it is

[3/3] mesos git commit: Added a test to verify executor driver message dropping behavior.

2017-06-01 Thread vinodkone
Added a test to verify executor driver message dropping behavior. This patch adds a test which verifies that the executor driver will drop RunTaskMessages when it is not connected to the agent. Review: https://reviews.apache.org/r/59583/ Project:

[2/3] mesos git commit: Added a test to verify the agent flag 'executor_reregistration_timeout'.

2017-06-01 Thread vinodkone
Added a test to verify the agent flag 'executor_reregistration_timeout'. This patch adds a test to verify the correct behavior of the agent flag 'executor_reregistration_timeout. Review: https://reviews.apache.org/r/59545/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Resolved a TODO that depended on a newer version of gtest.

2017-05-30 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 80f13bfd0 -> c61e592d7 Resolved a TODO that depended on a newer version of gtest. Review: https://reviews.apache.org/r/59581/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Updated website for 1.0.2, 1.0.3 and 1.0.4.

2017-05-16 Thread vinodkone
blog/2016-11-15-mesos-1-0-2-released.md @@ -0,0 +1,97 @@ +--- +layout: post +title: Apache Mesos 1.0.2 Released +permalink: /blog/mesos-1-0-2-released/ +published: true +post_author: + display_name: Vinod Kone + twitter: vinodkone +tags: Release +--- + +The latest Mesos release, 1.0.2, i

mesos git commit: Fixed a fd-related build on Windows.

2017-05-12 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master b45603000 -> c98f96522 Fixed a fd-related build on Windows. Review: https://reviews.apache.org/r/59248 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c98f9652 Tree:

mesos git commit: Add new MUG for Tokyo.

2017-05-09 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 2108836fc -> d2afca0b7 Add new MUG for Tokyo. I just add the new Tokyo in Japan MUG in communities by Shingo.Kitayama. This closes #212 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[mesos] Git Push Summary

2017-05-04 Thread vinodkone
Repository: mesos Updated Tags: refs/tags/1.0.4 [created] 4154f66d6

svn commit: r19466 - in /release/mesos/1.0.4: ./ mesos-1.0.4.tar.gz mesos-1.0.4.tar.gz.asc mesos-1.0.4.tar.gz.md5

2017-05-04 Thread vinodkone
Author: vinodkone Date: Thu May 4 19:29:40 2017 New Revision: 19466 Log: Adding mesos-1.0.4. Added: release/mesos/1.0.4/ release/mesos/1.0.4/mesos-1.0.4.tar.gz (with props) release/mesos/1.0.4/mesos-1.0.4.tar.gz.asc release/mesos/1.0.4/mesos-1.0.4.tar.gz.md5 Added: release

[2/2] mesos git commit: Exposed full unreserved resources in /slaves endpoint on master.

2017-05-04 Thread vinodkone
Exposed full unreserved resources in /slaves endpoint on master. The JSON key for this information is "unreserved_resources_full". Review: https://reviews.apache.org/r/58940 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Exposed full unreserved resources in /state endpoint on agent.

2017-05-04 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master e8fefeab7 -> f158e03bb Exposed full unreserved resources in /state endpoint on agent. The JSON key for this information is "unreserved_resources_full". Review: https://reviews.apache.org/r/58941 Project:

svn commit: r19444 - in /dev/mesos/1.0.4-rc2: ./ mesos-1.0.4.tar.gz mesos-1.0.4.tar.gz.asc mesos-1.0.4.tar.gz.md5

2017-05-02 Thread vinodkone
Author: vinodkone Date: Tue May 2 19:02:41 2017 New Revision: 19444 Log: Adding mesos-1.0.4-rc2. Added: dev/mesos/1.0.4-rc2/ dev/mesos/1.0.4-rc2/mesos-1.0.4.tar.gz (with props) dev/mesos/1.0.4-rc2/mesos-1.0.4.tar.gz.asc dev/mesos/1.0.4-rc2/mesos-1.0.4.tar.gz.md5 Added: dev

[mesos] Git Push Summary

2017-05-02 Thread vinodkone
Repository: mesos Updated Tags: refs/tags/1.0.4-rc2 [created] 4154f66d6

mesos git commit: Fixed a link in the upgrade documentation.

2017-04-27 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c70215029 -> fd163c20c Fixed a link in the upgrade documentation. This patch fixes a broken link in the upgrade documentation. Review: https://reviews.apache.org/r/58810/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

mesos git commit: Fixed typo in slave.cpp.

2017-04-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 87b793dbb -> 6670c0709 Fixed typo in slave.cpp. s/found mount/find mount/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6670c070 Tree:

mesos git commit: Print failure reason when socket accept failed.

2017-04-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8990ebbf3 -> c2b91a92e Print failure reason when socket accept failed. Review: https://reviews.apache.org/r/58557/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Print corresponding address when socket shutdown.

2017-04-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master e121ef6fe -> 8990ebbf3 Print corresponding address when socket shutdown. Print corresponding address when socket shutdown. Default just print socket 'fd',it's not convenient to find corresponding address. Project:

[2/2] mesos git commit: Updated the high availability doc about ZK session timeout.

2017-04-24 Thread vinodkone
Updated the high availability doc about ZK session timeout. Review: https://reviews.apache.org/r/58506/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/97b2507a Tree:

[1/2] mesos git commit: Passed `--zk_session_timeout` to ZK master contender and detector.

2017-04-24 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master d1c6173ab -> 97b2507aa Passed `--zk_session_timeout` to ZK master contender and detector. Currently `ZooKeeperMasterContender` and `ZooKeeperMasterDetector` use hardcoded session timeouts and do not respect `--zk_session_timeout` option.

<    1   2   3   4   5   6   7   8   9   10   >