mesos git commit: Add a temporary filter for overlay backend related tests.

2017-12-01 Thread gilbert
org/repos/asf/mesos/diff/11f2f7ef Branch: refs/heads/master Commit: 11f2f7ef30946093b9d584ea17232bc6e9fa0e97 Parents: 18b488f Author: Meng Zhu Authored: Fri Dec 1 22:35:27 2017 -0800 Committer: Gilbert Song Committed: Fri Dec 1 22:35:27 2017 -0

[1/8] mesos git commit: Tracked layers in memory for provisioned containers.

2017-12-06 Thread gilbert
nch: refs/heads/master Commit: 4934eb77c0fdd20ee8f19f6d77ec8c2f708768ac Parents: a04e99e Author: Zhitao Li Authored: Wed Dec 6 11:42:29 2017 -0800 Committer: Gilbert Song Committed: Wed Dec 6 12:04:19 2017 -0800 -- src/sl

[5/8] mesos git commit: Added excluded image parameter to containerizer pruneImages().

2017-12-06 Thread gilbert
/1f164fb6 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1f164fb6 Branch: refs/heads/master Commit: 1f164fb6b3da49ffc5e1b97e026969f3d5703470 Parents: c399377 Author: Gilbert Song Authored: Sun Nov 26 15:46:01 2017 -0500 Committer: Gilbert Song Committed: Wed Dec 6 12:04:19 2017 -0800

[6/8] mesos git commit: Supported basic auto image gc in the agent.

2017-12-06 Thread gilbert
://git-wip-us.apache.org/repos/asf/mesos/diff/c4741b9b Branch: refs/heads/master Commit: c4741b9bd4c86e63ffd98f28975fb7aa54f25861 Parents: e9125dd Author: Gilbert Song Authored: Sun Nov 26 15:12:34 2017 -0500 Committer: Gilbert Song Committed: Wed Dec 6 12:04:19 2017 -0800

[4/8] mesos git commit: Added an optional agent flag '--image_gc_config'.

2017-12-06 Thread gilbert
ads/master Commit: e9125dd3922d7a8b185d86a404105f29c449050c Parents: 5c55770 Author: Gilbert Song Authored: Wed Nov 22 12:13:05 2017 -0800 Committer: Gilbert Song Committed: Wed Dec 6 12:04:19 2017 -0800 -- docs/configuration/age

[8/8] mesos git commit: Deleted a redundant line in test/containerizer.hpp.

2017-12-06 Thread gilbert
: http://git-wip-us.apache.org/repos/asf/mesos/diff/849dec1e Branch: refs/heads/master Commit: 849dec1edb1e1092c7ec4d6f03094abfcc082c51 Parents: c4741b9 Author: Gilbert Song Authored: Mon Nov 27 10:55:33 2017 -0800 Committer: Gilbert Song Committed: Wed Dec 6 12:04:19 2017 -0800

[2/8] mesos git commit: Fixed a typo in gc_test.cpp.

2017-12-06 Thread gilbert
-us.apache.org/repos/asf/mesos/diff/6bf05406 Branch: refs/heads/master Commit: 6bf05406d1e7f42b0a61b2309f9829298e54bd9a Parents: 849dec1 Author: Gilbert Song Authored: Tue Nov 28 18:44:59 2017 -0800 Committer: Gilbert Song Committed: Wed Dec 6 12:04:19 2017 -0800

[3/8] mesos git commit: Added a flag conversion protobuf message 'ImageGcConfig'.

2017-12-06 Thread gilbert
e/5c557700 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5c557700 Branch: refs/heads/master Commit: 5c5577004de4ff5cea16e0719de0ff08798384ea Parents: 1f164fb Author: Gilbert Song Authored: Tue Nov 21 16:28:57 2017 -0800 Committer: Gilbert Song Committed: Wed Dec 6 12:04:19

[7/8] mesos git commit: Fixed comments for linux MACRO.

2017-12-06 Thread gilbert
-us.apache.org/repos/asf/mesos/diff/a04e99e7 Branch: refs/heads/master Commit: a04e99e7d1de2dba9bbb00328359f99ee0ed244d Parents: 6bf0540 Author: Gilbert Song Authored: Wed Dec 6 11:45:21 2017 -0800 Committer: Gilbert Song Committed: Wed Dec 6 12:04:19 2017 -0800

mesos git commit: Added a missing check for parent container has config recovered.

2017-12-12 Thread gilbert
Parents: 99171a4 Author: Zhitao Li Authored: Wed Dec 13 14:13:00 2017 +0800 Committer: Gilbert Song Committed: Wed Dec 13 15:05:57 2017 +0800 -- src/slave/containerizer/mesos/containerizer.cpp | 11 ++- 1 file changed, 10 in

mesos git commit: Fix compile error for bundled gRPC on Debian 8 with libc-ares-dev.

2017-12-14 Thread gilbert
7d2 Author: Chun-Hung Hsiao Authored: Fri Dec 15 00:13:17 2017 +0800 Committer: Gilbert Song Committed: Fri Dec 15 00:13:17 2017 +0800 -- 3rdparty/Makefile.am | 2 +- 3rdparty/grpc-1.4.2.patch |

[1/2] mesos git commit: Added a new operator API for `PRUNE_IMAGES`.

2017-12-27 Thread gilbert
ter: Gilbert Song Committed: Thu Dec 28 01:29:04 2017 +0800 -- include/mesos/agent/agent.proto| 3 +++ include/mesos/v1/agent/agent.proto | 3 +++ src/slave/http.cpp | 37 + src/sl

[2/2] mesos git commit: Added `excluded_images` parameter to `PRUNE_IMAGES` agent API.

2017-12-27 Thread gilbert
/57f37c8e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/57f37c8e Branch: refs/heads/master Commit: 57f37c8e675e5205e3fa662799ab86f49ad70222 Parents: 213242f Author: Zhitao Li Authored: Thu Dec 28 01:17:37 2017 +0800 Committer: Gilbert Song Committed: Thu Dec 28 01:29:11 2017 +0800

[1/2] mesos git commit: Added `excluded_images` parameter to `PRUNE_IMAGES` agent API.

2017-12-27 Thread gilbert
017 +0800 Committer: Gilbert Song Committed: Thu Dec 28 01:34:33 2017 +0800 -- include/mesos/agent/agent.proto| 10 ++ include/mesos/v1/agent/agent.proto | 10 ++ src/slave/http.cpp | 11 ++-

[2/2] mesos git commit: Added a new operator API for `PRUNE_IMAGES`.

2017-12-27 Thread gilbert
://git-wip-us.apache.org/repos/asf/mesos/diff/4f4e0f25 Branch: refs/heads/1.5.x Commit: 4f4e0f257d43e9edb042e6b0ec07baf0a82c83fc Parents: 30eb221 Author: Zhitao Li Authored: Thu Dec 28 01:17:23 2017 +0800 Committer: Gilbert Song Committed: Thu Dec 28 01:34:33 2017 +0800

[1/3] mesos git commit: Added authorization for prune images API call.

2017-12-31 Thread gilbert
ter: Gilbert Song Committed: Sun Dec 31 19:39:57 2017 +0800 -- include/mesos/authorizer/acls.proto | 14 ++ include/mesos/authorizer/authorizer.proto | 4 ++ src/authorizer/local/authorizer.cpp | 20 +

[2/3] mesos git commit: Added test for `prune_images` acl validation.

2017-12-31 Thread gilbert
://git-wip-us.apache.org/repos/asf/mesos/diff/310ba44a Branch: refs/heads/master Commit: 310ba44a4d48d65e5f28db050fed72e343cde441 Parents: 250a9a5 Author: Zhitao Li Authored: Sun Dec 31 18:27:55 2017 +0800 Committer: Gilbert Song Committed: Sun Dec 31 19:40:03 2017 +0800

[3/3] mesos git commit: Documented new image gc support in Mesos containerizer.

2017-12-31 Thread gilbert
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5e88bc07 Branch: refs/heads/master Commit: 5e88bc076f9c04293057ed1e4b2f941d1238368c Parents: 310ba44 Author: Zhitao Li Authored: Sun Dec 31 18:28:04 2017 +0800 Committer: Gilbert Song Committed: Sun Dec 31 20:08:12 2017 +0800

[3/3] mesos git commit: Added authorization for prune images API call.

2017-12-31 Thread gilbert
://git-wip-us.apache.org/repos/asf/mesos/diff/4beb46db Branch: refs/heads/1.5.x Commit: 4beb46db5a54e495212754a672daf81853a57e06 Parents: f023091 Author: Zhitao Li Authored: Sun Dec 31 18:27:44 2017 +0800 Committer: Gilbert Song Committed: Sun Dec 31 20:24:29 2017 +0800

[1/3] mesos git commit: Documented new image gc support in Mesos containerizer.

2017-12-31 Thread gilbert
800 Committer: Gilbert Song Committed: Sun Dec 31 20:24:29 2017 +0800 -- docs/container-image.md | 40 docs/operator-http-api.md | 30 ++ 2 files changed,

[2/3] mesos git commit: Added test for `prune_images` acl validation.

2017-12-31 Thread gilbert
://git-wip-us.apache.org/repos/asf/mesos/diff/e319d1fc Branch: refs/heads/1.5.x Commit: e319d1fc77938861c79866da06349261bbae1d92 Parents: 4beb46d Author: Zhitao Li Authored: Sun Dec 31 18:27:55 2017 +0800 Committer: Gilbert Song Committed: Sun Dec 31 20:24:29 2017 +0800

mesos git commit: Added doc for cgroups devices isolator.

2018-01-12 Thread gilbert
945 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c1f9e945 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c1f9e945 Branch: refs/heads/master Commit: c1f9e945b036571c61a0ff562dceffb75a137694 Parents: 07008ac Author: Jie Yu Authored: Fri Jan 12 13:43:36 2018 -0800 Committer: Gilb

mesos git commit: Updated documentation for `d_type` check regarding `xfs` on `overlay`.

2018-01-12 Thread gilbert
:26 2018 -0800 Committer: Gilbert Song Committed: Fri Jan 12 16:20:26 2018 -0800 -- docs/container-image.md | 6 +- 1 file changed, 5 insertions(+), 1 delet

[1/4] mesos git commit: Fixed the default executor flaky testes in tests/cluster.cpp.

2018-01-12 Thread gilbert
ache.org/repos/asf/mesos/commit/364e78af Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/364e78af Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/364e78af Branch: refs/heads/master Commit: 364e78af7598289f6724c2ee037e0cb1de377902 Parents: ee06a3b Author: Gilbert Song Authored: Thu Jan

[3/4] mesos git commit: Reverted "Fixed `wait()` and `destroy()` in composing containerizer.".

2018-01-12 Thread gilbert
ter Commit: dd6ab9dcc7b8b9ceb40528e0879cd4e9eace8132 Parents: b4372ac Author: Gilbert Song Authored: Thu Jan 11 17:59:37 2018 -0800 Committer: Gilbert Song Committed: Fri Jan 12 17:01:07 2018 -0800 -- src/slave/containerizer/composin

[2/4] mesos git commit: Reverted "Updated composing containerizer tests.".

2018-01-12 Thread gilbert
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ee06a3b4 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ee06a3b4 Branch: refs/heads/master Commit: ee06a3b4e15a0419df2311e65a72bf03e6bae802 Parents: dd6ab9d Author: Gilbert Song Authored: Thu Jan 11 17:59:19 2018 -0800 Committer: Gi

[4/4] mesos git commit: Logged some additional information on a master CHECK.

2018-01-12 Thread gilbert
: 9ecfb4aecd081ac9a74cdf2c71ec1565bf242e16 Parents: 364e78a Author: James Peach Authored: Fri Jan 12 17:01:48 2018 -0800 Committer: Gilbert Song Committed: Fri Jan 12 17:01:48 2018 -0800 -- src/master/master.cpp | 5 - 1 file changed, 4 insertions(+), 1 deletion

[2/4] mesos git commit: Reverted "Updated composing containerizer tests.".

2018-01-12 Thread gilbert
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/dc6beb74 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/dc6beb74 Branch: refs/heads/1.5.x Commit: dc6beb74acf4fe2a1607ec7a2153b09958e8c256 Parents: c055944 Author: Gilbert Song Authored: Thu Jan 11 17:59:19 2018 -0800 Committer: Gi

[4/4] mesos git commit: Reverted "Fixed `wait()` and `destroy()` in composing containerizer.".

2018-01-12 Thread gilbert
5.x Commit: c0559445993a3a1d57603a9f82609f18e0af8966 Parents: 35ac2f0 Author: Gilbert Song Authored: Thu Jan 11 17:59:37 2018 -0800 Committer: Gilbert Song Committed: Fri Jan 12 17:04:19 2018 -0800 -- src/slave/containerizer/composin

[3/4] mesos git commit: Fixed the default executor flaky testes in tests/cluster.cpp.

2018-01-12 Thread gilbert
mesos/tree/0f05e052 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0f05e052 Branch: refs/heads/1.5.x Commit: 0f05e052ca3b8c573437c643f274b0cf5752c22e Parents: dc6beb7 Author: Gilbert Song Authored: Thu Jan 11 18:05:54 2018 -0800 Committer: Gilbert Song Committed: Fri Jan 12 17:04:19 2018

[1/4] mesos git commit: Logged some additional information on a master CHECK.

2018-01-12 Thread gilbert
iff/336b067b Branch: refs/heads/1.5.x Commit: 336b067be8e864f751c292152edf4cb1461e7ce1 Parents: 0f05e05 Author: James Peach Authored: Fri Jan 12 17:01:48 2018 -0800 Committer: Gilbert Song Committed: Fri Jan 12 17:04:19 2018 -0

svn commit: r24270 - /release/mesos/KEYS

2018-01-17 Thread gilbert
Author: gilbert Date: Wed Jan 17 18:49:13 2018 New Revision: 24270 Log: Appended Gilbert Song's public key to the KEYS file. Modified: release/mesos/KEYS Modified: release/mesos/KEYS == --- release/mesos

[2/3] mesos git commit: Removed check for nested cgroup support in `cgroups::prepare()`.

2018-04-10 Thread gilbert
ae66a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/950ae66a Branch: refs/heads/master Commit: 950ae66a741142cc188b820c5a66c34e14867bb5 Parents: 1f20119 Author: Andrei Budnik Authored: Tue Apr 10 23:40:47 2018 -0700 Committer: Gilbert Song Committed: Tue Apr 10 23:43:58

[1/3] mesos git commit: Fixed flaky `ROOT_IsolatorFlags` test.

2018-04-10 Thread gilbert
ter: Gilbert Song Committed: Tue Apr 10 23:43:57 2018 -0700 -- .../containerizer/linux_capabilities_isolator_tests.cpp | 8 1 file changed, 8 inserti

[3/3] mesos git commit: Updated minimum supported Linux kernel version.

2018-04-10 Thread gilbert
Authored: Tue Apr 10 23:40:52 2018 -0700 Committer: Gilbert Song Committed: Tue Apr 10 23:43:58 2018 -0700 -- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[2/5] mesos git commit: Added unit test for recovering nested container without slave state.

2018-04-17 Thread gilbert
/eeaf5052 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/eeaf5052 Branch: refs/heads/master Commit: eeaf5052f02701833aa7662960d6a24dff7f48ab Parents: f80b0d0 Author: Gilbert Song Authored: Tue Apr 10 12:22:31 2018 -0700 Committer: Gilbert Song Committed: Tue Apr 17 10:49:30 2018 -0700

[5/5] mesos git commit: Added MESOS-8416 to 1.5.1 CHANGELOG.

2018-04-17 Thread gilbert
Branch: refs/heads/master Commit: f62c22a9907c069d5553d703126c57762c83838d Parents: bd447bb Author: Gilbert Song Authored: Tue Apr 17 10:46:29 2018 -0700 Committer: Gilbert Song Committed: Tue Apr 17 10:49:45 2018 -0700

[1/5] mesos git commit: Added unit test slave recovery for default executor tests.

2018-04-17 Thread gilbert
sos/commit/2bfcbccd Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2bfcbccd Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2bfcbccd Branch: refs/heads/master Commit: 2bfcbccdeeb37c5f83e571113b03fa904b3fee05 Parents: a95d9b8 Author: Gilbert Song Authored: Sat Apr 7 01:38:50 2018 -0

[3/5] mesos git commit: Fixed the agent recovery crash if metadata is missing.

2018-04-17 Thread gilbert
/mesos/diff/f80b0d0b Branch: refs/heads/master Commit: f80b0d0b863acbb0681e2f8fc063c226686b45a0 Parents: 2bfcbcc Author: Gilbert Song Authored: Tue Apr 10 11:35:03 2018 -0700 Committer: Gilbert Song Committed: Tue Apr 17 10:49:30 2018 -0700

[4/5] mesos git commit: Added default executor test for agent recovery without metadata.

2018-04-17 Thread gilbert
/bd447bb5 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/bd447bb5 Branch: refs/heads/master Commit: bd447bb5c0295b7cb9f5773b02d1e4cb52bd154e Parents: eeaf505 Author: Gilbert Song Authored: Sun Apr 8 20:01:20 2018 -0700 Committer: Gilbert Song Committed: Tue Apr 17 10:49:38 2018 -0700

[1/2] mesos git commit: Added MESOS-8416 to 1.5.1 CHANGELOG.

2018-04-17 Thread gilbert
sos/tree/667c7748 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/667c7748 Branch: refs/heads/1.5.x Commit: 667c774855852c6de6c4e0672d8917e81b4231ab Parents: 0804079 Author: Gilbert Song Authored: Tue Apr 17 10:46:29 2018 -0700 Committer: Gilbert Song Committed: Tue Apr 17 10:56:16 2018 -0

[2/2] mesos git commit: Fixed the agent recovery crash if metadata is missing.

2018-04-17 Thread gilbert
/mesos/diff/08040790 Branch: refs/heads/1.5.x Commit: 08040790ea2fbf1836db57292f96cb4524faabee Parents: 7735028 Author: Gilbert Song Authored: Tue Apr 10 11:35:03 2018 -0700 Committer: Gilbert Song Committed: Tue Apr 17 10:56:16 2018 -0700

mesos git commit: Fixed the ordering of Mesos containerizer isolators.

2018-04-20 Thread gilbert
r Commit: 189efed864ca2455674b0790d6be4a73c820afd6 Parents: 4366d55 Author: James Peach Authored: Fri Apr 20 10:25:51 2018 -0700 Committer: Gilbert Song Committed: Fri Apr 20 10:53:11 2018 -0700 -- src/slave/containerizer/mesos/containerizer.c

mesos git commit: Improved error message in the fetcher.

2018-04-23 Thread gilbert
Zhu Authored: Mon Apr 23 00:16:09 2018 -0700 Committer: Gilbert Song Committed: Mon Apr 23 00:16:09 2018 -0700 -- src/launcher/fetcher.cpp | 6 -- 1 file changed, 4 insertions(+), 2 deleti

[1/4] mesos git commit: Introduced a push-based gauge metric.

2018-04-27 Thread gilbert
wip-us.apache.org/repos/asf/mesos/diff/6707d39d Branch: refs/heads/master Commit: 6707d39d2ee2e1ccb62e4998ef57d4db8cda5c96 Parents: 617d55e Author: Benjamin Mahler Authored: Fri Apr 27 16:06:53 2018 -0700 Committer: Gilbert Song Committed: Fri Apr 27 16:06:53 2018 -0

[4/4] mesos git commit: Updated mesos source for Gauge -> PullGauge renaming.

2018-04-27 Thread gilbert
iff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ed830653 Branch: refs/heads/master Commit: ed830653ac4c997c98ca359730f8a402962a05d6 Parents: 8fad04e Author: Benjamin Mahler Authored: Fri Apr 27 16:07:05 2018 -0700 Committer: Gilbert Song Committed: Fri Apr 27 16:20:16 2018 -0

[2/4] mesos git commit: Added a test for PushGauge.

2018-04-27 Thread gilbert
-us.apache.org/repos/asf/mesos/diff/898ff1b2 Branch: refs/heads/master Commit: 898ff1b20293f5d55f2c7b65d231cc52bebf9d85 Parents: 6707d39 Author: Benjamin Mahler Authored: Fri Apr 27 16:06:58 2018 -0700 Committer: Gilbert Song Committed: Fri Apr 27 16:06:58 2018 -0700

[3/4] mesos git commit: Renamed Gauge to PullGauge and documented differences to PushGauge.

2018-04-27 Thread gilbert
: Benjamin Mahler Authored: Fri Apr 27 16:07:01 2018 -0700 Committer: Gilbert Song Committed: Fri Apr 27 16:20:10 2018 -0700 -- 3rdparty/libprocess/include/Makefile.am | 2 +- .../include/process/metrics/gauge.hpp

[4/5] mesos git commit: Added MESOS-8876 to 1.4.2 CHANGELOG.

2018-05-07 Thread gilbert
Branch: refs/heads/master Commit: 8b5b35b9f3a792d18c6ddb5dadb0df0657eb4e25 Parents: bad10a8 Author: Gilbert Song Authored: Mon May 7 14:13:42 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:13:42 2018 -0700

[2/5] mesos git commit: Added MESOS-8876 to 1.6.0 CHANGELOG.

2018-05-07 Thread gilbert
Branch: refs/heads/master Commit: b5b970381bc8e616720bb9ff7917920f0ab0974c Parents: aaf51e0 Author: Gilbert Song Authored: Mon May 7 14:11:30 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:11:30 2018 -0700

[3/5] mesos git commit: Added MESOS-8876 to 1.5.1 CHANGELOG.

2018-05-07 Thread gilbert
Branch: refs/heads/master Commit: bad10a88f4a7c291add62dfb91d7c2c077582c44 Parents: b5b9703 Author: Gilbert Song Authored: Mon May 7 14:12:45 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:12:45 2018 -0700

[5/5] mesos git commit: Added MESOS-8876 to 1.3.3 CHANGELOG.

2018-05-07 Thread gilbert
Branch: refs/heads/master Commit: 36522a29adcffebcbaaee66d67ee66b40dcdee8f Parents: 8b5b35b Author: Gilbert Song Authored: Mon May 7 14:14:00 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:14:00 2018 -0700

[1/5] mesos git commit: Increased the timeout for waiting for `reaped` to be invoked.

2018-05-07 Thread gilbert
mit: aaf51e007044ad295949ad719776ef49d62dc3bf Parents: 01b618c Author: Qian Zhang Authored: Mon May 7 13:48:39 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 13:48:39 2018 -0700 -- src/docker/executor.cpp | 8 1 f

[1/2] mesos git commit: Added MESOS-8876 to 1.4.2 CHANGELOG.

2018-05-07 Thread gilbert
sos/tree/7e78618c Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7e78618c Branch: refs/heads/1.4.x Commit: 7e78618c6415fe3a419428b148c546f7c379ef1a Parents: f7892ea Author: Gilbert Song Authored: Mon May 7 14:13:42 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:16:09 2018 -0

[2/2] mesos git commit: Increased the timeout for waiting for `reaped` to be invoked.

2018-05-07 Thread gilbert
: Mon May 7 13:48:39 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:15:47 2018 -0700 -- src/docker/executor.cpp | 8 1 file changed, 4 insertions(+), 4 deletions

[1/2] mesos git commit: Added MESOS-8876 to 1.5.1 CHANGELOG.

2018-05-07 Thread gilbert
sos/tree/1b813dcf Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1b813dcf Branch: refs/heads/1.5.x Commit: 1b813dcf0c0bd31e46aa769c8fd86f11b339dad8 Parents: ecf80b9 Author: Gilbert Song Authored: Mon May 7 14:12:45 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:15:47 2018 -0

[2/2] mesos git commit: Increased the timeout for waiting for `reaped` to be invoked.

2018-05-07 Thread gilbert
: Mon May 7 13:48:39 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:16:09 2018 -0700 -- src/docker/executor.cpp | 8 1 file changed, 4 insertions(+), 4 deletions

[1/2] mesos git commit: Added MESOS-8876 to 1.3.3 CHANGELOG.

2018-05-07 Thread gilbert
sos/tree/eb9f0153 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/eb9f0153 Branch: refs/heads/1.3.x Commit: eb9f01538c9ed10604642b3696d54c3b75d6f7db Parents: bcfbc02 Author: Gilbert Song Authored: Mon May 7 14:14:00 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:16:31 2018 -0

[2/2] mesos git commit: Increased the timeout for waiting for `reaped` to be invoked.

2018-05-07 Thread gilbert
: Mon May 7 13:48:39 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:16:31 2018 -0700 -- src/docker/executor.cpp | 8 1 file changed, 4 insertions(+), 4 deletions

[2/2] mesos git commit: Increased the timeout for waiting for `reaped` to be invoked.

2018-05-07 Thread gilbert
: Mon May 7 13:48:39 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:24:41 2018 -0700 -- src/docker/executor.cpp | 8 1 file changed, 4 insertions(+), 4 deletions

[1/2] mesos git commit: Added MESOS-8876 to 1.6.0 CHANGELOG.

2018-05-07 Thread gilbert
sos/tree/938d1027 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/938d1027 Branch: refs/heads/1.6.x Commit: 938d1027d07428aaac5378d82ede5601636260b1 Parents: 7647f17 Author: Gilbert Song Authored: Mon May 7 14:11:30 2018 -0700 Committer: Gilbert Song Committed: Mon May 7 14:24:41 2018 -0

[1/3] mesos git commit: Explicitly marked functions `override` in cgroup subsystems.

2018-05-11 Thread gilbert
wip-us.apache.org/repos/asf/mesos/diff/d8c71050 Branch: refs/heads/master Commit: d8c710504f278a6463488553106d27b6bc5fc808 Parents: 77279f0 Author: Benjamin Bannier Authored: Fri May 11 00:54:20 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 00:54:20 2018 -0

[2/3] mesos git commit: Renamed cgroups subsystem processes.

2018-05-11 Thread gilbert
: refs/heads/master Commit: 1168de48a1133f33767ea4ad5cec8e48f49cf07e Parents: d8c7105 Author: Benjamin Bannier Authored: Fri May 11 00:54:25 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 00:54:25 2018 -0700

[3/3] mesos git commit: Introduced wrapper for access to cgroups system access.

2018-05-11 Thread gilbert
aster Commit: fc25a22cbb18d8a044473cc2dc6a0bb6c8d2dbf2 Parents: 1168de4 Author: Benjamin Bannier Authored: Fri May 11 00:54:32 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 00:54:32 2018 -0700 -- .../mesos/isolators/cg

[3/4] mesos git commit: Explicitly marked functions `override` in cgroup subsystems.

2018-05-11 Thread gilbert
: 35f2e9dd74669d203e6d67002f6400a3850bb1c6 Parents: c7df5ea Author: Benjamin Bannier Authored: Fri May 11 00:54:20 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 00:59:13 2018 -0700 -- .../isolators/cgroups/subsystems

[1/4] mesos git commit: Introduced wrapper for access to cgroups system access.

2018-05-11 Thread gilbert
ff: http://git-wip-us.apache.org/repos/asf/mesos/diff/30d21a95 Branch: refs/heads/1.5.x Commit: 30d21a95e44f5f2b3a961af06fb51293c92882e4 Parents: c44c299 Author: Benjamin Bannier Authored: Fri May 11 00:54:32 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 00:59:35 20

[4/4] mesos git commit: Added MESOS-8786 to 1.3.3 CHANGELOG.

2018-05-11 Thread gilbert
Branch: refs/heads/master Commit: 1d18163a43ac6f81ca65ebd2294b94e466e6ee65 Parents: 1c9bfe1 Author: Gilbert Song Authored: Fri May 11 01:12:02 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:12:02 2018 -0700

[2/4] mesos git commit: Renamed cgroups subsystem processes.

2018-05-11 Thread gilbert
: refs/heads/1.6.x Commit: 3ba8202788808ed6947c94fb4e5033e09246b522 Parents: 35f2e9d Author: Benjamin Bannier Authored: Fri May 11 00:54:25 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 00:59:13 2018 -0700

[4/4] mesos git commit: Added MESOS-8786 to 1.6.1 CHANGELOG.

2018-05-11 Thread gilbert
Branch: refs/heads/1.6.x Commit: 71d466396bb4da515b658c6a3db91faab089932d Parents: b26af26 Author: Gilbert Song Authored: Fri May 11 01:10:39 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:13:00 2018 -0700

[1/4] mesos git commit: Added MESOS-8786 to 1.6.1 CHANGELOG.

2018-05-11 Thread gilbert
sos/tree/abaff2a2 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/abaff2a2 Branch: refs/heads/master Commit: abaff2a2fc524ff2dfc94e30a68d580af42569bd Parents: fc25a22 Author: Gilbert Song Authored: Fri May 11 01:10:39 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:10:39 2

[1/4] mesos git commit: Introduced wrapper for access to cgroups system access.

2018-05-11 Thread gilbert
ff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b26af260 Branch: refs/heads/1.6.x Commit: b26af26008995ef137de94b63755a4ecce5dd1b0 Parents: 3ba8202 Author: Benjamin Bannier Authored: Fri May 11 00:54:32 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 00:59:13 20

[2/4] mesos git commit: Added MESOS-8786 to 1.5.1 CHANGELOG.

2018-05-11 Thread gilbert
Branch: refs/heads/master Commit: 9cb655edcb321e92a7495f05244d000cf6d4bb4f Parents: abaff2a Author: Gilbert Song Authored: Fri May 11 01:11:09 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:11:09 2018 -0700

[3/4] mesos git commit: Added MESOS-8786 to 1.4.2 CHANGELOG.

2018-05-11 Thread gilbert
Branch: refs/heads/master Commit: 1c9bfe13633a3af766827fc099633bd3336ae11d Parents: 9cb655e Author: Gilbert Song Authored: Fri May 11 01:11:37 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:11:37 2018 -0700

[3/4] mesos git commit: Explicitly marked functions `override` in cgroup subsystems.

2018-05-11 Thread gilbert
: a3e32ba5c5644814113ed59757e95809c0ec7123 Parents: 49e5349 Author: Benjamin Bannier Authored: Fri May 11 00:54:20 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 00:59:35 2018 -0700 -- .../isolators/cgroups/subsystems

[2/4] mesos git commit: Renamed cgroups subsystem processes.

2018-05-11 Thread gilbert
: refs/heads/1.3.x Commit: a8e92fecaf070741c49d065ba2b99304748d2805 Parents: 0a57de0 Author: Benjamin Bannier Authored: Fri May 11 00:54:25 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:08:33 2018 -0700

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

2018-05-11 Thread gilbert
Branch: refs/heads/1.5.x Commit: 5ad9e052a048a9db638fd5173cd4135a3902fc34 Parents: 30d21a9 Author: Gilbert Song Authored: Fri May 11 01:11:09 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:13:22 2018 -0700

[3/4] mesos git commit: Introduced wrapper for access to cgroups system access.

2018-05-11 Thread gilbert
1.3.x Commit: 29a5c7de3bc7a8d2fd713b5e55228e6c4d54b3e3 Parents: a8e92fe Author: Benjamin Bannier Authored: Fri May 11 00:54:32 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:08:38 2018 -0700 -- .../mesos/isolators/cg

[2/4] mesos git commit: Renamed cgroups subsystem processes.

2018-05-11 Thread gilbert
: refs/heads/1.4.x Commit: 43167edb60339cf96ed44e2063086202d1e7298f Parents: 620d064 Author: Benjamin Bannier Authored: Fri May 11 00:54:25 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:00:05 2018 -0700

[1/4] mesos git commit: Explicitly marked functions `override` in cgroup subsystems.

2018-05-11 Thread gilbert
wip-us.apache.org/repos/asf/mesos/diff/0a57de02 Branch: refs/heads/1.3.x Commit: 0a57de02622f98c03932736ba91ae20994f1834a Parents: 44e0fb9 Author: Benjamin Bannier Authored: Fri May 11 00:54:20 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:06:28 2018 -0

[2/4] mesos git commit: Renamed cgroups subsystem processes.

2018-05-11 Thread gilbert
: refs/heads/1.5.x Commit: c44c29983d5d83c5965871479437b3661867137d Parents: a3e32ba Author: Benjamin Bannier Authored: Fri May 11 00:54:25 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 00:59:35 2018 -0700

[1/4] mesos git commit: Explicitly marked functions `override` in cgroup subsystems.

2018-05-11 Thread gilbert
wip-us.apache.org/repos/asf/mesos/diff/620d064b Branch: refs/heads/1.4.x Commit: 620d064baea340a0f8bbd9b92bbf970de41db4e6 Parents: 842c88d Author: Benjamin Bannier Authored: Fri May 11 00:54:20 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:00:04 2018 -0

[3/4] mesos git commit: Introduced wrapper for access to cgroups system access.

2018-05-11 Thread gilbert
1.4.x Commit: 6f50af2f7fadc6817098d5c1a50d8b8a950f0432 Parents: 43167ed Author: Benjamin Bannier Authored: Fri May 11 00:54:32 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:04:29 2018 -0700 -- .../mesos/isolators/cg

[4/4] mesos git commit: Added MESOS-8786 to 1.3.3 CHANGELOG.

2018-05-11 Thread gilbert
Branch: refs/heads/1.3.x Commit: ea246f505aac342f3ccc9a11f8ca280dfd706253 Parents: 29a5c7d Author: Gilbert Song Authored: Fri May 11 01:12:02 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:14:11 2018 -0700

[4/4] mesos git commit: Added MESOS-8786 to 1.4.2 CHANGELOG.

2018-05-11 Thread gilbert
Branch: refs/heads/1.4.x Commit: e1654ac484b942f9e8252dbea300bff77c1dfe7c Parents: 6f50af2 Author: Gilbert Song Authored: Fri May 11 01:11:37 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 01:13:43 2018 -0700

mesos git commit: Added MESOS-8624 to 1.5.1 CHANGELOG.

2018-05-11 Thread gilbert
sos/tree/2d4ad155 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2d4ad155 Branch: refs/heads/master Commit: 2d4ad1559f4fc972dc188c379ae9e476919edd8b Parents: 1d18163 Author: Gilbert Song Authored: Fri May 11 08:54:14 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 08:54:14 2

mesos git commit: Added MESOS-8624 to 1.5.1 CHANGELOG.

2018-05-11 Thread gilbert
sos/tree/aae6775a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/aae6775a Branch: refs/heads/1.5.x Commit: aae6775ae9b235584948761b525e49f49ba9eebe Parents: 5ad9e05 Author: Gilbert Song Authored: Fri May 11 08:54:14 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 08:55:06 2018 -0

mesos git commit: Added MESOS-8741 to 1.5.1 CHANGELOG.

2018-05-11 Thread gilbert
sos/tree/e81494ac Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e81494ac Branch: refs/heads/master Commit: e81494ac60e036e6f46677264e4e2e2b8f38a8ba Parents: 2d4ad15 Author: Gilbert Song Authored: Fri May 11 08:58:43 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 08:58:43 2

mesos git commit: Added MESOS-8741 to 1.5.1 CHANGELOG.

2018-05-11 Thread gilbert
sos/tree/551e883f Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/551e883f Branch: refs/heads/1.5.x Commit: 551e883fcd545d964df90bd8c64326693f3775d2 Parents: aae6775 Author: Gilbert Song Authored: Fri May 11 08:58:43 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 09:00:47 2018 -0

mesos git commit: Removed 1.5.1 CHANGELOG's WIP.

2018-05-11 Thread gilbert
sos/tree/93b9448a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/93b9448a Branch: refs/heads/master Commit: 93b9448ac83f09c82f50f0ff644b4716a6ef6153 Parents: e81494a Author: Gilbert Song Authored: Fri May 11 09:06:46 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 09:06:46 20

[2/2] mesos git commit: Removed 1.5.1 CHANGELOG's WIP.

2018-05-11 Thread gilbert
ranch: refs/heads/1.5.x Commit: 1b27db1c406b3460a252aea2ee7c75f3a430e50c Parents: ccefdd1 Author: Gilbert Song Authored: Fri May 11 09:06:46 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 09:08:22 2018 -0700 -- CHAN

[1/2] mesos git commit: Updated configure.ac and CMakeLists.txt to 1.5.1.

2018-05-11 Thread gilbert
org/repos/asf/mesos/tree/ccefdd1b Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ccefdd1b Branch: refs/heads/1.5.x Commit: ccefdd1b8c13ea5cb59991c46a8cf6a8e51bde27 Parents: 551e883 Author: Gilbert Song Authored: Fri May 11 09:05:06 2018 -0700 Committer: Gilbert Song Committed: Fri May 11 09

[mesos] Git Push Summary

2018-05-11 Thread gilbert
Repository: mesos Updated Tags: refs/tags/1.5.1-rc1 [created] 825617743

svn commit: r26855 - in /dev/mesos/1.5.1-rc1: ./ mesos-1.5.1.tar.gz mesos-1.5.1.tar.gz.asc mesos-1.5.1.tar.gz.sha512

2018-05-11 Thread gilbert
Author: gilbert Date: Fri May 11 19:31:01 2018 New Revision: 26855 Log: Adding mesos-1.5.1-rc1. Added: dev/mesos/1.5.1-rc1/ dev/mesos/1.5.1-rc1/mesos-1.5.1.tar.gz (with props) dev/mesos/1.5.1-rc1/mesos-1.5.1.tar.gz.asc dev/mesos/1.5.1-rc1/mesos-1.5.1.tar.gz.sha512 Added: dev

mesos git commit: Added isolator logs for volume/secret isolator and container logger.

2018-05-23 Thread gilbert
pos/asf/mesos/commit/ef22971c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ef22971c Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ef22971c Branch: refs/heads/master Commit: ef22971c913c4e41317301875094443b76759bef Parents: 3d2a1fd Author: Gilbert Song Authored: Mon May 21 16:42

[2/2] mesos git commit: Added isolator logs for volume/secret isolator and container logger.

2018-05-23 Thread gilbert
/cb193f52 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/cb193f52 Branch: refs/heads/1.4.x Commit: cb193f5216bd69393e670f2b7916d9bf2b275266 Parents: 6144242 Author: Gilbert Song Authored: Mon May 21 16:42:53 2018 -0700 Committer: Gilbert Song Committed: Wed May 23 18:24:13 2018 -0700

[2/3] mesos git commit: Added MESOS-8947 to 1.5.2 CHANGELOG.

2018-05-23 Thread gilbert
Branch: refs/heads/master Commit: a8d9539ed6ddf8e156ad3d19eea34ad7ece47b9b Parents: ffdc335 Author: Gilbert Song Authored: Wed May 23 18:14:03 2018 -0700 Committer: Gilbert Song Committed: Wed May 23 18:14:03 2018 -0700

[2/2] mesos git commit: Added isolator logs for volume/secret isolator and container logger.

2018-05-23 Thread gilbert
/5a17c089 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5a17c089 Branch: refs/heads/1.5.x Commit: 5a17c08929e7c597b9861c26fb4ccf86e26791b6 Parents: 9a5a749 Author: Gilbert Song Authored: Mon May 21 16:42:53 2018 -0700 Committer: Gilbert Song Committed: Wed May 23 18:23:42 2018 -0700

[1/2] mesos git commit: Added MESOS-8947 to 1.4.2 CHANGELOG.

2018-05-23 Thread gilbert
sos/tree/623ee2fb Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/623ee2fb Branch: refs/heads/1.4.x Commit: 623ee2fb49da9631b7faf79476814de087c2160c Parents: cb193f5 Author: Gilbert Song Authored: Wed May 23 18:14:48 2018 -0700 Committer: Gilbert Song Committed: Wed May 23 18:24:13 2018 -0

[1/3] mesos git commit: Added MESOS-8947 to 1.6.1 CHANGELOG.

2018-05-23 Thread gilbert
sos/tree/ffdc335f Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ffdc335f Branch: refs/heads/master Commit: ffdc335f8cf8e0891055efa3939238884c8041de Parents: ef22971 Author: Gilbert Song Authored: Wed May 23 18:13:38 2018 -0700 Committer: Gilbert Song Committed: Wed May 23 18:13:38 2

[2/2] mesos git commit: Added isolator logs for volume/secret isolator and container logger.

2018-05-23 Thread gilbert
/2e56d535 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2e56d535 Branch: refs/heads/1.6.x Commit: 2e56d535b0c146c01455d6c056866596f95a4114 Parents: a3dbfc3 Author: Gilbert Song Authored: Mon May 21 16:42:53 2018 -0700 Committer: Gilbert Song Committed: Wed May 23 18:15:54 2018 -0700

  1   2   3   4   5   6   7   8   9   10   >