mesos git commit: Fixed argument quoting in the test script in `HungDockerTest`.

2018-02-27 Thread grag
Repository: mesos Updated Branches: refs/heads/master b7933c176 -> 92a508cd4 Fixed argument quoting in the test script in `HungDockerTest`. Previously, the command arguments for the command `docker $@` were expanded by an interpreter into a string without quotes. So, a command `docker run ...

mesos git commit: Ensured that Docker containerizer returns a failed Future in one case.

2018-02-27 Thread grag
Repository: mesos Updated Branches: refs/heads/master 92a508cd4 -> a4805eff5 Ensured that Docker containerizer returns a failed Future in one case. Because the Docker library did not immediately transition the Future returned by `inspect()` to DISCARDED, it was safe for the Docker containerize

mesos git commit: Updated discard handling in `Docker::inspect()`.

2018-02-28 Thread grag
Repository: mesos Updated Branches: refs/heads/master e0552d83e -> 32f6d4eec Updated discard handling in `Docker::inspect()`. Previously, discards of the `Future` returned by `Docker::inspect()` were only handled at the beginning of each asynchronous continuation in the library function's call

[04/13] mesos git commit: Implemented the master's `ACKNOWLEDGE_OPERATION_STATUS` handler.

2018-03-23 Thread grag
Implemented the master's `ACKNOWLEDGE_OPERATION_STATUS` handler. Review: https://reviews.apache.org/r/64618/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/89ace2cc Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/89a

[02/13] mesos git commit: Added new tests for validation of offer operation IDs.

2018-03-23 Thread grag
Added new tests for validation of offer operation IDs. This patch adds three new scheduler tests, 'OperationFeedbackValidationWithResourceProviderCapability', 'OperationFeedbackValidationNoResourceProviderCapability', and 'OperationFeedbackValidationSchedulerDriverFramework', to verify that task/o

[08/13] mesos git commit: Updated `CREATE_VOLUME()` helper to allow specifying an operation ID.

2018-03-23 Thread grag
Updated `CREATE_VOLUME()` helper to allow specifying an operation ID. Review: https://reviews.apache.org/r/66056/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b1975dfd Tree: http://git-wip-us.apache.org/repos/asf/mesos/tre

[06/13] mesos git commit: Added evolve functions for operation status updates.

2018-03-23 Thread grag
Added evolve functions for operation status updates. This patch adds evolve functions for `UpdateOperationStatusMessage` and for `OperationStatus`. Review: https://reviews.apache.org/r/65993/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/a

[09/13] mesos git commit: Added a `createCallAcknowledgeOperationStatus()` test helper.

2018-03-23 Thread grag
Added a `createCallAcknowledgeOperationStatus()` test helper. Review: https://reviews.apache.org/r/66057/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/436340c4 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/436340

[01/13] mesos git commit: Handled incorrect offer operation IDs in master's ACCEPT handler.

2018-03-23 Thread grag
Repository: mesos Updated Branches: refs/heads/master a79e9d426 -> 043f65f67 Handled incorrect offer operation IDs in master's ACCEPT handler. This patch adds code to send operation status updates in the master's ACCEPT call handler. In cases where operations are dropped and in cases where off

[13/13] mesos git commit: Fixed whitespace in SLRP tests.

2018-03-23 Thread grag
Fixed whitespace in SLRP tests. Review: https://reviews.apache.org/r/66141/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/043f65f6 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/043f65f6 Diff: http://git-wip-us.apa

[10/13] mesos git commit: Added v1 versions of some test helpers/matchers.

2018-03-23 Thread grag
Added v1 versions of some test helpers/matchers. Review: https://reviews.apache.org/r/66058/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6c4b2d4e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6c4b2d4e Diff: http

[03/13] mesos git commit: Added master metrics for operation status acknowledgment handling.

2018-03-23 Thread grag
Added master metrics for operation status acknowledgment handling. Review: https://reviews.apache.org/r/65300/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/990e4ea0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9

[05/13] mesos git commit: Fixed a bug in `Framework::removeOperation()`.

2018-03-23 Thread grag
Fixed a bug in `Framework::removeOperation()`. This patch updates `Framework::removeOperation()` to keep `Framework::operationUUIDs` in-sync with `Framework::operations`. Review: https://reviews.apache.org/r/66140/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wi

[07/13] mesos git commit: Made the master forward operation status updates to schedulers.

2018-03-23 Thread grag
Made the master forward operation status updates to schedulers. Review: https://reviews.apache.org/r/65994/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f8b96f33 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f8b9

[11/13] mesos git commit: Added a `SendAcknowledgeOperationStatus` test action.

2018-03-23 Thread grag
Added a `SendAcknowledgeOperationStatus` test action. This patch adds a `SendAcknowledgeOperationStatus` action that can be used in tests to automatically acknowledge operation status updates. Review: https://reviews.apache.org/r/66059/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

[12/13] mesos git commit: Added a test for operation status updates and acknowledgements.

2018-03-23 Thread grag
Added a test for operation status updates and acknowledgements. Review: https://reviews.apache.org/r/66060/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e602aaf6 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e602

[2/6] mesos git commit: Removed unnecessary code and a misleading comment from a test.

2018-04-02 Thread grag
Removed unnecessary code and a misleading comment from a test. Review: https://reviews.apache.org/r/66363/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b7cc8314 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b7cc8

[4/6] mesos git commit: Fixed generation of operation statuses in `Slave::applyOperation()`.

2018-04-02 Thread grag
Fixed generation of operation statuses in `Slave::applyOperation()`. This patch updates `Slave::applyOperation()` to make it include the operation ID in operation statuses when the ID is set. Review: https://reviews.apache.org/r/66365/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

[1/6] mesos git commit: Fixed use of const reference for storing an rvalue in a test.

2018-04-02 Thread grag
Repository: mesos Updated Branches: refs/heads/master 7513e8976 -> 594ee20c2 Fixed use of const reference for storing an rvalue in a test. Review: https://reviews.apache.org/r/66362/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mes

[5/6] mesos git commit: Fixed generation of operation status updates in `Master::_apply()`.

2018-04-02 Thread grag
Fixed generation of operation status updates in `Master::_apply()`. This patch updates `Master::_apply() ` to make it include operation ID in the initial operation status of operations that have an ID set. Review: https://reviews.apache.org/r/66366/ Project: http://git-wip-us.apache.org/repos/a

[3/6] mesos git commit: Added missing `type` field to the `scheduler::Response` protos.

2018-04-02 Thread grag
Added missing `type` field to the `scheduler::Response` protos. Review: https://reviews.apache.org/r/66364/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9689d783 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9689

[6/6] mesos git commit: Made the master drop `RECONCILE_OPERATIONS` calls from v0 schedulers.

2018-04-02 Thread grag
Made the master drop `RECONCILE_OPERATIONS` calls from v0 schedulers. Review: https://reviews.apache.org/r/66367/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/594ee20c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tre

[mesos] branch master updated: Updated Docker library to avoid 'os::killtree()' when discarding.

2018-10-04 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 6654b26 Updated Docker library to avoid &#x

[mesos] branch 1.7.x updated: Updated Docker library to avoid 'os::killtree()' when discarding.

2018-10-05 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 e7b4941 Updated Docker library to avoid &#x

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

2018-10-05 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 1ecc3c6 Added MESOS-9283 to the 1.7.x CHANGELOG

[mesos] branch master updated: Added MESOS-9283 to the 1.7.x CHANGELOG.

2018-10-05 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 89ce93f Added MESOS-9283 to the 1.7.x CHANGELOG

[mesos] branch 1.6.x updated: Updated Docker library to avoid 'os::killtree()' when discarding.

2018-10-05 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 73d17aa Updated Docker library to avoid &#x

[mesos] branch master updated: Added MESOS-9283 to the 1.6.2 CHANGELOG.

2018-10-05 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 e829cee Added MESOS-9283 to the 1.6.2 CHANGELOG

[mesos] branch 1.6.x updated: Added MESOS-9283 to the 1.6.2 CHANGELOG.

2018-10-05 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 b0906a7 Added MESOS-9283 to the 1.6.2 CHANGELOG

[mesos] branch 1.5.x updated: Updated Docker library to avoid 'os::killtree()' when discarding.

2018-10-12 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 317d1dc Updated Docker library to avoid &#x

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

2018-10-12 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 7d7b0bc Added MESOS-9283 to the 1.5.2 CHANGELOG

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

2018-10-12 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 305c7f8 Added MESOS-9283 to the 1.5.2 CHANGELOG

[mesos] branch 1.4.x updated: Updated Docker library to avoid 'os::killtree()' when discarding.

2018-10-17 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch 1.4.x in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/1.4.x by this push: new 2820975 Updated Docker library to avoid &#x

[mesos] branch master updated: Added MESOS-9283 to the 1.4.3 CHANGELOG.

2018-10-17 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 fa174d4 Added MESOS-9283 to the 1.4.3 CHANGELOG

[mesos] branch 1.4.x updated: Added MESOS-9283 to the 1.4.3 CHANGELOG.

2018-10-17 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch 1.4.x in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/1.4.x by this push: new c7a3781 Added MESOS-9283 to the 1.4.3 CHANGELOG

[mesos] branch master updated: Added task health check definitions to master API responses.

2018-10-29 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 d8466a8 Added task health check definitions to

[mesos] branch master updated: Added an operation status update manager to the agent.

2018-12-11 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 18356bf Added an operation status update manager

[mesos] 05/06: Changed master to hold subscribers in a circular buffer.

2018-12-14 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 605d8fffc229ab209ae0f4de88c5ecf4bb33c96e Author: Joseph Wu AuthorDate: Thu Dec 13 16:35:03 2018 -0800 Changed master

[mesos] 02/06: Refactored master and agent streaming connections.

2018-12-14 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit ba46deb2ba31bd7f3d9bff3db979a1e850eedf0c Author: Joseph Wu AuthorDate: Thu Dec 13 16:34:24 2018 -0800 Refactored

[mesos] 03/06: Added heartbeaters for agent and HTTP executors.

2018-12-14 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit a47c7dea6ccb3558464219f3c6edf376b2f55086 Author: Joseph Wu AuthorDate: Thu Dec 13 16:34:36 2018 -0800 Added

[mesos] 04/06: Added tests for agent/executor heartbeating.

2018-12-14 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 828a28cec699e11d16006a6596b9f88ff75c55c0 Author: Joseph Wu AuthorDate: Thu Dec 13 16:34:43 2018 -0800 Added tests for

[mesos] branch master updated (b6fc970 -> a2726e8)

2018-12-14 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from b6fc970 Added the missing MESOS-7947 to the 1.7.0 CHANGELOG. new d82075b Added HEARTBEAT events and calls for

[mesos] 01/06: Added HEARTBEAT events and calls for the executor HTTP API.

2018-12-14 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit d82075bef6bb52e135427ff4916f684af4f9226b Author: Joseph Wu AuthorDate: Thu Dec 13 16:34:21 2018 -0800 Added HEARTBEAT

[mesos] 06/06: Added gauge metric for operator event stream subscribers.

2018-12-14 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit a2726e86570bf1e3f953ed56480b49c87eaee9c9 Author: Joseph Wu AuthorDate: Thu Dec 13 16:35:12 2018 -0800 Added gauge

[mesos] 08/08: Fixed flaky check in cluster::Slave destructor.

2019-01-10 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 9862262956d4a8f5e32c1267c2e0b36f41f7fc73 Author: Benno Evers AuthorDate: Wed Jan 9 14:32:30 2019 -0800 Fixed flaky

[mesos] 02/08: Added deduplication for read-only master requests.

2019-01-10 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 4b63b07ed4f7527236334bf3cb2741c7e5c28029 Author: Benno Evers AuthorDate: Wed Jan 9 14:29:44 2019 -0800 Added

[mesos] 01/08: Narrowed interface of `ReadOnlyHandler` members.

2019-01-10 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 148b7483234b1989518d191b4db4365a1852ca4f Author: Benno Evers AuthorDate: Wed Jan 9 14:29:41 2019 -0800 Narrowed

[mesos] 07/08: Remove outstanding operations when removing agents.

2019-01-10 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 277d239813807dc089b47a386124705a01867781 Author: Benno Evers AuthorDate: Wed Jan 9 14:31:19 2019 -0800 Remove

[mesos] 03/08: Added new metric for cache hits.

2019-01-10 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit b4d8e7f23be3e0b182207f7573aca707bce82093 Author: Benno Evers AuthorDate: Wed Jan 9 14:29:47 2019 -0800 Added new

[mesos] branch master updated (3fece81 -> 9862262)

2019-01-10 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 3fece81 Added MESOS-9492 to 1.5.3 CHANGELOG. new 148b748 Narrowed interface of `ReadOnlyHandler` members

[mesos] 06/08: Sent operation feedback when agent is marked as gone.

2019-01-10 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit d4dd325d06444fdc33dd8c581a6edf2235c36cbd Author: Benno Evers AuthorDate: Wed Jan 9 14:31:12 2019 -0800 Sent operation

[mesos] 04/08: Exposed private data members for testing.

2019-01-10 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit f961ed1af62e00abe014c3362ee6221c4d6bc4bc Author: Benno Evers AuthorDate: Wed Jan 9 14:29:52 2019 -0800 Exposed

[mesos] 05/08: Added unit tests for Master HTTP endpoints.

2019-01-10 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 3955b357e7b36b1b20724d920d9138be2180b8e3 Author: Benno Evers AuthorDate: Wed Jan 9 14:29:54 2019 -0800 Added unit

[mesos] branch master updated (c778208 -> f01853a)

2019-01-16 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from c778208 Refactored parallel test runner. new 4f6fe11 Avoided reviving on behalf of scheduler after agent

[mesos] branch master updated (a9edc9c -> 568b406)

2019-01-30 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from a9edc9c Added MESOS-9210 to 1.5.3 CHANGELOG. new d21f0a2 Added agent capability for operation feedback on

[mesos] branch master updated: Removed an unnecessary '.get()' from a master test.

2019-01-30 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 f44535b Removed an unnecessary '.get()&#x

[mesos] branch master updated: Added more documentation for operation feedback.

2019-02-05 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 ae7e733 Added more documentation for operation

[mesos] branch master updated (5c4e839 -> c8e3553)

2019-02-11 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 5c4e839 Secured mesos executor binary using memfd. new 02e4477 Added tests for feedback for operations on agent

[mesos] branch master updated: Updated the CHANGELOG for the 1.6.2 release.

2019-02-15 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 2d23631 Updated the CHANGELOG for the 1.6.2

[mesos] branch 1.6.x updated: Updated the CHANGELOG for the 1.6.2 release.

2019-02-15 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 a40aab9 Updated the CHANGELOG for the 1.6.2 release

[mesos] annotated tag 1.6.2-rc1 created (now 3ceeff6)

2019-02-19 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to annotated tag 1.6.2-rc1 in repository https://gitbox.apache.org/repos/asf/mesos.git. at 3ceeff6 (tag) tagging a40aab9d0642b883c52504b1672878dc38438f36 (commit) replaces 1.6.1 by Greg Mann

svn commit: r32558 - in /dev/mesos/1.6.2-rc1: ./ mesos-1.6.2.tar.gz mesos-1.6.2.tar.gz.asc mesos-1.6.2.tar.gz.sha512

2019-02-19 Thread grag
Author: grag Date: Tue Feb 19 19:42:28 2019 New Revision: 32558 Log: Adding mesos-1.6.2-rc1. Added: dev/mesos/1.6.2-rc1/ dev/mesos/1.6.2-rc1/mesos-1.6.2.tar.gz (with props) dev/mesos/1.6.2-rc1/mesos-1.6.2.tar.gz.asc dev/mesos/1.6.2-rc1/mesos-1.6.2.tar.gz.sha512 Added: dev

[mesos] branch master updated (ccd1970 -> e1118cb)

2019-02-19 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from ccd1970 Fixed verify-reviews.py to not abort review verification prematurely. new fea6f8b Made an agent

svn commit: r32635 - in /release/mesos/1.6.2: ./ mesos-1.6.2.tar.gz mesos-1.6.2.tar.gz.asc mesos-1.6.2.tar.gz.sha512

2019-02-25 Thread grag
Author: grag Date: Tue Feb 26 03:00:14 2019 New Revision: 32635 Log: Adding mesos-1.6.2. Added: release/mesos/1.6.2/ release/mesos/1.6.2/mesos-1.6.2.tar.gz (with props) release/mesos/1.6.2/mesos-1.6.2.tar.gz.asc release/mesos/1.6.2/mesos-1.6.2.tar.gz.sha512 Added: release

[mesos] annotated tag 1.6.2 created (now 8631cc4)

2019-02-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to annotated tag 1.6.2 in repository https://gitbox.apache.org/repos/asf/mesos.git. at 8631cc4 (tag) tagging 3ceeff636aa2d42195822b995d8c0b3680564ecd (tag) length 159 bytes by Greg Mann

[mesos] branch 1.6.x updated: Bumped the Mesos version to 1.6.3.

2019-02-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 65d3a6c Bumped the Mesos version to 1.6.3. 65d3a6c

[mesos] branch master updated: Updated protobuf comments related to operation feedback.

2019-03-13 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 8558115 Updated protobuf comments related to

[mesos] branch master updated (20f9702 -> 4580834)

2019-03-20 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 20f9702 Added Benno Evers to the committers list. new e03b8e3 Changed operation reconciliation to send updates

[mesos] branch master updated (623fd7c -> bf5ee32)

2019-03-26 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 623fd7c Adding Mesoscon 2018 resources new 9cefcbe Reordered hash definitions in the type utils. new

[mesos] branch master updated: Updated the master to allocate recovered orphan operation resources.

2019-04-04 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 6bf9582 Updated the master to allocate recovered

[mesos] branch master updated: Updated the 1.8.0 CHANGELOG with an API change.

2019-04-12 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 b48bd33 Updated the 1.8.0 CHANGELOG with an API

[mesos] branch 1.8.x updated: Updated the 1.8.0 CHANGELOG with an API change.

2019-04-12 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch 1.8.x in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/1.8.x by this push: new 32f13ca Updated the 1.8.0 CHANGELOG with an API

[mesos] branch master updated: Updated the 1.8.0 CHANGELOG with a new feature.

2019-04-12 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 728a176 Updated the 1.8.0 CHANGELOG with a new

[mesos] branch 1.8.x updated: Updated the 1.8.0 CHANGELOG with a new feature.

2019-04-12 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch 1.8.x in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/1.8.x by this push: new 950247d Updated the 1.8.0 CHANGELOG with a new

[mesos] branch master updated (6bd78a0 -> 45c9788)

2019-04-22 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 6bd78a0 Updated the Containerization WG schedule to be monthly on 1st Thursday. new cbae57b Enabled

[mesos] branch 1.8.x updated (f5920ad -> ac6ab14)

2019-04-23 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch 1.8.x in repository https://gitbox.apache.org/repos/asf/mesos.git. from f5920ad Added 1.8.0 allocator performance improvements to the CHANGELOG. new 356ff6e Enabled construction of

[mesos] branch master updated (89daa08 -> 0709a18)

2019-04-23 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 89daa08 Added validation that the principal stays the same on resubscription. new 5359822 Fixed a memory leak

[mesos] branch 1.7.x updated (0f4e34b -> 55ae37e)

2019-04-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git. from 0f4e34b Added MESOS-9704 to 1.7.3 CHANGELOG. new 206e440 Added method `fromScalarResources` in

[mesos] branch master updated (5108f07 -> 19c1061)

2019-04-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 5108f07 Avoided some recalculation in the random sorter. new a17f034 Added MESOS-9619 to the 1.8.0 CHANGELOG

[mesos] branch 1.8.x updated: Added MESOS-9619 to the 1.8.0 CHANGELOG.

2019-04-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch 1.8.x in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/1.8.x by this push: new 1e2258f Added MESOS-9619 to the 1.8.0 CHANGELOG

[mesos] branch 1.7.x updated: Added MESOS-9619 to the 1.7.3 CHANGELOG.

2019-04-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 54719dd Added MESOS-9619 to the 1.7.3 CHANGELOG

[mesos] branch 1.6.x updated (074471e -> ec89307)

2019-04-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch 1.6.x in repository https://gitbox.apache.org/repos/asf/mesos.git. from 074471e Added MESOS-9704 to 1.6.3 CHANGELOG. new f7e3a8e Added `>`, `<` and `>=` operators to `Valu

[mesos] branch master updated: Added MESOS-9619 to the 1.6.3 CHANGELOG.

2019-04-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 6c5c418 Added MESOS-9619 to the 1.6.3 CHANGELOG

[mesos] branch 1.6.x updated: Added MESOS-9619 to the 1.6.3 CHANGELOG.

2019-04-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 ebf1478 Added MESOS-9619 to the 1.6.3 CHANGELOG

[mesos] branch 1.5.x updated (5f07b10 -> c4a504e)

2019-04-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch 1.5.x in repository https://gitbox.apache.org/repos/asf/mesos.git. from 5f07b10 Added MESOS-9704 to 1.5.4 CHANGELOG. new 05c4b09 Added `>`, `<` and `>=` operators to `Valu

[mesos] branch master updated: Updated the 1.8.0 CHANGELOG.

2019-04-25 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 bbc893c Updated the 1.8.0 CHANGELOG. bbc893c is

[mesos] branch 1.8.x updated: Updated the 1.8.0 CHANGELOG.

2019-04-26 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch 1.8.x in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/1.8.x by this push: new fc87c19 Updated the 1.8.0 CHANGELOG. fc87c19 is

[mesos] branch master updated: Added MESOS-9619 to the 1.5.4 CHANGELOG.

2019-04-26 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 696 Added MESOS-9619 to the 1.5.4 CHANGELOG

[mesos] branch 1.5.x updated (c4a504e -> f8e0e41)

2019-04-26 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch 1.5.x in repository https://gitbox.apache.org/repos/asf/mesos.git. from c4a504e Extended a v1 test helper. new 13e0f23 Reverted several unintended cherry-pick commits. new f8e0e41

[mesos] branch master updated: Added debug logging when framework is missing during agent removal.

2019-04-30 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 fa39fe2 Added debug logging when framework is

[mesos] branch master updated: Fixed unguarded calls to `Option::get()` in the master.

2019-05-07 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 31ceed8 Fixed unguarded calls to `Option::get

[mesos] branch master updated: Improved operation feedback example framework.

2019-06-06 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag 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 c18efb7 Improved operation feedback example

[mesos] 03/04: Added master endpoints for agent draining.

2019-06-28 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 8a85efb877f50c793954e06b2a6db3f4d3049050 Author: Joseph Wu AuthorDate: Fri Jun 28 12:56:15 2019 -0700 Added master

[mesos] 01/04: Added common protobufs for agent draining.

2019-06-28 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit cbb5694f00717f8d8a1b760622e9fe41b066be83 Author: Greg Mann AuthorDate: Fri Jun 28 12:56:08 2019 -0700 Added common

[mesos] branch master updated (880eb63 -> b2cfcec)

2019-06-28 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 880eb63 Bumped mesos-tidy to 8.0.0. new cbb5694 Added common protobufs for agent draining. new 497af42

[mesos] 04/04: Added agent capability for agent draining.

2019-06-28 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit b2cfcecb34e76b9a5380bf27f8a2b650510ed158 Author: Greg Mann AuthorDate: Fri Jun 28 13:13:58 2019 -0700 Added agent

[mesos] 02/04: Added ACLs for agent draining APIs.

2019-06-28 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 497af42d422a7733b178c3f12b5c34c9328114c0 Author: Joseph Wu AuthorDate: Fri Jun 28 12:56:11 2019 -0700 Added ACLs for

[mesos] 13/14: Cleared agent drain state when draining is finished.

2019-07-15 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 654faf9244b0016f8a17623aca7812923b3a313a Author: Benjamin Bannier AuthorDate: Mon Jul 15 10:26:23 2019 -0700 Cleared

[mesos] 04/14: Refactored the agent's task-killing code.

2019-07-15 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit ef19f297be6c192f4d2cea0f9ed413a1dfaaf882 Author: Greg Mann AuthorDate: Mon Jul 15 10:25:42 2019 -0700 Refactored the

[mesos] 12/14: Changed agent to fail task launches received during draining.

2019-07-15 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit a7044bdcd91e467173bb44263658ac5c8df08d8c Author: Benjamin Bannier AuthorDate: Mon Jul 15 10:26:18 2019 -0700 Changed

<    1   2   3   4   5   6   >